Skip to content

Commit

Permalink
Update tokio v1.24.1 -> v1.26.0 (#1635)
Browse files Browse the repository at this point in the history
* Update tokio v1.24.1 -> v1.26.0

* Remove RUSTSEC whitelist that is no longer a problem

* Add a TODO to deny.toml

* Make a note about our remaining RUSTSEC
  • Loading branch information
emilk authored Mar 21, 2023
1 parent 7c36951 commit a01f436
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ vulnerability = "deny"
unmaintained = "warn"
yanked = "deny"
ignore = [
"RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - Potential segfault in the time crate.
"RUSTSEC-2020-0159", # https://rustsec.org/advisories/RUSTSEC-2020-0159 - Potential segfault in `localtime_r` invocations.
"RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - Potential segfault in the time crate. Remove once a new polars is released with https://github.com/pola-rs/polars/pull/6979
]

[bans]
Expand Down

1 comment on commit a01f436

@github-actions
Copy link

Choose a reason for hiding this comment

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

Rust Benchmark

Benchmark suite Current: a01f436 Previous: 7c36951 Ratio
datastore/insert/batch/rects/insert 561892 ns/iter (± 1674) 556213 ns/iter (± 2209) 1.01
datastore/latest_at/batch/rects/query 1860 ns/iter (± 4) 1867 ns/iter (± 9) 1.00
datastore/latest_at/missing_components/primary 287 ns/iter (± 0) 288 ns/iter (± 0) 1.00
datastore/latest_at/missing_components/secondaries 439 ns/iter (± 0) 437 ns/iter (± 3) 1.00
datastore/range/batch/rects/query 154126 ns/iter (± 237) 153733 ns/iter (± 886) 1.00
mono_points_arrow/generate_message_bundles 48641308 ns/iter (± 556597) 45836727 ns/iter (± 1177717) 1.06
mono_points_arrow/generate_messages 129249567 ns/iter (± 1294841) 127167525 ns/iter (± 1008563) 1.02
mono_points_arrow/encode_log_msg 161748727 ns/iter (± 2105004) 157363987 ns/iter (± 1037693) 1.03
mono_points_arrow/encode_total 341196465 ns/iter (± 1562213) 331611449 ns/iter (± 2367937) 1.03
mono_points_arrow/decode_log_msg 180264566 ns/iter (± 965868) 177944395 ns/iter (± 905577) 1.01
mono_points_arrow/decode_message_bundles 66623053 ns/iter (± 903049) 64827344 ns/iter (± 833889) 1.03
mono_points_arrow/decode_total 244317227 ns/iter (± 1488236) 237827173 ns/iter (± 1586334) 1.03
batch_points_arrow/generate_message_bundles 327866 ns/iter (± 424) 328368 ns/iter (± 844) 1.00
batch_points_arrow/generate_messages 6594 ns/iter (± 25) 6465 ns/iter (± 23) 1.02
batch_points_arrow/encode_log_msg 358793 ns/iter (± 1808) 358110 ns/iter (± 1351) 1.00
batch_points_arrow/encode_total 707391 ns/iter (± 2541) 719557 ns/iter (± 3155) 0.98
batch_points_arrow/decode_log_msg 350632 ns/iter (± 2283) 351267 ns/iter (± 848) 1.00
batch_points_arrow/decode_message_bundles 2042 ns/iter (± 10) 2094 ns/iter (± 11) 0.98
batch_points_arrow/decode_total 357179 ns/iter (± 1428) 355477 ns/iter (± 1358) 1.00
arrow_mono_points/insert 7964927347 ns/iter (± 48463190) 6128321436 ns/iter (± 16168249) 1.30
arrow_mono_points/query 1782963 ns/iter (± 29052) 1798183 ns/iter (± 9585) 0.99
arrow_batch_points/insert 2702043 ns/iter (± 34656) 2676961 ns/iter (± 11680) 1.01
arrow_batch_points/query 16196 ns/iter (± 30) 16167 ns/iter (± 84) 1.00
arrow_batch_vecs/insert 41950 ns/iter (± 153) 41546 ns/iter (± 254) 1.01
arrow_batch_vecs/query 389236 ns/iter (± 1835) 384478 ns/iter (± 3191) 1.01
tuid/Tuid::random 34 ns/iter (± 0) 34 ns/iter (± 0) 1

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

Please sign in to comment.