-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from vorner/dependabot/github_actions/Swatinem…
…/rust-cache-2 Bump Swatinem/rust-cache from 1 to 2
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
default: true | ||
|
||
- name: Restore cache | ||
uses: Swatinem/rust-cache@v1 | ||
uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Run cargo-tarpaulin | ||
uses: actions-rs/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fa0c5cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Track benchmarks
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
)53
ns/iter (± 0
)1
uncontended/cache
0
ns/iter (± 0
)0
ns/iter (± 0
)1
concurrent_loads/load
12
ns/iter (± 2
)12
ns/iter (± 0
)1
concurrent_loads/load_full
12
ns/iter (± 0
)12
ns/iter (± 0
)1
concurrent_loads/load_many
23
ns/iter (± 0
)23
ns/iter (± 0
)1
concurrent_loads/store
502
ns/iter (± 3
)492
ns/iter (± 2
)1.02
concurrent_loads/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
concurrent_store/load
58
ns/iter (± 1
)56
ns/iter (± 3
)1.04
concurrent_store/load_full
67
ns/iter (± 6
)74
ns/iter (± 2
)0.91
concurrent_store/load_many
90
ns/iter (± 0
)86
ns/iter (± 1
)1.05
concurrent_store/store
440
ns/iter (± 23
)489
ns/iter (± 2
)0.90
concurrent_store/cache
1
ns/iter (± 0
)1
ns/iter (± 0
)1
utilities/access-map
6
ns/iter (± 0
)6
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.