Skip to content

Commit

Permalink
Don't bury the analytics command (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs authored Feb 13, 2023
1 parent e0d23bd commit 762bb3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/re_analytics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ const DISCLAIMER: &str = "
- We don't log IP addresses.
- We don't log your user name, file paths, or any personal identifiable data.
- Usage data we do collect will be sent to and stored on servers within the EU.
- For more details and instructions on how to opt out,
run: `rerun analytics details`
For more details and instructions on how to opt out, run the command:
rerun analytics details
As this is this your first session, _no_ usage data has been sent yet,
giving you an opportunity to opt-out first if you wish.
Expand Down

1 comment on commit 762bb3a

@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: 762bb3a Previous: e0d23bd Ratio
datastore/insert/batch/rects/insert 555062 ns/iter (± 1597) 540348 ns/iter (± 10443) 1.03
datastore/latest_at/batch/rects/query 1754 ns/iter (± 6) 1727 ns/iter (± 17) 1.02
datastore/latest_at/missing_components/primary 359 ns/iter (± 0) 344 ns/iter (± 4) 1.04
datastore/latest_at/missing_components/secondaries 423 ns/iter (± 0) 408 ns/iter (± 6) 1.04
datastore/range/batch/rects/query 147210 ns/iter (± 783) 143032 ns/iter (± 2100) 1.03
mono_points_arrow/generate_message_bundles 48672588 ns/iter (± 954835) 43785554 ns/iter (± 1799702) 1.11
mono_points_arrow/generate_messages 135946024 ns/iter (± 1241291) 131686715 ns/iter (± 1674140) 1.03
mono_points_arrow/encode_log_msg 160818994 ns/iter (± 1081103) 156883851 ns/iter (± 1995674) 1.03
mono_points_arrow/encode_total 351782054 ns/iter (± 1828220) 339469299 ns/iter (± 3086819) 1.04
mono_points_arrow/decode_log_msg 182315807 ns/iter (± 967928) 178644330 ns/iter (± 1773299) 1.02
mono_points_arrow/decode_message_bundles 73451297 ns/iter (± 1414961) 67036118 ns/iter (± 1346871) 1.10
mono_points_arrow/decode_total 253527274 ns/iter (± 1871148) 243508530 ns/iter (± 2963316) 1.04
batch_points_arrow/generate_message_bundles 332352 ns/iter (± 718) 319440 ns/iter (± 4125) 1.04
batch_points_arrow/generate_messages 6247 ns/iter (± 21) 5991 ns/iter (± 108) 1.04
batch_points_arrow/encode_log_msg 364840 ns/iter (± 1537) 358698 ns/iter (± 3575) 1.02
batch_points_arrow/encode_total 722340 ns/iter (± 2359) 701840 ns/iter (± 14228) 1.03
batch_points_arrow/decode_log_msg 346031 ns/iter (± 1150) 342781 ns/iter (± 3666) 1.01
batch_points_arrow/decode_message_bundles 1969 ns/iter (± 8) 1948 ns/iter (± 29) 1.01
batch_points_arrow/decode_total 354417 ns/iter (± 881) 349809 ns/iter (± 2817) 1.01
arrow_mono_points/insert 6870860481 ns/iter (± 13848605) 6641121373 ns/iter (± 17559295) 1.03
arrow_mono_points/query 1657851 ns/iter (± 10578) 1612787 ns/iter (± 21598) 1.03
arrow_batch_points/insert 2579354 ns/iter (± 11694) 2517185 ns/iter (± 26985) 1.02
arrow_batch_points/query 16655 ns/iter (± 50) 16042 ns/iter (± 261) 1.04
tuid/Tuid::random 34 ns/iter (± 0) 33 ns/iter (± 0) 1.03

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

Please sign in to comment.