-
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 crash on serve exit, second attempt (#1633)
* Revert "Revert "Handle ctrl+c to gracefully shutdown the server(s) (#1613)" (#1632)" This reverts commit 93ab88b. * pass shutdown bool to app instead of installing another ctrl+c handler
- Loading branch information
Showing
20 changed files
with
233 additions
and
151 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.
7c36951
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
556213
ns/iter (± 2209
)554196
ns/iter (± 3292
)1.00
datastore/latest_at/batch/rects/query
1867
ns/iter (± 9
)1841
ns/iter (± 27
)1.01
datastore/latest_at/missing_components/primary
288
ns/iter (± 0
)286
ns/iter (± 0
)1.01
datastore/latest_at/missing_components/secondaries
437
ns/iter (± 3
)437
ns/iter (± 0
)1
datastore/range/batch/rects/query
153733
ns/iter (± 886
)151607
ns/iter (± 716
)1.01
mono_points_arrow/generate_message_bundles
45836727
ns/iter (± 1177717
)46672403
ns/iter (± 786703
)0.98
mono_points_arrow/generate_messages
127167525
ns/iter (± 1008563
)126100634
ns/iter (± 1180934
)1.01
mono_points_arrow/encode_log_msg
157363987
ns/iter (± 1037693
)156512460
ns/iter (± 760613
)1.01
mono_points_arrow/encode_total
331611449
ns/iter (± 2367937
)331393378
ns/iter (± 1353745
)1.00
mono_points_arrow/decode_log_msg
177944395
ns/iter (± 905577
)179457473
ns/iter (± 790263
)0.99
mono_points_arrow/decode_message_bundles
64827344
ns/iter (± 833889
)63824858
ns/iter (± 1170469
)1.02
mono_points_arrow/decode_total
237827173
ns/iter (± 1586334
)241495289
ns/iter (± 1478256
)0.98
batch_points_arrow/generate_message_bundles
328368
ns/iter (± 844
)328768
ns/iter (± 1074
)1.00
batch_points_arrow/generate_messages
6465
ns/iter (± 23
)6478
ns/iter (± 24
)1.00
batch_points_arrow/encode_log_msg
358110
ns/iter (± 1351
)359020
ns/iter (± 1031
)1.00
batch_points_arrow/encode_total
719557
ns/iter (± 3155
)705416
ns/iter (± 3296
)1.02
batch_points_arrow/decode_log_msg
351267
ns/iter (± 848
)352905
ns/iter (± 1727
)1.00
batch_points_arrow/decode_message_bundles
2094
ns/iter (± 11
)2103
ns/iter (± 12
)1.00
batch_points_arrow/decode_total
355477
ns/iter (± 1358
)353439
ns/iter (± 871
)1.01
arrow_mono_points/insert
6128321436
ns/iter (± 16168249
)6066627807
ns/iter (± 32901540
)1.01
arrow_mono_points/query
1798183
ns/iter (± 9585
)1789086
ns/iter (± 19184
)1.01
arrow_batch_points/insert
2676961
ns/iter (± 11680
)2664298
ns/iter (± 13658
)1.00
arrow_batch_points/query
16167
ns/iter (± 84
)16143
ns/iter (± 30
)1.00
arrow_batch_vecs/insert
41546
ns/iter (± 254
)42639
ns/iter (± 166
)0.97
arrow_batch_vecs/query
384478
ns/iter (± 3191
)389455
ns/iter (± 801
)0.99
tuid/Tuid::random
34
ns/iter (± 0
)34
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.