Skip to content

Commit

Permalink
Version bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vorner committed Aug 22, 2021
1 parent 444eaef commit 1484d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arc-swap"
version = "1.3.0"
version = "1.3.1"
authors = ["Michal 'vorner' Vaner <[email protected]>"]
description = "Atomically swappable Arc"
documentation = "https://docs.rs/arc-swap"
Expand Down

2 comments on commit 1484d8c

@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: 1484d8c Previous: 444eaef Ratio
uncontended/load 22 ns/iter (± 0) 21 ns/iter (± 1) 1.05
uncontended/load_full 35 ns/iter (± 0) 38 ns/iter (± 1) 0.92
uncontended/load_many 54 ns/iter (± 0) 55 ns/iter (± 7) 0.98
uncontended/store 172 ns/iter (± 0) 169 ns/iter (± 11) 1.02
uncontended/cache 0 ns/iter (± 0) 0 ns/iter (± 0) NaN
concurrent_loads/load 22 ns/iter (± 10) 23 ns/iter (± 10) 0.96
concurrent_loads/load_full 48 ns/iter (± 17) 43 ns/iter (± 24) 1.12
concurrent_loads/load_many 100 ns/iter (± 32) 87 ns/iter (± 28) 1.15
concurrent_loads/store 1126 ns/iter (± 623) 1406 ns/iter (± 445) 0.80
concurrent_loads/cache 0 ns/iter (± 0) 0 ns/iter (± 0) NaN
concurrent_store/load 134 ns/iter (± 4) 76 ns/iter (± 8) 1.76
concurrent_store/load_full 194 ns/iter (± 16) 121 ns/iter (± 12) 1.60
concurrent_store/load_many 208 ns/iter (± 3) 161 ns/iter (± 12) 1.29
concurrent_store/store 1331 ns/iter (± 624) 1189 ns/iter (± 116) 1.12
concurrent_store/cache 1 ns/iter (± 0) 1 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: 1484d8c Previous: 444eaef Ratio
concurrent_store/load 134 ns/iter (± 4) 76 ns/iter (± 8) 1.76
concurrent_store/load_full 194 ns/iter (± 16) 121 ns/iter (± 12) 1.60

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

CC: @vorner

Please sign in to comment.