Skip to content

Commit

Permalink
Merge pull request #140 from vorner/dependabot/github_actions/rhysd/g…
Browse files Browse the repository at this point in the history
…ithub-action-benchmark-1.20.4

Bump rhysd/github-action-benchmark from 1.19.3 to 1.20.4
  • Loading branch information
vorner authored Nov 3, 2024
2 parents 5cbe73f + 54107dd commit 4983407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cargo bench --bench track -- --output-format bencher | grep -v 'Gnuplot not found' | tee benches.out

- name: Compare benchmarks
uses: rhysd/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea
uses: rhysd/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7
with:
name: Track benchmarks
tool: cargo
Expand Down

1 comment on commit 4983407

@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: 4983407 Previous: 5cbe73f Ratio
uncontended/load 4 ns/iter (± 0) 4 ns/iter (± 0) 1
uncontended/load_full 9 ns/iter (± 0) 9 ns/iter (± 0) 1
uncontended/load_many 14 ns/iter (± 0) 14 ns/iter (± 0) 1
uncontended/store 51 ns/iter (± 0) 53 ns/iter (± 0) 0.96
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 9 ns/iter (± 0) 9 ns/iter (± 0) 1
concurrent_loads/load_full 10 ns/iter (± 0) 10 ns/iter (± 0) 1
concurrent_loads/load_many 21 ns/iter (± 0) 21 ns/iter (± 0) 1
concurrent_loads/store 622 ns/iter (± 9) 504 ns/iter (± 1) 1.23
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 47 ns/iter (± 2) 53 ns/iter (± 1) 0.89
concurrent_store/load_full 70 ns/iter (± 1) 71 ns/iter (± 1) 0.99
concurrent_store/load_many 82 ns/iter (± 0) 77 ns/iter (± 0) 1.06
concurrent_store/store 342 ns/iter (± 5) 356 ns/iter (± 12) 0.96
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
utilities/access-map 5 ns/iter (± 0) 5 ns/iter (± 0) 1

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

Please sign in to comment.