-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use log as our log backend instead of tracing And make sure the web backend use the correct console.debug etc * Lower some re_renderer debug logs to trace
- Loading branch information
Showing
12 changed files
with
160 additions
and
135 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
51bd75c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust Benchmark
datastore/insert/batch/rects/insert
545489
ns/iter (± 6848
)552668
ns/iter (± 17020
)0.99
datastore/latest_at/batch/rects/query
1792
ns/iter (± 20
)1822
ns/iter (± 7
)0.98
datastore/latest_at/missing_components/primary
282
ns/iter (± 2
)281
ns/iter (± 5
)1.00
datastore/latest_at/missing_components/secondaries
429
ns/iter (± 11
)423
ns/iter (± 4
)1.01
datastore/range/batch/rects/query
146009
ns/iter (± 1912
)150682
ns/iter (± 1840
)0.97
mono_points_arrow/generate_message_bundles
45169265
ns/iter (± 1621915
)44244669
ns/iter (± 1105965
)1.02
mono_points_arrow/generate_messages
136978867
ns/iter (± 1646771
)123452496
ns/iter (± 1278978
)1.11
mono_points_arrow/encode_log_msg
161184495
ns/iter (± 1393974
)152866845
ns/iter (± 988612
)1.05
mono_points_arrow/encode_total
348332023
ns/iter (± 4291123
)323389931
ns/iter (± 2817563
)1.08
mono_points_arrow/decode_log_msg
183910047
ns/iter (± 1890395
)175711316
ns/iter (± 1175531
)1.05
mono_points_arrow/decode_message_bundles
72775733
ns/iter (± 1679365
)63502416
ns/iter (± 938546
)1.15
mono_points_arrow/decode_total
250687161
ns/iter (± 2350687
)237055564
ns/iter (± 1973445
)1.06
batch_points_arrow/generate_message_bundles
313646
ns/iter (± 3750
)338114
ns/iter (± 2451
)0.93
batch_points_arrow/generate_messages
6160
ns/iter (± 83
)6339
ns/iter (± 67
)0.97
batch_points_arrow/encode_log_msg
352657
ns/iter (± 3461
)365383
ns/iter (± 2231
)0.97
batch_points_arrow/encode_total
708725
ns/iter (± 8754
)731324
ns/iter (± 5337
)0.97
batch_points_arrow/decode_log_msg
344364
ns/iter (± 2590
)344249
ns/iter (± 1391
)1.00
batch_points_arrow/decode_message_bundles
1969
ns/iter (± 24
)2137
ns/iter (± 27
)0.92
batch_points_arrow/decode_total
351139
ns/iter (± 2251
)352654
ns/iter (± 637
)1.00
arrow_mono_points/insert
7026781500
ns/iter (± 20179326
)6203127416
ns/iter (± 21658646
)1.13
arrow_mono_points/query
1775722
ns/iter (± 18401
)1815353
ns/iter (± 15876
)0.98
arrow_batch_points/insert
2636509
ns/iter (± 28407
)2637052
ns/iter (± 18715
)1.00
arrow_batch_points/query
16554
ns/iter (± 259
)16915
ns/iter (± 159
)0.98
arrow_batch_vecs/insert
41419
ns/iter (± 499
)43281
ns/iter (± 386
)0.96
arrow_batch_vecs/query
492091
ns/iter (± 6243
)388846
ns/iter (± 562
)1.27
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.