-
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.
Lint vertical spacing in Rust code (#1572)
* Lint missing vertical spacing in Rust files * scripts/lint.py --fix * cleanup * Put `type` declarations on their own line * py-format * fix
- Loading branch information
Showing
13 changed files
with
180 additions
and
8 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ struct ArFrame { | |
index: usize, | ||
timepoint: TimePoint, | ||
} | ||
|
||
impl ArFrame { | ||
fn from_raw( | ||
dir: PathBuf, | ||
|
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
48d86f1
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
552668
ns/iter (± 17020
)561999
ns/iter (± 31262
)0.98
datastore/latest_at/batch/rects/query
1822
ns/iter (± 7
)1832
ns/iter (± 59
)0.99
datastore/latest_at/missing_components/primary
281
ns/iter (± 5
)286
ns/iter (± 0
)0.98
datastore/latest_at/missing_components/secondaries
423
ns/iter (± 4
)432
ns/iter (± 0
)0.98
datastore/range/batch/rects/query
150682
ns/iter (± 1840
)151838
ns/iter (± 649
)0.99
mono_points_arrow/generate_message_bundles
44244669
ns/iter (± 1105965
)48476144
ns/iter (± 554883
)0.91
mono_points_arrow/generate_messages
123452496
ns/iter (± 1278978
)128738372
ns/iter (± 1019899
)0.96
mono_points_arrow/encode_log_msg
152866845
ns/iter (± 988612
)154611712
ns/iter (± 1502070
)0.99
mono_points_arrow/encode_total
323389931
ns/iter (± 2817563
)329992505
ns/iter (± 2447529
)0.98
mono_points_arrow/decode_log_msg
175711316
ns/iter (± 1175531
)176334821
ns/iter (± 847285
)1.00
mono_points_arrow/decode_message_bundles
63502416
ns/iter (± 938546
)65905957
ns/iter (± 802450
)0.96
mono_points_arrow/decode_total
237055564
ns/iter (± 1973445
)239902655
ns/iter (± 1524889
)0.99
batch_points_arrow/generate_message_bundles
338114
ns/iter (± 2451
)332332
ns/iter (± 579
)1.02
batch_points_arrow/generate_messages
6339
ns/iter (± 67
)6538
ns/iter (± 25
)0.97
batch_points_arrow/encode_log_msg
365383
ns/iter (± 2231
)371253
ns/iter (± 1126
)0.98
batch_points_arrow/encode_total
731324
ns/iter (± 5337
)731713
ns/iter (± 3212
)1.00
batch_points_arrow/decode_log_msg
344249
ns/iter (± 1391
)346768
ns/iter (± 1695
)0.99
batch_points_arrow/decode_message_bundles
2137
ns/iter (± 27
)2175
ns/iter (± 9
)0.98
batch_points_arrow/decode_total
352654
ns/iter (± 637
)363354
ns/iter (± 2898
)0.97
arrow_mono_points/insert
6203127416
ns/iter (± 21658646
)6099542708
ns/iter (± 37818498
)1.02
arrow_mono_points/query
1815353
ns/iter (± 15876
)1762514
ns/iter (± 13452
)1.03
arrow_batch_points/insert
2637052
ns/iter (± 18715
)2674834
ns/iter (± 20195
)0.99
arrow_batch_points/query
16915
ns/iter (± 159
)17001
ns/iter (± 20
)0.99
arrow_batch_vecs/insert
43281
ns/iter (± 386
)42053
ns/iter (± 146
)1.03
arrow_batch_vecs/query
388846
ns/iter (± 562
)389089
ns/iter (± 6468
)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.