-
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.
Remove unnecessary ordered-float (#1461)
- Loading branch information
Showing
9 changed files
with
11 additions
and
20 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
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
92d08db
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
565590
ns/iter (± 3160
)546884
ns/iter (± 1797
)1.03
datastore/latest_at/batch/rects/query
1819
ns/iter (± 2
)1831
ns/iter (± 7
)0.99
datastore/latest_at/missing_components/primary
355
ns/iter (± 10
)356
ns/iter (± 1
)1.00
datastore/latest_at/missing_components/secondaries
424
ns/iter (± 2
)426
ns/iter (± 0
)1.00
datastore/range/batch/rects/query
153611
ns/iter (± 819
)155012
ns/iter (± 593
)0.99
mono_points_arrow/generate_message_bundles
46975075
ns/iter (± 1549554
)47762281
ns/iter (± 1312329
)0.98
mono_points_arrow/generate_messages
137348044
ns/iter (± 1515453
)138430517
ns/iter (± 1344508
)0.99
mono_points_arrow/encode_log_msg
163579271
ns/iter (± 619404
)165552042
ns/iter (± 559602
)0.99
mono_points_arrow/encode_total
354524564
ns/iter (± 2022974
)358603187
ns/iter (± 2325877
)0.99
mono_points_arrow/decode_log_msg
186203921
ns/iter (± 1173369
)187663885
ns/iter (± 1101542
)0.99
mono_points_arrow/decode_message_bundles
73494342
ns/iter (± 1656911
)74420508
ns/iter (± 1233925
)0.99
mono_points_arrow/decode_total
255436305
ns/iter (± 2076627
)256789361
ns/iter (± 1978684
)0.99
batch_points_arrow/generate_message_bundles
333800
ns/iter (± 629
)332935
ns/iter (± 2638
)1.00
batch_points_arrow/generate_messages
6166
ns/iter (± 55
)6274
ns/iter (± 27
)0.98
batch_points_arrow/encode_log_msg
360170
ns/iter (± 1521
)359501
ns/iter (± 1134
)1.00
batch_points_arrow/encode_total
716384
ns/iter (± 3348
)709109
ns/iter (± 2453
)1.01
batch_points_arrow/decode_log_msg
351143
ns/iter (± 1105
)346502
ns/iter (± 871
)1.01
batch_points_arrow/decode_message_bundles
2079
ns/iter (± 15
)2057
ns/iter (± 13
)1.01
batch_points_arrow/decode_total
352459
ns/iter (± 1490
)359068
ns/iter (± 1272
)0.98
arrow_mono_points/insert
7136331896
ns/iter (± 38966448
)7151725441
ns/iter (± 20536898
)1.00
arrow_mono_points/query
1687315
ns/iter (± 7694
)1709144
ns/iter (± 9761
)0.99
arrow_batch_points/insert
2700296
ns/iter (± 10304
)2616679
ns/iter (± 9551
)1.03
arrow_batch_points/query
17507
ns/iter (± 72
)17644
ns/iter (± 67
)0.99
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.