-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): improve too big batch response msg (#1107)
* fix(server): improve too big batch response msg * adjust tests * fix tests
- Loading branch information
Showing
5 changed files
with
33 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
bef63ae
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.sync/ws_concurrent_conn_calls/fast_call/2
1165955
ns/iter (± 82489
)192610
ns/iter (± 3646
)6.05
sync/ws_concurrent_conn_calls/fast_call/4
1161539
ns/iter (± 101989
)254859
ns/iter (± 4590
)4.56
sync/ws_concurrent_conn_calls/fast_call/8
1112005
ns/iter (± 117352
)423527
ns/iter (± 9348
)2.63
async/ws_concurrent_conn_calls/fast_call/2
1087334
ns/iter (± 87968
)193023
ns/iter (± 2826
)5.63
async/ws_concurrent_conn_calls/fast_call/4
1180405
ns/iter (± 59814
)256149
ns/iter (± 4379
)4.61
async/ws_concurrent_conn_calls/fast_call/8
1153883
ns/iter (± 116479
)424520
ns/iter (± 11700
)2.72
This comment was automatically generated by workflow using github-action-benchmark.
CC: @niklasad1
bef63ae
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.sync/ws_concurrent_conn_calls/fast_call/2
1133413
ns/iter (± 126260
)192610
ns/iter (± 3646
)5.88
sync/ws_concurrent_conn_calls/fast_call/4
1174382
ns/iter (± 58189
)254859
ns/iter (± 4590
)4.61
sync/ws_concurrent_conn_calls/fast_call/8
1127275
ns/iter (± 107020
)423527
ns/iter (± 9348
)2.66
async/ws_concurrent_conn_calls/fast_call/2
1009877
ns/iter (± 127309
)193023
ns/iter (± 2826
)5.23
async/ws_concurrent_conn_calls/fast_call/4
1174060
ns/iter (± 58072
)256149
ns/iter (± 4379
)4.58
async/ws_concurrent_conn_calls/fast_call/8
1116079
ns/iter (± 130231
)424520
ns/iter (± 11700
)2.63
This comment was automatically generated by workflow using github-action-benchmark.
CC: @niklasad1
bef63ae
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.sync/ws_concurrent_conn_calls/fast_call/2
1121741
ns/iter (± 78994
)192610
ns/iter (± 3646
)5.82
sync/ws_concurrent_conn_calls/fast_call/4
1194433
ns/iter (± 61987
)254859
ns/iter (± 4590
)4.69
sync/ws_concurrent_conn_calls/fast_call/8
1099284
ns/iter (± 142751
)423527
ns/iter (± 9348
)2.60
async/ws_concurrent_conn_calls/fast_call/2
1097942
ns/iter (± 84371
)193023
ns/iter (± 2826
)5.69
async/ws_concurrent_conn_calls/fast_call/4
1203335
ns/iter (± 70497
)256149
ns/iter (± 4379
)4.70
async/ws_concurrent_conn_calls/fast_call/8
1110387
ns/iter (± 157573
)424520
ns/iter (± 11700
)2.62
This comment was automatically generated by workflow using github-action-benchmark.
CC: @niklasad1
bef63ae
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.sync/ws_concurrent_conn_calls/fast_call/2
1046872
ns/iter (± 95662
)192610
ns/iter (± 3646
)5.44
sync/ws_concurrent_conn_calls/fast_call/4
1231967
ns/iter (± 68142
)254859
ns/iter (± 4590
)4.83
sync/ws_concurrent_conn_calls/fast_call/8
1195820
ns/iter (± 81273
)423527
ns/iter (± 9348
)2.82
async/ws_concurrent_conn_calls/fast_call/2
1030644
ns/iter (± 124490
)193023
ns/iter (± 2826
)5.34
async/ws_concurrent_conn_calls/fast_call/4
1198796
ns/iter (± 50759
)256149
ns/iter (± 4379
)4.68
async/ws_concurrent_conn_calls/fast_call/8
1155512
ns/iter (± 112261
)424520
ns/iter (± 11700
)2.72
This comment was automatically generated by workflow using github-action-benchmark.
CC: @niklasad1
bef63ae
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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.sync/ws_concurrent_conn_calls/fast_call/2
1111810
ns/iter (± 98806
)192610
ns/iter (± 3646
)5.77
sync/ws_concurrent_conn_calls/fast_call/4
1295763
ns/iter (± 70623
)254859
ns/iter (± 4590
)5.08
sync/ws_concurrent_conn_calls/fast_call/8
1184524
ns/iter (± 103065
)423527
ns/iter (± 9348
)2.80
async/ws_concurrent_conn_calls/fast_call/2
1076510
ns/iter (± 115295
)193023
ns/iter (± 2826
)5.58
async/ws_concurrent_conn_calls/fast_call/4
1366269
ns/iter (± 62846
)256149
ns/iter (± 4379
)5.33
async/ws_concurrent_conn_calls/fast_call/8
1215158
ns/iter (± 85464
)424520
ns/iter (± 11700
)2.86
This comment was automatically generated by workflow using github-action-benchmark.
CC: @niklasad1