Skip to content

Commit

Permalink
Include doctests in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Nov 23, 2020
1 parent 6e689b3 commit e7bea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: '--all-features'
args: '--all-features --run-types Doctests,Tests'
timeout: 120

- name: Upload to codecov.io
Expand Down

1 comment on commit e7bea99

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Track benchmarks

Benchmark suite Current: e7bea99 Previous: 6e689b3 Ratio
uncontended/load 23 ns/iter (± 0) 22 ns/iter (± 0) 1.05
uncontended/load_full 37 ns/iter (± 0) 36 ns/iter (± 1) 1.03
uncontended/load_many 2714 ns/iter (± 1) 2603 ns/iter (± 135) 1.04
uncontended/store 145 ns/iter (± 0) 139 ns/iter (± 0) 1.04
concurrent_loads/load 27 ns/iter (± 15) 24 ns/iter (± 14) 1.13
concurrent_loads/load_full 60 ns/iter (± 19) 40 ns/iter (± 17) 1.50
concurrent_loads/load_many 3227 ns/iter (± 1725) 2648 ns/iter (± 1255) 1.22
concurrent_loads/store 1373 ns/iter (± 411) 1349 ns/iter (± 434) 1.02
concurrent_store/load 111 ns/iter (± 2) 103 ns/iter (± 7) 1.08
concurrent_store/load_full 185 ns/iter (± 20) 157 ns/iter (± 4) 1.18
concurrent_store/load_many 7382 ns/iter (± 285) 6945 ns/iter (± 128) 1.06
concurrent_store/store 1296 ns/iter (± 61) 1399 ns/iter (± 179) 0.93

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.