Skip to content

Commit

Permalink
Merge pull request #144 from vorner/dependabot/cargo/serde-1.0.215
Browse files Browse the repository at this point in the history
Bump serde from 1.0.214 to 1.0.215
  • Loading branch information
vorner authored Dec 7, 2024
2 parents f2d9684 + a807118 commit b224bbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit b224bbc

@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: b224bbc Previous: f2d9684 Ratio
uncontended/load 5 ns/iter (± 0) 4 ns/iter (± 0) 1.25
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 54 ns/iter (± 0) 51 ns/iter (± 0) 1.06
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 11 ns/iter (± 0) 9 ns/iter (± 0) 1.22
concurrent_loads/load_full 12 ns/iter (± 0) 9 ns/iter (± 0) 1.33
concurrent_loads/load_many 23 ns/iter (± 0) 14 ns/iter (± 0) 1.64
concurrent_loads/store 509 ns/iter (± 1) 583 ns/iter (± 7) 0.87
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 57 ns/iter (± 1) 63 ns/iter (± 3) 0.90
concurrent_store/load_full 79 ns/iter (± 2) 80 ns/iter (± 3) 0.99
concurrent_store/load_many 77 ns/iter (± 0) 83 ns/iter (± 0) 0.93
concurrent_store/store 279 ns/iter (± 4) 473 ns/iter (± 3) 0.59
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.

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Track benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: b224bbc Previous: f2d9684 Ratio
concurrent_loads/load_many 23 ns/iter (± 0) 14 ns/iter (± 0) 1.64

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

CC: @vorner

Please sign in to comment.