Skip to content

Commit

Permalink
Remove unnecessary skip
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonGyu1 committed Aug 14, 2023
1 parent b86d9b9 commit 0d9b5f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/tree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,6 @@ func TestTree(t *testing.T) {
})

t.Run("handle deletion of insertion anchor concurrently test", func(t *testing.T) {
t.Skip() // TODO(sejonk): Remove this after fixing bugs
ctx := context.Background()
d1 := document.New(helper.TestDocKey(t))
assert.NoError(t, c1.Attach(ctx, d1))
Expand Down

1 comment on commit 0d9b5f2

@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: 0d9b5f2 Previous: 1f63722 Ratio
BenchmarkDocument/constructor_test - ns/op 1496 ns/op 1571 ns/op 0.95
BenchmarkDocument/constructor_test - B/op 984 B/op 984 B/op 1
BenchmarkDocument/constructor_test - allocs/op 16 allocs/op 16 allocs/op 1
BenchmarkDocument/status_test - ns/op 870.7 ns/op 889.9 ns/op 0.98
BenchmarkDocument/status_test - B/op 952 B/op 952 B/op 1
BenchmarkDocument/status_test - allocs/op 14 allocs/op 14 allocs/op 1
BenchmarkDocument/equals_test - ns/op 8468 ns/op 8561 ns/op 0.99
BenchmarkDocument/equals_test - B/op 6192 B/op 6192 B/op 1
BenchmarkDocument/equals_test - allocs/op 106 allocs/op 106 allocs/op 1
BenchmarkDocument/nested_update_test - ns/op 21945 ns/op 23849 ns/op 0.92
BenchmarkDocument/nested_update_test - B/op 11689 B/op 11689 B/op 1
BenchmarkDocument/nested_update_test - allocs/op 248 allocs/op 248 allocs/op 1
BenchmarkDocument/delete_test - ns/op 35598 ns/op 30251 ns/op 1.18
BenchmarkDocument/delete_test - B/op 14915 B/op 14915 B/op 1
BenchmarkDocument/delete_test - allocs/op 327 allocs/op 327 allocs/op 1
BenchmarkDocument/object_test - ns/op 10254 ns/op 10605 ns/op 0.97
BenchmarkDocument/object_test - B/op 6448 B/op 6448 B/op 1
BenchmarkDocument/object_test - allocs/op 110 allocs/op 110 allocs/op 1
BenchmarkDocument/array_test - ns/op 35265 ns/op 40110 ns/op 0.88
BenchmarkDocument/array_test - B/op 11545 B/op 11545 B/op 1
BenchmarkDocument/array_test - allocs/op 264 allocs/op 264 allocs/op 1
BenchmarkDocument/text_test - ns/op 38246 ns/op 38207 ns/op 1.00
BenchmarkDocument/text_test - B/op 14618 B/op 14618 B/op 1
BenchmarkDocument/text_test - allocs/op 470 allocs/op 470 allocs/op 1
BenchmarkDocument/text_composition_test - ns/op 39578 ns/op 38782 ns/op 1.02
BenchmarkDocument/text_composition_test - B/op 18002 B/op 18002 B/op 1
BenchmarkDocument/text_composition_test - allocs/op 471 allocs/op 471 allocs/op 1
BenchmarkDocument/rich_text_test - ns/op 102149 ns/op 103540 ns/op 0.99
BenchmarkDocument/rich_text_test - B/op 36806 B/op 36807 B/op 1.00
BenchmarkDocument/rich_text_test - allocs/op 1131 allocs/op 1131 allocs/op 1
BenchmarkDocument/counter_test - ns/op 20777 ns/op 20994 ns/op 0.99
BenchmarkDocument/counter_test - B/op 9970 B/op 9970 B/op 1
BenchmarkDocument/counter_test - allocs/op 235 allocs/op 235 allocs/op 1
BenchmarkDocument/text_edit_gc_100 - ns/op 3960300 ns/op 3963886 ns/op 1.00
BenchmarkDocument/text_edit_gc_100 - B/op 1552759 B/op 1553087 B/op 1.00
BenchmarkDocument/text_edit_gc_100 - allocs/op 17160 allocs/op 17161 allocs/op 1.00
BenchmarkDocument/text_edit_gc_1000 - ns/op 310634108 ns/op 313689090 ns/op 0.99
BenchmarkDocument/text_edit_gc_1000 - B/op 136610436 B/op 136631552 B/op 1.00
BenchmarkDocument/text_edit_gc_1000 - allocs/op 210590 allocs/op 210701 allocs/op 1.00
BenchmarkDocument/text_split_gc_100 - ns/op 4460050 ns/op 4598879 ns/op 0.97
BenchmarkDocument/text_split_gc_100 - B/op 2217972 B/op 2217588 B/op 1.00
BenchmarkDocument/text_split_gc_100 - allocs/op 16591 allocs/op 16589 allocs/op 1.00
BenchmarkDocument/text_split_gc_1000 - ns/op 358406686 ns/op 361375128 ns/op 0.99
BenchmarkDocument/text_split_gc_1000 - B/op 214877960 B/op 214859917 B/op 1.00
BenchmarkDocument/text_split_gc_1000 - allocs/op 211547 allocs/op 211446 allocs/op 1.00
BenchmarkDocument/text_delete_all_10000 - ns/op 18971255 ns/op 19578579 ns/op 0.97
BenchmarkDocument/text_delete_all_10000 - B/op 5903777 B/op 5904621 B/op 1.00
BenchmarkDocument/text_delete_all_10000 - allocs/op 41124 allocs/op 41128 allocs/op 1.00
BenchmarkDocument/text_delete_all_100000 - ns/op 240174704 ns/op 254618054 ns/op 0.94
BenchmarkDocument/text_delete_all_100000 - B/op 53852246 B/op 53839944 B/op 1.00
BenchmarkDocument/text_delete_all_100000 - allocs/op 416052 allocs/op 415993 allocs/op 1.00
BenchmarkDocument/text_100 - ns/op 316420 ns/op 330774 ns/op 0.96
BenchmarkDocument/text_100 - B/op 118213 B/op 118213 B/op 1
BenchmarkDocument/text_100 - allocs/op 5074 allocs/op 5074 allocs/op 1
BenchmarkDocument/text_1000 - ns/op 3483536 ns/op 3639084 ns/op 0.96
BenchmarkDocument/text_1000 - B/op 1152817 B/op 1152823 B/op 1.00
BenchmarkDocument/text_1000 - allocs/op 50078 allocs/op 50078 allocs/op 1
BenchmarkDocument/array_1000 - ns/op 1724800 ns/op 1797916 ns/op 0.96
BenchmarkDocument/array_1000 - B/op 1102687 B/op 1102821 B/op 1.00
BenchmarkDocument/array_1000 - allocs/op 11867 allocs/op 11867 allocs/op 1
BenchmarkDocument/array_10000 - ns/op 19838595 ns/op 20787542 ns/op 0.95
BenchmarkDocument/array_10000 - B/op 9908026 B/op 9907150 B/op 1.00
BenchmarkDocument/array_10000 - allocs/op 120723 allocs/op 120719 allocs/op 1.00
BenchmarkDocument/array_gc_100 - ns/op 179888 ns/op 183158 ns/op 0.98
BenchmarkDocument/array_gc_100 - B/op 98172 B/op 98169 B/op 1.00
BenchmarkDocument/array_gc_100 - allocs/op 1243 allocs/op 1243 allocs/op 1
BenchmarkDocument/array_gc_1000 - ns/op 1967320 ns/op 1976201 ns/op 1.00
BenchmarkDocument/array_gc_1000 - B/op 1170402 B/op 1170344 B/op 1.00
BenchmarkDocument/array_gc_1000 - allocs/op 12906 allocs/op 12906 allocs/op 1
BenchmarkDocument/counter_1000 - ns/op 285850 ns/op 285428 ns/op 1.00
BenchmarkDocument/counter_1000 - B/op 198534 B/op 198534 B/op 1
BenchmarkDocument/counter_1000 - allocs/op 6503 allocs/op 6503 allocs/op 1
BenchmarkDocument/counter_10000 - ns/op 3083637 ns/op 3095974 ns/op 1.00
BenchmarkDocument/counter_10000 - B/op 2165454 B/op 2165456 B/op 1.00
BenchmarkDocument/counter_10000 - allocs/op 69510 allocs/op 69510 allocs/op 1
BenchmarkDocument/object_1000 - ns/op 1764550 ns/op 1901665 ns/op 0.93
BenchmarkDocument/object_1000 - B/op 1451256 B/op 1451351 B/op 1.00
BenchmarkDocument/object_1000 - allocs/op 9915 allocs/op 9915 allocs/op 1
BenchmarkDocument/object_10000 - ns/op 22375620 ns/op 23966450 ns/op 0.93
BenchmarkDocument/object_10000 - B/op 12369913 B/op 12371453 B/op 1.00
BenchmarkDocument/object_10000 - allocs/op 101221 allocs/op 101226 allocs/op 1.00
BenchmarkRPC/client_to_server - ns/op 389614524 ns/op 401201105 ns/op 0.97
BenchmarkRPC/client_to_server - B/op 12257757 B/op 12262480 B/op 1.00
BenchmarkRPC/client_to_server - allocs/op 177232 allocs/op 177181 allocs/op 1.00
BenchmarkRPC/client_to_client_via_server - ns/op 680455432 ns/op 685664009 ns/op 0.99
BenchmarkRPC/client_to_client_via_server - B/op 22505948 B/op 22584304 B/op 1.00
BenchmarkRPC/client_to_client_via_server - allocs/op 329492 allocs/op 330481 allocs/op 1.00
BenchmarkRPC/attach_large_document - ns/op 1500122043 ns/op 1473754095 ns/op 1.02
BenchmarkRPC/attach_large_document - B/op 1819689520 B/op 1819078872 B/op 1.00
BenchmarkRPC/attach_large_document - allocs/op 9511 allocs/op 9660 allocs/op 0.98
BenchmarkRPC/adminCli_to_server - ns/op 583004317 ns/op 559190893 ns/op 1.04
BenchmarkRPC/adminCli_to_server - B/op 20392972 B/op 20410700 B/op 1.00
BenchmarkRPC/adminCli_to_server - allocs/op 321618 allocs/op 321614 allocs/op 1.00
BenchmarkLocker - ns/op 129.2 ns/op 123.1 ns/op 1.05
BenchmarkLocker - B/op 16 B/op 16 B/op 1
BenchmarkLocker - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkLockerParallel - ns/op 130.8 ns/op 126.5 ns/op 1.03
BenchmarkLockerParallel - B/op 0 B/op 0 B/op NaN
BenchmarkLockerParallel - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkLockerMoreKeys - ns/op 311.5 ns/op 440.8 ns/op 0.71
BenchmarkLockerMoreKeys - B/op 14 B/op 13 B/op 1.08
BenchmarkLockerMoreKeys - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkSync/memory_sync_10_test - ns/op 7112 ns/op 7461 ns/op 0.95
BenchmarkSync/memory_sync_10_test - B/op 1285 B/op 1283 B/op 1.00
BenchmarkSync/memory_sync_10_test - allocs/op 38 allocs/op 38 allocs/op 1
BenchmarkSync/memory_sync_100_test - ns/op 65194 ns/op 69442 ns/op 0.94
BenchmarkSync/memory_sync_100_test - B/op 8875 B/op 8763 B/op 1.01
BenchmarkSync/memory_sync_100_test - allocs/op 287 allocs/op 280 allocs/op 1.02
BenchmarkSync/memory_sync_1000_test - ns/op 681081 ns/op 699971 ns/op 0.97
BenchmarkSync/memory_sync_1000_test - B/op 82499 B/op 81716 B/op 1.01
BenchmarkSync/memory_sync_1000_test - allocs/op 2627 allocs/op 2579 allocs/op 1.02
BenchmarkSync/memory_sync_10000_test - ns/op 7229633 ns/op 7491717 ns/op 0.97
BenchmarkSync/memory_sync_10000_test - B/op 866368 B/op 850438 B/op 1.02
BenchmarkSync/memory_sync_10000_test - allocs/op 26941 allocs/op 26946 allocs/op 1.00
BenchmarkTextEditing - ns/op 26594869221 ns/op 27697786985 ns/op 0.96
BenchmarkTextEditing - B/op 8456935680 B/op 8457437952 B/op 1.00
BenchmarkTextEditing - allocs/op 20614425 allocs/op 20616814 allocs/op 1.00

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

Please sign in to comment.