Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Feb 8, 2024
1 parent a270cf6 commit 420488c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,11 @@ func WaitForServerToStart(addr string) error {

err = conn.Close()
if err != nil {
return fmt.Errorf("failed to close connection: %w", err)
return fmt.Errorf("close connection: %w", err)
}

return nil
}

return fmt.Errorf("failed to connect server via %s", addr)
return fmt.Errorf("timeout for server to start: %s", addr)
}

1 comment on commit 420488c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go Benchmark

Benchmark suite Current: 420488c Previous: ecf2b07 Ratio
BenchmarkDocument/constructor_test 1426 ns/op 1224 B/op 21 allocs/op 1433 ns/op 1224 B/op 21 allocs/op 1.00
BenchmarkDocument/constructor_test - ns/op 1426 ns/op 1433 ns/op 1.00
BenchmarkDocument/constructor_test - B/op 1224 B/op 1224 B/op 1
BenchmarkDocument/constructor_test - allocs/op 21 allocs/op 21 allocs/op 1
BenchmarkDocument/status_test 839.5 ns/op 1192 B/op 19 allocs/op 829.6 ns/op 1192 B/op 19 allocs/op 1.01
BenchmarkDocument/status_test - ns/op 839.5 ns/op 829.6 ns/op 1.01
BenchmarkDocument/status_test - B/op 1192 B/op 1192 B/op 1
BenchmarkDocument/status_test - allocs/op 19 allocs/op 19 allocs/op 1
BenchmarkDocument/equals_test 7309 ns/op 6977 B/op 124 allocs/op 7347 ns/op 6977 B/op 124 allocs/op 0.99
BenchmarkDocument/equals_test - ns/op 7309 ns/op 7347 ns/op 0.99
BenchmarkDocument/equals_test - B/op 6977 B/op 6977 B/op 1
BenchmarkDocument/equals_test - allocs/op 124 allocs/op 124 allocs/op 1
BenchmarkDocument/nested_update_test 16503 ns/op 12059 B/op 260 allocs/op 16592 ns/op 12058 B/op 260 allocs/op 0.99
BenchmarkDocument/nested_update_test - ns/op 16503 ns/op 16592 ns/op 0.99
BenchmarkDocument/nested_update_test - B/op 12059 B/op 12058 B/op 1.00
BenchmarkDocument/nested_update_test - allocs/op 260 allocs/op 260 allocs/op 1
BenchmarkDocument/delete_test 22316 ns/op 15284 B/op 339 allocs/op 23312 ns/op 15283 B/op 339 allocs/op 0.96
BenchmarkDocument/delete_test - ns/op 22316 ns/op 23312 ns/op 0.96
BenchmarkDocument/delete_test - B/op 15284 B/op 15283 B/op 1.00
BenchmarkDocument/delete_test - allocs/op 339 allocs/op 339 allocs/op 1
BenchmarkDocument/object_test 9010 ns/op 6753 B/op 118 allocs/op 9382 ns/op 6753 B/op 118 allocs/op 0.96
BenchmarkDocument/object_test - ns/op 9010 ns/op 9382 ns/op 0.96
BenchmarkDocument/object_test - B/op 6753 B/op 6753 B/op 1
BenchmarkDocument/object_test - allocs/op 118 allocs/op 118 allocs/op 1
BenchmarkDocument/array_test 28851 ns/op 11882 B/op 274 allocs/op 29165 ns/op 11883 B/op 274 allocs/op 0.99
BenchmarkDocument/array_test - ns/op 28851 ns/op 29165 ns/op 0.99
BenchmarkDocument/array_test - B/op 11882 B/op 11883 B/op 1.00
BenchmarkDocument/array_test - allocs/op 274 allocs/op 274 allocs/op 1
BenchmarkDocument/text_test 30282 ns/op 14915 B/op 470 allocs/op 30412 ns/op 14915 B/op 470 allocs/op 1.00
BenchmarkDocument/text_test - ns/op 30282 ns/op 30412 ns/op 1.00
BenchmarkDocument/text_test - B/op 14915 B/op 14915 B/op 1
BenchmarkDocument/text_test - allocs/op 470 allocs/op 470 allocs/op 1
BenchmarkDocument/text_composition_test 28803 ns/op 18430 B/op 479 allocs/op 28835 ns/op 18430 B/op 479 allocs/op 1.00
BenchmarkDocument/text_composition_test - ns/op 28803 ns/op 28835 ns/op 1.00
BenchmarkDocument/text_composition_test - B/op 18430 B/op 18430 B/op 1
BenchmarkDocument/text_composition_test - allocs/op 479 allocs/op 479 allocs/op 1
BenchmarkDocument/rich_text_test 80140 ns/op 38676 B/op 1149 allocs/op 81311 ns/op 38676 B/op 1149 allocs/op 0.99
BenchmarkDocument/rich_text_test - ns/op 80140 ns/op 81311 ns/op 0.99
BenchmarkDocument/rich_text_test - B/op 38676 B/op 38676 B/op 1
BenchmarkDocument/rich_text_test - allocs/op 1149 allocs/op 1149 allocs/op 1
BenchmarkDocument/counter_test 17184 ns/op 10658 B/op 242 allocs/op 17584 ns/op 10658 B/op 242 allocs/op 0.98
BenchmarkDocument/counter_test - ns/op 17184 ns/op 17584 ns/op 0.98
BenchmarkDocument/counter_test - B/op 10658 B/op 10658 B/op 1
BenchmarkDocument/counter_test - allocs/op 242 allocs/op 242 allocs/op 1
BenchmarkDocument/text_edit_gc_100 2869852 ns/op 1658605 B/op 17095 allocs/op 2879266 ns/op 1658738 B/op 17095 allocs/op 1.00
BenchmarkDocument/text_edit_gc_100 - ns/op 2869852 ns/op 2879266 ns/op 1.00
BenchmarkDocument/text_edit_gc_100 - B/op 1658605 B/op 1658738 B/op 1.00
BenchmarkDocument/text_edit_gc_100 - allocs/op 17095 allocs/op 17095 allocs/op 1
BenchmarkDocument/text_edit_gc_1000 228492368 ns/op 144399561 B/op 201043 allocs/op 231029604 ns/op 144384198 B/op 200954 allocs/op 0.99
BenchmarkDocument/text_edit_gc_1000 - ns/op 228492368 ns/op 231029604 ns/op 0.99
BenchmarkDocument/text_edit_gc_1000 - B/op 144399561 B/op 144384198 B/op 1.00
BenchmarkDocument/text_edit_gc_1000 - allocs/op 201043 allocs/op 200954 allocs/op 1.00
BenchmarkDocument/text_split_gc_100 3345597 ns/op 2316924 B/op 16197 allocs/op 3373853 ns/op 2316787 B/op 16196 allocs/op 0.99
BenchmarkDocument/text_split_gc_100 - ns/op 3345597 ns/op 3373853 ns/op 0.99
BenchmarkDocument/text_split_gc_100 - B/op 2316924 B/op 2316787 B/op 1.00
BenchmarkDocument/text_split_gc_100 - allocs/op 16197 allocs/op 16196 allocs/op 1.00
BenchmarkDocument/text_split_gc_1000 283400926 ns/op 228913516 B/op 203917 allocs/op 285196296 ns/op 228942620 B/op 204043 allocs/op 0.99
BenchmarkDocument/text_split_gc_1000 - ns/op 283400926 ns/op 285196296 ns/op 0.99
BenchmarkDocument/text_split_gc_1000 - B/op 228913516 B/op 228942620 B/op 1.00
BenchmarkDocument/text_split_gc_1000 - allocs/op 203917 allocs/op 204043 allocs/op 1.00
BenchmarkDocument/text_delete_all_10000 10349964 ns/op 5809348 B/op 40670 allocs/op 10705887 ns/op 5809786 B/op 40672 allocs/op 0.97
BenchmarkDocument/text_delete_all_10000 - ns/op 10349964 ns/op 10705887 ns/op 0.97
BenchmarkDocument/text_delete_all_10000 - B/op 5809348 B/op 5809786 B/op 1.00
BenchmarkDocument/text_delete_all_10000 - allocs/op 40670 allocs/op 40672 allocs/op 1.00
BenchmarkDocument/text_delete_all_100000 186972950 ns/op 81913562 B/op 411675 allocs/op 180236741 ns/op 81902012 B/op 411639 allocs/op 1.04
BenchmarkDocument/text_delete_all_100000 - ns/op 186972950 ns/op 180236741 ns/op 1.04
BenchmarkDocument/text_delete_all_100000 - B/op 81913562 B/op 81902012 B/op 1.00
BenchmarkDocument/text_delete_all_100000 - allocs/op 411675 allocs/op 411639 allocs/op 1.00
BenchmarkDocument/text_100 224213 ns/op 120138 B/op 5082 allocs/op 219684 ns/op 120139 B/op 5082 allocs/op 1.02
BenchmarkDocument/text_100 - ns/op 224213 ns/op 219684 ns/op 1.02
BenchmarkDocument/text_100 - B/op 120138 B/op 120139 B/op 1.00
BenchmarkDocument/text_100 - allocs/op 5082 allocs/op 5082 allocs/op 1
BenchmarkDocument/text_1000 2381266 ns/op 1169125 B/op 50086 allocs/op 2375409 ns/op 1169126 B/op 50086 allocs/op 1.00
BenchmarkDocument/text_1000 - ns/op 2381266 ns/op 2375409 ns/op 1.00
BenchmarkDocument/text_1000 - B/op 1169125 B/op 1169126 B/op 1.00
BenchmarkDocument/text_1000 - allocs/op 50086 allocs/op 50086 allocs/op 1
BenchmarkDocument/array_1000 1198499 ns/op 1091305 B/op 11829 allocs/op 1191915 ns/op 1091280 B/op 11829 allocs/op 1.01
BenchmarkDocument/array_1000 - ns/op 1198499 ns/op 1191915 ns/op 1.01
BenchmarkDocument/array_1000 - B/op 1091305 B/op 1091280 B/op 1.00
BenchmarkDocument/array_1000 - allocs/op 11829 allocs/op 11829 allocs/op 1
BenchmarkDocument/array_10000 12879641 ns/op 9799750 B/op 120293 allocs/op 13045629 ns/op 9799111 B/op 120291 allocs/op 0.99
BenchmarkDocument/array_10000 - ns/op 12879641 ns/op 13045629 ns/op 0.99
BenchmarkDocument/array_10000 - B/op 9799750 B/op 9799111 B/op 1.00
BenchmarkDocument/array_10000 - allocs/op 120293 allocs/op 120291 allocs/op 1.00
BenchmarkDocument/array_gc_100 144302 ns/op 132649 B/op 1258 allocs/op 153360 ns/op 132656 B/op 1258 allocs/op 0.94
BenchmarkDocument/array_gc_100 - ns/op 144302 ns/op 153360 ns/op 0.94
BenchmarkDocument/array_gc_100 - B/op 132649 B/op 132656 B/op 1.00
BenchmarkDocument/array_gc_100 - allocs/op 1258 allocs/op 1258 allocs/op 1
BenchmarkDocument/array_gc_1000 1374556 ns/op 1159052 B/op 12874 allocs/op 1420749 ns/op 1159102 B/op 12875 allocs/op 0.97
BenchmarkDocument/array_gc_1000 - ns/op 1374556 ns/op 1420749 ns/op 0.97
BenchmarkDocument/array_gc_1000 - B/op 1159052 B/op 1159102 B/op 1.00
BenchmarkDocument/array_gc_1000 - allocs/op 12874 allocs/op 12875 allocs/op 1.00
BenchmarkDocument/counter_1000 204003 ns/op 193013 B/op 5769 allocs/op 212889 ns/op 193013 B/op 5769 allocs/op 0.96
BenchmarkDocument/counter_1000 - ns/op 204003 ns/op 212889 ns/op 0.96
BenchmarkDocument/counter_1000 - B/op 193013 B/op 193013 B/op 1
BenchmarkDocument/counter_1000 - allocs/op 5769 allocs/op 5769 allocs/op 1
BenchmarkDocument/counter_10000 2218485 ns/op 2087942 B/op 59776 allocs/op 2242952 ns/op 2087929 B/op 59776 allocs/op 0.99
BenchmarkDocument/counter_10000 - ns/op 2218485 ns/op 2242952 ns/op 0.99
BenchmarkDocument/counter_10000 - B/op 2087942 B/op 2087929 B/op 1.00
BenchmarkDocument/counter_10000 - allocs/op 59776 allocs/op 59776 allocs/op 1
BenchmarkDocument/object_1000 1333834 ns/op 1428017 B/op 9847 allocs/op 1396822 ns/op 1427934 B/op 9846 allocs/op 0.95
BenchmarkDocument/object_1000 - ns/op 1333834 ns/op 1396822 ns/op 0.95
BenchmarkDocument/object_1000 - B/op 1428017 B/op 1427934 B/op 1.00
BenchmarkDocument/object_1000 - allocs/op 9847 allocs/op 9846 allocs/op 1.00
BenchmarkDocument/object_10000 14768157 ns/op 12166487 B/op 100562 allocs/op 14709219 ns/op 12167704 B/op 100567 allocs/op 1.00
BenchmarkDocument/object_10000 - ns/op 14768157 ns/op 14709219 ns/op 1.00
BenchmarkDocument/object_10000 - B/op 12166487 B/op 12167704 B/op 1.00
BenchmarkDocument/object_10000 - allocs/op 100562 allocs/op 100567 allocs/op 1.00
BenchmarkDocument/tree_100 1068248 ns/op 943773 B/op 6102 allocs/op 1084512 ns/op 943779 B/op 6102 allocs/op 0.99
BenchmarkDocument/tree_100 - ns/op 1068248 ns/op 1084512 ns/op 0.99
BenchmarkDocument/tree_100 - B/op 943773 B/op 943779 B/op 1.00
BenchmarkDocument/tree_100 - allocs/op 6102 allocs/op 6102 allocs/op 1
BenchmarkDocument/tree_1000 77560354 ns/op 86460501 B/op 60116 allocs/op 77316660 ns/op 86460898 B/op 60116 allocs/op 1.00
BenchmarkDocument/tree_1000 - ns/op 77560354 ns/op 77316660 ns/op 1.00
BenchmarkDocument/tree_1000 - B/op 86460501 B/op 86460898 B/op 1.00
BenchmarkDocument/tree_1000 - allocs/op 60116 allocs/op 60116 allocs/op 1
BenchmarkDocument/tree_10000 9429295192 ns/op 8580663936 B/op 600246 allocs/op 9565167389 ns/op 8580972944 B/op 600228 allocs/op 0.99
BenchmarkDocument/tree_10000 - ns/op 9429295192 ns/op 9565167389 ns/op 0.99
BenchmarkDocument/tree_10000 - B/op 8580663936 B/op 8580972944 B/op 1.00
BenchmarkDocument/tree_10000 - allocs/op 600246 allocs/op 600228 allocs/op 1.00
BenchmarkDocument/tree_delete_all_1000 72583445 ns/op 87012590 B/op 67757 allocs/op 82818312 ns/op 86989734 B/op 67754 allocs/op 0.88
BenchmarkDocument/tree_delete_all_1000 - ns/op 72583445 ns/op 82818312 ns/op 0.88
BenchmarkDocument/tree_delete_all_1000 - B/op 87012590 B/op 86989734 B/op 1.00
BenchmarkDocument/tree_delete_all_1000 - allocs/op 67757 allocs/op 67754 allocs/op 1.00
BenchmarkDocument/tree_edit_gc_100 3617833 ns/op 4121099 B/op 14359 allocs/op 3686345 ns/op 4121128 B/op 14359 allocs/op 0.98
BenchmarkDocument/tree_edit_gc_100 - ns/op 3617833 ns/op 3686345 ns/op 0.98
BenchmarkDocument/tree_edit_gc_100 - B/op 4121099 B/op 4121128 B/op 1.00
BenchmarkDocument/tree_edit_gc_100 - allocs/op 14359 allocs/op 14359 allocs/op 1
BenchmarkDocument/tree_edit_gc_1000 294797764 ns/op 383466128 B/op 145405 allocs/op 301877390 ns/op 383465898 B/op 145406 allocs/op 0.98
BenchmarkDocument/tree_edit_gc_1000 - ns/op 294797764 ns/op 301877390 ns/op 0.98
BenchmarkDocument/tree_edit_gc_1000 - B/op 383466128 B/op 383465898 B/op 1.00
BenchmarkDocument/tree_edit_gc_1000 - allocs/op 145405 allocs/op 145406 allocs/op 1.00
BenchmarkDocument/tree_split_gc_100 2418219 ns/op 2386958 B/op 10344 allocs/op 2473562 ns/op 2386966 B/op 10344 allocs/op 0.98
BenchmarkDocument/tree_split_gc_100 - ns/op 2418219 ns/op 2473562 ns/op 0.98
BenchmarkDocument/tree_split_gc_100 - B/op 2386958 B/op 2386966 B/op 1.00
BenchmarkDocument/tree_split_gc_100 - allocs/op 10344 allocs/op 10344 allocs/op 1
BenchmarkDocument/tree_split_gc_1000 178437172 ns/op 221992112 B/op 112263 allocs/op 184489458 ns/op 221990336 B/op 112247 allocs/op 0.97
BenchmarkDocument/tree_split_gc_1000 - ns/op 178437172 ns/op 184489458 ns/op 0.97
BenchmarkDocument/tree_split_gc_1000 - B/op 221992112 B/op 221990336 B/op 1.00
BenchmarkDocument/tree_split_gc_1000 - allocs/op 112263 allocs/op 112247 allocs/op 1.00
BenchmarkRPC/client_to_server 361111669 ns/op 18252261 B/op 170731 allocs/op 366041361 ns/op 18197032 B/op 170659 allocs/op 0.99
BenchmarkRPC/client_to_server - ns/op 361111669 ns/op 366041361 ns/op 0.99
BenchmarkRPC/client_to_server - B/op 18252261 B/op 18197032 B/op 1.00
BenchmarkRPC/client_to_server - allocs/op 170731 allocs/op 170659 allocs/op 1.00
BenchmarkRPC/client_to_client_via_server 613659294 ns/op 33135060 B/op 318856 allocs/op 627508838 ns/op 32311368 B/op 319109 allocs/op 0.98
BenchmarkRPC/client_to_client_via_server - ns/op 613659294 ns/op 627508838 ns/op 0.98
BenchmarkRPC/client_to_client_via_server - B/op 33135060 B/op 32311368 B/op 1.03
BenchmarkRPC/client_to_client_via_server - allocs/op 318856 allocs/op 319109 allocs/op 1.00
BenchmarkRPC/attach_large_document 1146861504 ns/op 1892653104 B/op 7610 allocs/op 1096604911 ns/op 1915460912 B/op 7635 allocs/op 1.05
BenchmarkRPC/attach_large_document - ns/op 1146861504 ns/op 1096604911 ns/op 1.05
BenchmarkRPC/attach_large_document - B/op 1892653104 B/op 1915460912 B/op 0.99
BenchmarkRPC/attach_large_document - allocs/op 7610 allocs/op 7635 allocs/op 1.00
BenchmarkRPC/adminCli_to_server 533063820 ns/op 37204836 B/op 289660 allocs/op 542875386 ns/op 35982664 B/op 289633 allocs/op 0.98
BenchmarkRPC/adminCli_to_server - ns/op 533063820 ns/op 542875386 ns/op 0.98
BenchmarkRPC/adminCli_to_server - B/op 37204836 B/op 35982664 B/op 1.03
BenchmarkRPC/adminCli_to_server - allocs/op 289660 allocs/op 289633 allocs/op 1.00
BenchmarkLocker 68.29 ns/op 16 B/op 1 allocs/op 67.22 ns/op 16 B/op 1 allocs/op 1.02
BenchmarkLocker - ns/op 68.29 ns/op 67.22 ns/op 1.02
BenchmarkLocker - B/op 16 B/op 16 B/op 1
BenchmarkLocker - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkLockerParallel 38.84 ns/op 0 B/op 0 allocs/op 38.76 ns/op 0 B/op 0 allocs/op 1.00
BenchmarkLockerParallel - ns/op 38.84 ns/op 38.76 ns/op 1.00
BenchmarkLockerParallel - B/op 0 B/op 0 B/op 1
BenchmarkLockerParallel - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkLockerMoreKeys 145.6 ns/op 15 B/op 0 allocs/op 151.6 ns/op 15 B/op 0 allocs/op 0.96
BenchmarkLockerMoreKeys - ns/op 145.6 ns/op 151.6 ns/op 0.96
BenchmarkLockerMoreKeys - B/op 15 B/op 15 B/op 1
BenchmarkLockerMoreKeys - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkChange/Push_10_Changes 3862830 ns/op 122474 B/op 1279 allocs/op 3866814 ns/op 122700 B/op 1286 allocs/op 1.00
BenchmarkChange/Push_10_Changes - ns/op 3862830 ns/op 3866814 ns/op 1.00
BenchmarkChange/Push_10_Changes - B/op 122474 B/op 122700 B/op 1.00
BenchmarkChange/Push_10_Changes - allocs/op 1279 allocs/op 1286 allocs/op 0.99
BenchmarkChange/Push_100_Changes 14275751 ns/op 605704 B/op 6652 allocs/op 14530480 ns/op 590503 B/op 6658 allocs/op 0.98
BenchmarkChange/Push_100_Changes - ns/op 14275751 ns/op 14530480 ns/op 0.98
BenchmarkChange/Push_100_Changes - B/op 605704 B/op 590503 B/op 1.03
BenchmarkChange/Push_100_Changes - allocs/op 6652 allocs/op 6658 allocs/op 1.00
BenchmarkChange/Push_1000_Changes 115927300 ns/op 5800268 B/op 63168 allocs/op 117207029 ns/op 5729394 B/op 63172 allocs/op 0.99
BenchmarkChange/Push_1000_Changes - ns/op 115927300 ns/op 117207029 ns/op 0.99
BenchmarkChange/Push_1000_Changes - B/op 5800268 B/op 5729394 B/op 1.01
BenchmarkChange/Push_1000_Changes - allocs/op 63168 allocs/op 63172 allocs/op 1.00
BenchmarkChange/Pull_10_Changes 2873232 ns/op 101626 B/op 1005 allocs/op 2891347 ns/op 101543 B/op 1005 allocs/op 0.99
BenchmarkChange/Pull_10_Changes - ns/op 2873232 ns/op 2891347 ns/op 0.99
BenchmarkChange/Pull_10_Changes - B/op 101626 B/op 101543 B/op 1.00
BenchmarkChange/Pull_10_Changes - allocs/op 1005 allocs/op 1005 allocs/op 1
BenchmarkChange/Pull_100_Changes 4328234 ns/op 268628 B/op 3476 allocs/op 4345648 ns/op 268156 B/op 3476 allocs/op 1.00
BenchmarkChange/Pull_100_Changes - ns/op 4328234 ns/op 4345648 ns/op 1.00
BenchmarkChange/Pull_100_Changes - B/op 268628 B/op 268156 B/op 1.00
BenchmarkChange/Pull_100_Changes - allocs/op 3476 allocs/op 3476 allocs/op 1
BenchmarkChange/Pull_1000_Changes 8665937 ns/op 1493201 B/op 29866 allocs/op 8785320 ns/op 1494753 B/op 29862 allocs/op 0.99
BenchmarkChange/Pull_1000_Changes - ns/op 8665937 ns/op 8785320 ns/op 0.99
BenchmarkChange/Pull_1000_Changes - B/op 1493201 B/op 1494753 B/op 1.00
BenchmarkChange/Pull_1000_Changes - allocs/op 29866 allocs/op 29862 allocs/op 1.00
BenchmarkSnapshot/Push_3KB_snapshot 16981480 ns/op 747244 B/op 6660 allocs/op 17470593 ns/op 771023 B/op 6664 allocs/op 0.97
BenchmarkSnapshot/Push_3KB_snapshot - ns/op 16981480 ns/op 17470593 ns/op 0.97
BenchmarkSnapshot/Push_3KB_snapshot - B/op 747244 B/op 771023 B/op 0.97
BenchmarkSnapshot/Push_3KB_snapshot - allocs/op 6660 allocs/op 6664 allocs/op 1.00
BenchmarkSnapshot/Push_30KB_snapshot 120323152 ns/op 5960024 B/op 63178 allocs/op 122651644 ns/op 5848383 B/op 63173 allocs/op 0.98
BenchmarkSnapshot/Push_30KB_snapshot - ns/op 120323152 ns/op 122651644 ns/op 0.98
BenchmarkSnapshot/Push_30KB_snapshot - B/op 5960024 B/op 5848383 B/op 1.02
BenchmarkSnapshot/Push_30KB_snapshot - allocs/op 63178 allocs/op 63173 allocs/op 1.00
BenchmarkSnapshot/Pull_3KB_snapshot 6657106 ns/op 926720 B/op 15517 allocs/op 6647741 ns/op 926245 B/op 15515 allocs/op 1.00
BenchmarkSnapshot/Pull_3KB_snapshot - ns/op 6657106 ns/op 6647741 ns/op 1.00
BenchmarkSnapshot/Pull_3KB_snapshot - B/op 926720 B/op 926245 B/op 1.00
BenchmarkSnapshot/Pull_3KB_snapshot - allocs/op 15517 allocs/op 15515 allocs/op 1.00
BenchmarkSnapshot/Pull_30KB_snapshot 15446587 ns/op 7179504 B/op 150124 allocs/op 15645077 ns/op 7179900 B/op 150115 allocs/op 0.99
BenchmarkSnapshot/Pull_30KB_snapshot - ns/op 15446587 ns/op 15645077 ns/op 0.99
BenchmarkSnapshot/Pull_30KB_snapshot - B/op 7179504 B/op 7179900 B/op 1.00
BenchmarkSnapshot/Pull_30KB_snapshot - allocs/op 150124 allocs/op 150115 allocs/op 1.00
BenchmarkSync/memory_sync_10_test 6881 ns/op 1286 B/op 38 allocs/op 6888 ns/op 1286 B/op 38 allocs/op 1.00
BenchmarkSync/memory_sync_10_test - ns/op 6881 ns/op 6888 ns/op 1.00
BenchmarkSync/memory_sync_10_test - B/op 1286 B/op 1286 B/op 1
BenchmarkSync/memory_sync_10_test - allocs/op 38 allocs/op 38 allocs/op 1
BenchmarkSync/memory_sync_100_test 52019 ns/op 8640 B/op 273 allocs/op 53089 ns/op 8633 B/op 272 allocs/op 0.98
BenchmarkSync/memory_sync_100_test - ns/op 52019 ns/op 53089 ns/op 0.98
BenchmarkSync/memory_sync_100_test - B/op 8640 B/op 8633 B/op 1.00
BenchmarkSync/memory_sync_100_test - allocs/op 273 allocs/op 272 allocs/op 1.00
BenchmarkSync/memory_sync_1000_test 585782 ns/op 74753 B/op 2134 allocs/op 586702 ns/op 74614 B/op 2125 allocs/op 1.00
BenchmarkSync/memory_sync_1000_test - ns/op 585782 ns/op 586702 ns/op 1.00
BenchmarkSync/memory_sync_1000_test - B/op 74753 B/op 74614 B/op 1.00
BenchmarkSync/memory_sync_1000_test - allocs/op 2134 allocs/op 2125 allocs/op 1.00
BenchmarkSync/memory_sync_10000_test 7084679 ns/op 762299 B/op 20611 allocs/op 7262376 ns/op 754179 B/op 20514 allocs/op 0.98
BenchmarkSync/memory_sync_10000_test - ns/op 7084679 ns/op 7262376 ns/op 0.98
BenchmarkSync/memory_sync_10000_test - B/op 762299 B/op 754179 B/op 1.01
BenchmarkSync/memory_sync_10000_test - allocs/op 20611 allocs/op 20514 allocs/op 1.00
BenchmarkTextEditing 18619833947 ns/op 9042195336 B/op 19923996 allocs/op 18877617883 ns/op 9042140392 B/op 19923978 allocs/op 0.99
BenchmarkTextEditing - ns/op 18619833947 ns/op 18877617883 ns/op 0.99
BenchmarkTextEditing - B/op 9042195336 B/op 9042140392 B/op 1.00
BenchmarkTextEditing - allocs/op 19923996 allocs/op 19923978 allocs/op 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.