Skip to content

Commit

Permalink
Add analytics to the hosted index.html (#1675)
Browse files Browse the repository at this point in the history
* Add analytics to the hosted index.html
* Use custom domain for app.rerun.io
  • Loading branch information
jleibs authored Mar 22, 2023
1 parent f20c7ca commit 89c04bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web_viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
<div class="lds-dual-ring"></div>
</div>

<script src="https://fifteen-thirtyeight.rerun.io/script.js" data-site="QKMCQFTQ" defer></script>

<script>
// The `--no-modules`-generated JS from `wasm-bindgen` attempts to use
// `WebAssembly.instantiateStreaming` to instantiate the wasm module,
Expand Down

1 comment on commit 89c04bf

@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: 89c04bf Previous: f20c7ca Ratio
datastore/insert/batch/rects/insert 555766 ns/iter (± 5774) 556238 ns/iter (± 4287) 1.00
datastore/latest_at/batch/rects/query 1876 ns/iter (± 2) 1828 ns/iter (± 15) 1.03
datastore/latest_at/missing_components/primary 287 ns/iter (± 22) 283 ns/iter (± 3) 1.01
datastore/latest_at/missing_components/secondaries 438 ns/iter (± 2) 434 ns/iter (± 4) 1.01
datastore/range/batch/rects/query 150647 ns/iter (± 424) 149670 ns/iter (± 1351) 1.01
mono_points_arrow/generate_message_bundles 48408969 ns/iter (± 434736) 47919544 ns/iter (± 1524961) 1.01
mono_points_arrow/generate_messages 126285462 ns/iter (± 1153936) 137200269 ns/iter (± 1504923) 0.92
mono_points_arrow/encode_log_msg 156330591 ns/iter (± 692221) 165278926 ns/iter (± 1280798) 0.95
mono_points_arrow/encode_total 330002220 ns/iter (± 1479570) 354610501 ns/iter (± 2089142) 0.93
mono_points_arrow/decode_log_msg 175760006 ns/iter (± 1100190) 186698663 ns/iter (± 1448389) 0.94
mono_points_arrow/decode_message_bundles 64245807 ns/iter (± 844043) 72467321 ns/iter (± 1197827) 0.89
mono_points_arrow/decode_total 237296619 ns/iter (± 1552605) 256947510 ns/iter (± 2259729) 0.92
batch_points_arrow/generate_message_bundles 337530 ns/iter (± 654) 332570 ns/iter (± 3568) 1.01
batch_points_arrow/generate_messages 6347 ns/iter (± 12) 6244 ns/iter (± 96) 1.02
batch_points_arrow/encode_log_msg 362815 ns/iter (± 647) 365513 ns/iter (± 2480) 0.99
batch_points_arrow/encode_total 724112 ns/iter (± 2794) 737680 ns/iter (± 7372) 0.98
batch_points_arrow/decode_log_msg 346319 ns/iter (± 788) 346337 ns/iter (± 2720) 1.00
batch_points_arrow/decode_message_bundles 2068 ns/iter (± 10) 2025 ns/iter (± 28) 1.02
batch_points_arrow/decode_total 350544 ns/iter (± 1230) 354330 ns/iter (± 2482) 0.99
arrow_mono_points/insert 6021883606 ns/iter (± 33210826) 7021385217 ns/iter (± 10871066) 0.86
arrow_mono_points/query 1794718 ns/iter (± 9991) 1763061 ns/iter (± 18951) 1.02
arrow_batch_points/insert 2610469 ns/iter (± 6805) 2625708 ns/iter (± 24320) 0.99
arrow_batch_points/query 16179 ns/iter (± 54) 15940 ns/iter (± 181) 1.01
arrow_batch_vecs/insert 42535 ns/iter (± 165) 42675 ns/iter (± 196) 1.00
arrow_batch_vecs/query 388927 ns/iter (± 346) 388988 ns/iter (± 2511) 1.00
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.