-
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.
* Replace reqwest with ureq for less dependencies * Simplify code * Cleanup
- Loading branch information
Showing
8 changed files
with
89 additions
and
160 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
Oops, something went wrong.
90db32b
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
547348
ns/iter (± 2815
)549792
ns/iter (± 3167
)1.00
datastore/latest_at/batch/rects/query
1830
ns/iter (± 5
)1842
ns/iter (± 12
)0.99
datastore/latest_at/missing_components/primary
358
ns/iter (± 0
)356
ns/iter (± 2
)1.01
datastore/latest_at/missing_components/secondaries
425
ns/iter (± 2
)419
ns/iter (± 5
)1.01
datastore/range/batch/rects/query
152112
ns/iter (± 580
)151052
ns/iter (± 1292
)1.01
mono_points_arrow/generate_message_bundles
45855910
ns/iter (± 840388
)48445375
ns/iter (± 1774428
)0.95
mono_points_arrow/generate_messages
125104798
ns/iter (± 1052527
)136702497
ns/iter (± 1659147
)0.92
mono_points_arrow/encode_log_msg
152105812
ns/iter (± 1019000
)164855431
ns/iter (± 1057345
)0.92
mono_points_arrow/encode_total
326032772
ns/iter (± 1243889
)351685210
ns/iter (± 3606074
)0.93
mono_points_arrow/decode_log_msg
177194253
ns/iter (± 828451
)186173612
ns/iter (± 1905498
)0.95
mono_points_arrow/decode_message_bundles
64301048
ns/iter (± 714563
)73076209
ns/iter (± 1177197
)0.88
mono_points_arrow/decode_total
238352334
ns/iter (± 1853136
)256329369
ns/iter (± 2419251
)0.93
batch_points_arrow/generate_message_bundles
325314
ns/iter (± 1175
)322821
ns/iter (± 2754
)1.01
batch_points_arrow/generate_messages
6245
ns/iter (± 33
)6190
ns/iter (± 71
)1.01
batch_points_arrow/encode_log_msg
373141
ns/iter (± 1733
)365590
ns/iter (± 3324
)1.02
batch_points_arrow/encode_total
715043
ns/iter (± 2797
)712129
ns/iter (± 6658
)1.00
batch_points_arrow/decode_log_msg
350709
ns/iter (± 1761
)346470
ns/iter (± 3586
)1.01
batch_points_arrow/decode_message_bundles
2031
ns/iter (± 12
)1992
ns/iter (± 23
)1.02
batch_points_arrow/decode_total
356021
ns/iter (± 1070
)355692
ns/iter (± 2599
)1.00
arrow_mono_points/insert
6105989507
ns/iter (± 13623479
)6985053068
ns/iter (± 176020015
)0.87
arrow_mono_points/query
1737889
ns/iter (± 10434
)1717200
ns/iter (± 14682
)1.01
arrow_batch_points/insert
2679472
ns/iter (± 10887
)2603860
ns/iter (± 19505
)1.03
arrow_batch_points/query
17490
ns/iter (± 145
)17440
ns/iter (± 101
)1.00
tuid/Tuid::random
34
ns/iter (± 1
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.