Skip to content

Commit

Permalink
Merge pull request #115 from vorner/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
vorner committed Apr 10, 2024
2 parents ec5291f + 444cf4c commit 84bcace
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 @@ -215,7 +215,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

1 comment on commit 84bcace

@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: 84bcace Previous: ec5291f Ratio
uncontended/load 6 ns/iter (± 0) 5 ns/iter (± 0) 1.20
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) 53 ns/iter (± 0) 1
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 12 ns/iter (± 0) 11 ns/iter (± 0) 1.09
concurrent_loads/load_full 14 ns/iter (± 0) 11 ns/iter (± 0) 1.27
concurrent_loads/load_many 24 ns/iter (± 0) 22 ns/iter (± 0) 1.09
concurrent_loads/store 549 ns/iter (± 6) 490 ns/iter (± 2) 1.12
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 49 ns/iter (± 0) 54 ns/iter (± 1) 0.91
concurrent_store/load_full 52 ns/iter (± 0) 71 ns/iter (± 1) 0.73
concurrent_store/load_many 87 ns/iter (± 1) 83 ns/iter (± 0) 1.05
concurrent_store/store 593 ns/iter (± 3) 633 ns/iter (± 14) 0.94
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
utilities/access-map 5 ns/iter (± 0) 6 ns/iter (± 0) 0.83

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

Please sign in to comment.