-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* workflow: just run --all * datastore: skip bucket permutations etc on CI * i give up, just replace re_log_types by re_log_encoding
- Loading branch information
Showing
6 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
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
e3f572f
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/num_rows=1000/num_instances=1000/packed=false/insert/default
11575476
ns/iter (± 688622
)11124028
ns/iter (± 545736
)1.04
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at/default
1809
ns/iter (± 15
)1839
ns/iter (± 17
)0.98
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/primary/default
278
ns/iter (± 0
)281
ns/iter (± 0
)0.99
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default
440
ns/iter (± 2
)435
ns/iter (± 0
)1.01
datastore/num_rows=1000/num_instances=1000/packed=false/range/default
12352247
ns/iter (± 772207
)13013954
ns/iter (± 914184
)0.95
mono_points_arrow/generate_message_bundles
48276625
ns/iter (± 1397029
)46219650
ns/iter (± 501669
)1.04
mono_points_arrow/generate_messages
172700989
ns/iter (± 1490257
)150704994
ns/iter (± 1097138
)1.15
mono_points_arrow/encode_log_msg
200215428
ns/iter (± 1409723
)185868787
ns/iter (± 1379264
)1.08
mono_points_arrow/encode_total
423220801
ns/iter (± 2426710
)380900460
ns/iter (± 1699524
)1.11
mono_points_arrow/decode_log_msg
253529959
ns/iter (± 1198838
)229719289
ns/iter (± 950455
)1.10
mono_points_arrow/decode_message_bundles
84116550
ns/iter (± 1373716
)72131554
ns/iter (± 814385
)1.17
mono_points_arrow/decode_total
344891240
ns/iter (± 2570130
)307506573
ns/iter (± 1565973
)1.12
mono_points_arrow_batched/generate_message_bundles
41535573
ns/iter (± 1799262
)39855428
ns/iter (± 1133909
)1.04
mono_points_arrow_batched/generate_messages
8656223
ns/iter (± 993434
)8178592
ns/iter (± 704181
)1.06
mono_points_arrow_batched/encode_log_msg
1658024
ns/iter (± 5637
)1488672
ns/iter (± 5221
)1.11
mono_points_arrow_batched/encode_total
53520656
ns/iter (± 2841832
)50010094
ns/iter (± 1500823
)1.07
mono_points_arrow_batched/decode_log_msg
945416
ns/iter (± 3479
)854696
ns/iter (± 2147
)1.11
mono_points_arrow_batched/decode_message_bundles
12660668
ns/iter (± 673928
)12974920
ns/iter (± 956692
)0.98
mono_points_arrow_batched/decode_total
14547484
ns/iter (± 923681
)13404586
ns/iter (± 622594
)1.09
batch_points_arrow/generate_message_bundles
336960
ns/iter (± 1141
)290531
ns/iter (± 765
)1.16
batch_points_arrow/generate_messages
6376
ns/iter (± 28
)6336
ns/iter (± 12
)1.01
batch_points_arrow/encode_log_msg
453146
ns/iter (± 1968
)392563
ns/iter (± 1460
)1.15
batch_points_arrow/encode_total
798510
ns/iter (± 3665
)705362
ns/iter (± 2469
)1.13
batch_points_arrow/decode_log_msg
392739
ns/iter (± 1564
)340823
ns/iter (± 2014
)1.15
batch_points_arrow/decode_message_bundles
2314
ns/iter (± 6
)2347
ns/iter (± 8
)0.99
batch_points_arrow/decode_total
393182
ns/iter (± 1465
)348071
ns/iter (± 3330
)1.13
arrow_mono_points/insert
7518086366
ns/iter (± 21814282
)6344097421
ns/iter (± 17255353
)1.19
arrow_mono_points/query
1856154
ns/iter (± 17882
)1773561
ns/iter (± 9441
)1.05
arrow_batch_points/insert
3334078
ns/iter (± 13647
)3146877
ns/iter (± 14047
)1.06
arrow_batch_points/query
17120
ns/iter (± 49
)17203
ns/iter (± 47
)1.00
arrow_batch_vecs/insert
47904
ns/iter (± 197
)44533
ns/iter (± 133
)1.08
arrow_batch_vecs/query
522963
ns/iter (± 1398
)506150
ns/iter (± 389
)1.03
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.