Skip to content

Commit

Permalink
Merge pull request #121 from vorner/dependabot/cargo/serde-1.0.200
Browse files Browse the repository at this point in the history
Bump serde from 1.0.197 to 1.0.200
  • Loading branch information
vorner committed May 17, 2024
2 parents ed7fcf5 + b2787fc commit a37dd7a
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 a37dd7a

@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: a37dd7a Previous: ed7fcf5 Ratio
uncontended/load 4 ns/iter (± 0) 4 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 52 ns/iter (± 0) 53 ns/iter (± 0) 0.98
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_loads/load 8 ns/iter (± 1) 4 ns/iter (± 0) 2
concurrent_loads/load_full 10 ns/iter (± 0) 9 ns/iter (± 0) 1.11
concurrent_loads/load_many 21 ns/iter (± 0) 21 ns/iter (± 0) 1
concurrent_loads/store 544 ns/iter (± 4) 536 ns/iter (± 1) 1.01
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) 1
concurrent_store/load 50 ns/iter (± 1) 50 ns/iter (± 2) 1
concurrent_store/load_full 57 ns/iter (± 4) 69 ns/iter (± 1) 0.83
concurrent_store/load_many 83 ns/iter (± 0) 86 ns/iter (± 1) 0.97
concurrent_store/store 581 ns/iter (± 5) 501 ns/iter (± 3) 1.16
concurrent_store/cache 1 ns/iter (± 0) 1 ns/iter (± 0) 1
utilities/access-map 4 ns/iter (± 0) 4 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: a37dd7a Previous: ed7fcf5 Ratio
concurrent_loads/load 8 ns/iter (± 1) 4 ns/iter (± 0) 2

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

CC: @vorner

Please sign in to comment.