Skip to content

Commit

Permalink
remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Apr 28, 2023
1 parent 909348a commit f6fbc60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Load cache
uses: Swatinem/rust-cache@v2
- name: Install toml-cli
run: cargo install toml-cli
- name: Check Version
Expand Down

1 comment on commit f6fbc60

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: f6fbc60 Previous: 909348a Ratio
map allocation 204144980 ns/iter (± 5113045) 205419636 ns/iter (± 2566333) 0.99
set allocation 267059843 ns/iter (± 9247084) 247522165 ns/iter (± 2744319) 1.08
vec_no_clone allocation 1288425593 ns/iter (± 33822746) 1040478674 ns/iter (± 8510469) 1.24

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

Please sign in to comment.