-
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.
Better time axis on plot view (#1356)
* Pick number of decimals better when showing times * Plot view: better handling of dates on X axis * Increase default plot line thickness * Add line to changelog * Fix wrong time formatting
- Loading branch information
Showing
6 changed files
with
202 additions
and
55 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
dfd32bd
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
566187
ns/iter (± 2483
)543855
ns/iter (± 5831
)1.04
datastore/latest_at/batch/rects/query
1802
ns/iter (± 21
)1800
ns/iter (± 7
)1.00
datastore/latest_at/missing_components/primary
356
ns/iter (± 0
)355
ns/iter (± 1
)1.00
datastore/latest_at/missing_components/secondaries
424
ns/iter (± 0
)420
ns/iter (± 2
)1.01
datastore/range/batch/rects/query
152921
ns/iter (± 276
)149177
ns/iter (± 779
)1.03
mono_points_arrow/generate_message_bundles
48262753
ns/iter (± 507605
)46337485
ns/iter (± 463167
)1.04
mono_points_arrow/generate_messages
128006155
ns/iter (± 1050498
)124442581
ns/iter (± 1114912
)1.03
mono_points_arrow/encode_log_msg
156994418
ns/iter (± 1193945
)150822654
ns/iter (± 974862
)1.04
mono_points_arrow/encode_total
334119999
ns/iter (± 1556054
)324804552
ns/iter (± 2445228
)1.03
mono_points_arrow/decode_log_msg
183055635
ns/iter (± 859424
)176947517
ns/iter (± 838515
)1.03
mono_points_arrow/decode_message_bundles
65237025
ns/iter (± 869071
)65099027
ns/iter (± 741626
)1.00
mono_points_arrow/decode_total
248680765
ns/iter (± 1595067
)237573783
ns/iter (± 2239220
)1.05
batch_points_arrow/generate_message_bundles
336904
ns/iter (± 563
)329864
ns/iter (± 2332
)1.02
batch_points_arrow/generate_messages
6454
ns/iter (± 25
)6292
ns/iter (± 29
)1.03
batch_points_arrow/encode_log_msg
358478
ns/iter (± 1753
)374339
ns/iter (± 775
)0.96
batch_points_arrow/encode_total
720168
ns/iter (± 2692
)729442
ns/iter (± 2011
)0.99
batch_points_arrow/decode_log_msg
349780
ns/iter (± 1245
)345266
ns/iter (± 989
)1.01
batch_points_arrow/decode_message_bundles
2103
ns/iter (± 8
)2058
ns/iter (± 12
)1.02
batch_points_arrow/decode_total
357686
ns/iter (± 1447
)351915
ns/iter (± 568
)1.02
arrow_mono_points/insert
6128341390
ns/iter (± 10735882
)6001053877
ns/iter (± 10507801
)1.02
arrow_mono_points/query
1750905
ns/iter (± 19124
)1723117
ns/iter (± 5184
)1.02
arrow_batch_points/insert
2747808
ns/iter (± 20329
)2624028
ns/iter (± 7661
)1.05
arrow_batch_points/query
16853
ns/iter (± 56
)16896
ns/iter (± 16
)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.