-
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.
Fix precision issue when zooming in on the timeline (#1370)
Previously the view would become shaky and difficult to navigate as you zoomed closer and closer. The fix: switch from f32 to f64.
- Loading branch information
Showing
5 changed files
with
85 additions
and
60 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
Oops, something went wrong.
93b1ee3
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
571051
ns/iter (± 1974
)549723
ns/iter (± 9307
)1.04
datastore/latest_at/batch/rects/query
1789
ns/iter (± 2
)1831
ns/iter (± 22
)0.98
datastore/latest_at/missing_components/primary
357
ns/iter (± 0
)354
ns/iter (± 3
)1.01
datastore/latest_at/missing_components/secondaries
431
ns/iter (± 0
)416
ns/iter (± 5
)1.04
datastore/range/batch/rects/query
150469
ns/iter (± 162
)148522
ns/iter (± 1878
)1.01
mono_points_arrow/generate_message_bundles
48920832
ns/iter (± 378213
)44067145
ns/iter (± 1478285
)1.11
mono_points_arrow/generate_messages
128886985
ns/iter (± 1047718
)124872076
ns/iter (± 1427855
)1.03
mono_points_arrow/encode_log_msg
162816900
ns/iter (± 1371769
)151616959
ns/iter (± 1283262
)1.07
mono_points_arrow/encode_total
340220798
ns/iter (± 1830224
)322586111
ns/iter (± 2939551
)1.05
mono_points_arrow/decode_log_msg
181012753
ns/iter (± 845781
)173315825
ns/iter (± 1736902
)1.04
mono_points_arrow/decode_message_bundles
66550564
ns/iter (± 1021472
)63511220
ns/iter (± 1013271
)1.05
mono_points_arrow/decode_total
243560774
ns/iter (± 1528176
)235105527
ns/iter (± 2418882
)1.04
batch_points_arrow/generate_message_bundles
337557
ns/iter (± 1186
)331372
ns/iter (± 4436
)1.02
batch_points_arrow/generate_messages
6551
ns/iter (± 10
)6276
ns/iter (± 85
)1.04
batch_points_arrow/encode_log_msg
361841
ns/iter (± 1380
)350428
ns/iter (± 3088
)1.03
batch_points_arrow/encode_total
728488
ns/iter (± 2160
)702377
ns/iter (± 7847
)1.04
batch_points_arrow/decode_log_msg
358487
ns/iter (± 1564
)342795
ns/iter (± 2345
)1.05
batch_points_arrow/decode_message_bundles
2072
ns/iter (± 4
)2053
ns/iter (± 28
)1.01
batch_points_arrow/decode_total
365071
ns/iter (± 2126
)351844
ns/iter (± 2808
)1.04
arrow_mono_points/insert
6425343228
ns/iter (± 26141079
)6202562547
ns/iter (± 125497863
)1.04
arrow_mono_points/query
1838168
ns/iter (± 23501
)1717100
ns/iter (± 18949
)1.07
arrow_batch_points/insert
2967434
ns/iter (± 161622
)2698584
ns/iter (± 28204
)1.10
arrow_batch_points/query
16879
ns/iter (± 53
)16645
ns/iter (± 187
)1.01
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.