Skip to content

Commit

Permalink
Merge pull request #99 from vorner/dependabot/github_actions/rhysd/gi…
Browse files Browse the repository at this point in the history
…thub-action-benchmark-1.19.3

Bump rhysd/github-action-benchmark from 1.8.1 to 1.19.3
  • Loading branch information
vorner authored Feb 23, 2024
2 parents c14a467 + f743c3e commit 1f0bc08
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@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b
uses: rhysd/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea
with:
name: Track benchmarks
tool: cargo
Expand Down

1 comment on commit 1f0bc08

@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: 1f0bc08 Previous: c14a467 Ratio
uncontended/load 6 ns/iter (± 0) 6 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 53 ns/iter (± 0) 56 ns/iter (± 0) 0.95
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 6 ns/iter (± 0) 6 ns/iter (± 0) 1
concurrent_loads/load_full 9 ns/iter (± 1) 12 ns/iter (± 0) 0.75
concurrent_loads/load_many 23 ns/iter (± 0) 23 ns/iter (± 0) 1
concurrent_loads/store 567 ns/iter (± 1) 504 ns/iter (± 3) 1.13
concurrent_loads/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
concurrent_store/load 39 ns/iter (± 1) 48 ns/iter (± 0) 0.81
concurrent_store/load_full 59 ns/iter (± 3) 70 ns/iter (± 3) 0.84
concurrent_store/load_many 79 ns/iter (± 0) 82 ns/iter (± 0) 0.96
concurrent_store/store 527 ns/iter (± 2) 625 ns/iter (± 20) 0.84
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
utilities/access-map 6 ns/iter (± 0)

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

Please sign in to comment.