-
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.
dont split on index bucket size (#1558)
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
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
fbcf009
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
564196
ns/iter (± 3391
)570245
ns/iter (± 2018
)0.99
datastore/latest_at/batch/rects/query
1858
ns/iter (± 8
)1853
ns/iter (± 130
)1.00
datastore/latest_at/missing_components/primary
286
ns/iter (± 0
)286
ns/iter (± 0
)1
datastore/latest_at/missing_components/secondaries
431
ns/iter (± 0
)431
ns/iter (± 0
)1
datastore/range/batch/rects/query
150874
ns/iter (± 1113
)149865
ns/iter (± 336
)1.01
mono_points_arrow/generate_message_bundles
65487073
ns/iter (± 863842
)44586319
ns/iter (± 1106633
)1.47
mono_points_arrow/generate_messages
173226692
ns/iter (± 2083871
)125462521
ns/iter (± 1056426
)1.38
mono_points_arrow/encode_log_msg
208232306
ns/iter (± 2299725
)152573056
ns/iter (± 699404
)1.36
mono_points_arrow/encode_total
446657398
ns/iter (± 2849127
)324536184
ns/iter (± 1578215
)1.38
mono_points_arrow/decode_log_msg
216386769
ns/iter (± 1566828
)177599408
ns/iter (± 837755
)1.22
mono_points_arrow/decode_message_bundles
104802303
ns/iter (± 1375784
)63512761
ns/iter (± 1095669
)1.65
mono_points_arrow/decode_total
315038842
ns/iter (± 2401113
)244545303
ns/iter (± 1944702
)1.29
batch_points_arrow/generate_message_bundles
334384
ns/iter (± 930
)331965
ns/iter (± 555
)1.01
batch_points_arrow/generate_messages
6291
ns/iter (± 19
)6272
ns/iter (± 32
)1.00
batch_points_arrow/encode_log_msg
379301
ns/iter (± 3382
)366736
ns/iter (± 1010
)1.03
batch_points_arrow/encode_total
734920
ns/iter (± 4509
)722095
ns/iter (± 1330
)1.02
batch_points_arrow/decode_log_msg
361831
ns/iter (± 3698
)350168
ns/iter (± 766
)1.03
batch_points_arrow/decode_message_bundles
2128
ns/iter (± 8
)2112
ns/iter (± 4
)1.01
batch_points_arrow/decode_total
362318
ns/iter (± 4466
)357365
ns/iter (± 952
)1.01
arrow_mono_points/insert
10057759421
ns/iter (± 117538766
)6144606077
ns/iter (± 10248151
)1.64
arrow_mono_points/query
1839928
ns/iter (± 33863
)1730367
ns/iter (± 5307
)1.06
arrow_batch_points/insert
2725546
ns/iter (± 111980
)2704817
ns/iter (± 22176
)1.01
arrow_batch_points/query
16948
ns/iter (± 19
)16825
ns/iter (± 17
)1.01
arrow_batch_vecs/insert
43307
ns/iter (± 174
)42494
ns/iter (± 197
)1.02
arrow_batch_vecs/query
507986
ns/iter (± 1009
)508134
ns/iter (± 1346
)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.
fbcf009
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.
Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.mono_points_arrow/decode_message_bundles
104802303
ns/iter (± 1375784
)63512761
ns/iter (± 1095669
)1.65
arrow_mono_points/insert
10057759421
ns/iter (± 117538766
)6144606077
ns/iter (± 10248151
)1.64
This comment was automatically generated by workflow using github-action-benchmark.
fbcf009
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.
I don't get how this patch could impact any of these two benchmarks?
fbcf009
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.
It seems to have gone back to normal, just a broken CI runner.