• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gnosis / dex-services / 5026
31%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2020 09:28AM UTC
Jobs 1
Files 97
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Sep 2020 09:16AM UTC coverage: 28.044% (+0.006%) from 28.038%
5026

push

travis-pro

web-flow
move benchmarking to its own crate (#1390)

The PR refactors the benchmarking into its own crate (just like the `fuzz`-ing). The motivations are two-fold:
- `cargo test -p pricegraph` no longer needs to build `criterion` (which it didn't use).
- `cargo bench` builds in `release` with `test` configuration enabled but the `criterion` benchmark binary links with `release` build without `test` enabled - this means that the deterministic `Map` from #1388 doesn't work as expected with `cargo bench`. Moving to a separate crate allows us to define a `bench` feature that enables the deterministic `Map`.

In order to share the test data a bit better, it was moved into a separate crate instead of just being a source file that gets pulled in with:
```
#[path = "..."]
mod data
```

### Test Plan

```
cargo bench -p pricegraph-bench
```

Also, check that fuzzing still works since the `features` were slightly reworked:
```
cargo +nightly fuzz pricegraph
```

12970 of 53079 branches covered (24.44%)

Branch coverage included in aggregate %.

3413 of 5339 relevant lines covered (63.93%)

62483.14 hits per line

Jobs
ID Job ID Ran Files Coverage
3 5026.3 (OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4) 01 Sep 2020 09:28AM UTC 0
28.04
Travis Job 5026.3
Source Files on build 5026
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5026
  • 673a272a on github
  • Prev Build on master (#5018)
  • Next Build on master (#5030)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc