-
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.
end-to-end batching 3: introduce DataRow and DataTable (#1673)
- Loading branch information
Showing
29 changed files
with
1,487 additions
and
851 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
Oops, something went wrong.
8a37e50
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
607999
ns/iter (± 3501
)572984
ns/iter (± 7501
)1.06
datastore/latest_at/batch/rects/query
1847
ns/iter (± 7
)1863
ns/iter (± 20
)0.99
datastore/latest_at/missing_components/primary
289
ns/iter (± 5
)291
ns/iter (± 1
)0.99
datastore/latest_at/missing_components/secondaries
444
ns/iter (± 2
)441
ns/iter (± 4
)1.01
datastore/range/batch/rects/query
152928
ns/iter (± 776
)149108
ns/iter (± 2287
)1.03
mono_points_arrow/generate_message_bundles
43674525
ns/iter (± 2094613
)25169001
ns/iter (± 1805149
)1.74
mono_points_arrow/generate_messages
122673947
ns/iter (± 1466966
)117284996
ns/iter (± 3697177
)1.05
mono_points_arrow/encode_log_msg
153248336
ns/iter (± 1169571
)154301975
ns/iter (± 4092727
)0.99
mono_points_arrow/encode_total
322940902
ns/iter (± 2003700
)303138919
ns/iter (± 4530539
)1.07
mono_points_arrow/decode_log_msg
176465542
ns/iter (± 1591891
)173788667
ns/iter (± 3025754
)1.02
mono_points_arrow/decode_message_bundles
53000928
ns/iter (± 931076
)53688235
ns/iter (± 2016588
)0.99
mono_points_arrow/decode_total
227298270
ns/iter (± 1971502
)227657720
ns/iter (± 2840472
)1.00
batch_points_arrow/generate_message_bundles
285537
ns/iter (± 2423
)320827
ns/iter (± 1764
)0.89
batch_points_arrow/generate_messages
6018
ns/iter (± 80
)5890
ns/iter (± 75
)1.02
batch_points_arrow/encode_log_msg
376585
ns/iter (± 2817
)345685
ns/iter (± 6489
)1.09
batch_points_arrow/encode_total
690810
ns/iter (± 3373
)686185
ns/iter (± 10500
)1.01
batch_points_arrow/decode_log_msg
350176
ns/iter (± 1466
)344619
ns/iter (± 2619
)1.02
batch_points_arrow/decode_message_bundles
1613
ns/iter (± 33
)1549
ns/iter (± 28
)1.04
batch_points_arrow/decode_total
358649
ns/iter (± 2838
)342702
ns/iter (± 3139
)1.05
arrow_mono_points/insert
6120830809
ns/iter (± 19096063
)6213809978
ns/iter (± 32979882
)0.99
arrow_mono_points/query
1721371
ns/iter (± 18940
)1764029
ns/iter (± 38395
)0.98
arrow_batch_points/insert
3013481
ns/iter (± 30029
)2999923
ns/iter (± 55625
)1.00
arrow_batch_points/query
15257
ns/iter (± 209
)16318
ns/iter (± 254
)0.93
arrow_batch_vecs/insert
43113
ns/iter (± 440
)44353
ns/iter (± 584
)0.97
arrow_batch_vecs/query
469903
ns/iter (± 5425
)384226
ns/iter (± 5361
)1.22
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.
8a37e50
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/generate_message_bundles
43674525
ns/iter (± 2094613
)25169001
ns/iter (± 1805149
)1.74
This comment was automatically generated by workflow using github-action-benchmark.