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

gnosis / dex-services / 5026 / 3
31%
master: 31%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2020 09:28AM UTC
Files 97
Run time 1min
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%
OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4

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

Source Files on job 5026.3 (OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4)
  • Tree
  • List 0
  • Changed 18
  • Source Changed 3
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1450
  • Travis Job 5026.3
  • 673a272a on github
  • Prev Job for OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4 on master (#5018.3)
  • Next Job for OPEN_SOLVER_VERSION=v0.0.12 PRIVATE_SOLVER_VERSION=v0.8.4 on master (#5030.3)
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