Skip to content

Commit

Permalink
Tests on pull requests too
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Nov 10, 2021
1 parent a8a3ddf commit 13e5e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: test

on:
push:
pull_request:

env:
CARGO_TERM_COLOR: always
Expand Down

1 comment on commit 13e5e3f

@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: 13e5e3f Previous: a8a3ddf Ratio
uncontended/load 18 ns/iter (± 1) 21 ns/iter (± 0) 0.86
uncontended/load_full 34 ns/iter (± 6) 30 ns/iter (± 0) 1.13
uncontended/load_many 55 ns/iter (± 4) 46 ns/iter (± 0) 1.20
uncontended/store 156 ns/iter (± 11) 144 ns/iter (± 0) 1.08
uncontended/cache 0 ns/iter (± 0) 1 ns/iter (± 0) 0
concurrent_loads/load 26 ns/iter (± 9) 32 ns/iter (± 10) 0.81
concurrent_loads/load_full 39 ns/iter (± 16) 30 ns/iter (± 13) 1.30
concurrent_loads/load_many 76 ns/iter (± 23) 68 ns/iter (± 33) 1.12
concurrent_loads/store 1141 ns/iter (± 404) 1382 ns/iter (± 1065) 0.83
concurrent_loads/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
concurrent_store/load 77 ns/iter (± 7) 106 ns/iter (± 2) 0.73
concurrent_store/load_full 101 ns/iter (± 6) 141 ns/iter (± 14) 0.72
concurrent_store/load_many 145 ns/iter (± 13) 159 ns/iter (± 12) 0.91
concurrent_store/store 1071 ns/iter (± 71) 1238 ns/iter (± 19) 0.87
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1

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

Please sign in to comment.