Skip to content

Commit

Permalink
Rename peer-awareness to presence
Browse files Browse the repository at this point in the history
  • Loading branch information
chacha912 committed Aug 18, 2023
1 parent cd355dd commit 53ef2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/peer-awareness.md → design/presence.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: peer-awareness
title: presence
target-version: 0.4.6
---

# Peer Awareness
# Presence

## Summary

Expand Down

1 comment on commit 53ef2a0

@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: 53ef2a0 Previous: cd355dd Ratio
BenchmarkDocument/constructor_test - ns/op 1523 ns/op 1556 ns/op 0.98
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 905 ns/op 927.2 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 8529 ns/op 8882 ns/op 0.96
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 21412 ns/op 28926 ns/op 0.74
BenchmarkDocument/nested_update_test - B/op 11689 B/op 11690 B/op 1.00
BenchmarkDocument/nested_update_test - allocs/op 248 allocs/op 248 allocs/op 1
BenchmarkDocument/delete_test - ns/op 28980 ns/op 29557 ns/op 0.98
BenchmarkDocument/delete_test - B/op 14915 B/op 14914 B/op 1.00
BenchmarkDocument/delete_test - allocs/op 327 allocs/op 327 allocs/op 1
BenchmarkDocument/object_test - ns/op 10200 ns/op 10524 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 37029 ns/op 36083 ns/op 1.03
BenchmarkDocument/array_test - B/op 11546 B/op 11545 B/op 1.00
BenchmarkDocument/array_test - allocs/op 264 allocs/op 264 allocs/op 1
BenchmarkDocument/text_test - ns/op 38375 ns/op 40946 ns/op 0.94
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 39126 ns/op 39514 ns/op 0.99
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 100970 ns/op 105946 ns/op 0.95
BenchmarkDocument/rich_text_test - B/op 36807 B/op 36815 B/op 1.00
BenchmarkDocument/rich_text_test - allocs/op 1131 allocs/op 1131 allocs/op 1
BenchmarkDocument/counter_test - ns/op 21043 ns/op 21806 ns/op 0.97
BenchmarkDocument/counter_test - B/op 9969 B/op 9969 B/op 1
BenchmarkDocument/counter_test - allocs/op 235 allocs/op 235 allocs/op 1
BenchmarkDocument/text_edit_gc_100 - ns/op 3933824 ns/op 4121354 ns/op 0.95
BenchmarkDocument/text_edit_gc_100 - B/op 1553195 B/op 1553294 B/op 1.00
BenchmarkDocument/text_edit_gc_100 - allocs/op 17162 allocs/op 17161 allocs/op 1.00
BenchmarkDocument/text_edit_gc_1000 - ns/op 306316876 ns/op 326809906 ns/op 0.94
BenchmarkDocument/text_edit_gc_1000 - B/op 136640516 B/op 136632480 B/op 1.00
BenchmarkDocument/text_edit_gc_1000 - allocs/op 210739 allocs/op 210706 allocs/op 1.00
BenchmarkDocument/text_split_gc_100 - ns/op 4515780 ns/op 4631813 ns/op 0.97
BenchmarkDocument/text_split_gc_100 - B/op 2217670 B/op 2217610 B/op 1.00
BenchmarkDocument/text_split_gc_100 - allocs/op 16588 allocs/op 16590 allocs/op 1.00
BenchmarkDocument/text_split_gc_1000 - ns/op 356021163 ns/op 373001746 ns/op 0.95
BenchmarkDocument/text_split_gc_1000 - B/op 214840429 B/op 214842178 B/op 1.00
BenchmarkDocument/text_split_gc_1000 - allocs/op 211362 allocs/op 211373 allocs/op 1.00
BenchmarkDocument/text_delete_all_10000 - ns/op 17789429 ns/op 20069982 ns/op 0.89
BenchmarkDocument/text_delete_all_10000 - B/op 5904416 B/op 5903873 B/op 1.00
BenchmarkDocument/text_delete_all_10000 - allocs/op 41127 allocs/op 41124 allocs/op 1.00
BenchmarkDocument/text_delete_all_100000 - ns/op 215298240 ns/op 254151291 ns/op 0.85
BenchmarkDocument/text_delete_all_100000 - B/op 53844528 B/op 53816489 B/op 1.00
BenchmarkDocument/text_delete_all_100000 - allocs/op 416007 allocs/op 415872 allocs/op 1.00
BenchmarkDocument/text_100 - ns/op 314748 ns/op 318275 ns/op 0.99
BenchmarkDocument/text_100 - B/op 118211 B/op 118213 B/op 1.00
BenchmarkDocument/text_100 - allocs/op 5074 allocs/op 5074 allocs/op 1
BenchmarkDocument/text_1000 - ns/op 3484258 ns/op 3584795 ns/op 0.97
BenchmarkDocument/text_1000 - B/op 1152817 B/op 1152821 B/op 1.00
BenchmarkDocument/text_1000 - allocs/op 50078 allocs/op 50078 allocs/op 1
BenchmarkDocument/array_1000 - ns/op 1704211 ns/op 1763027 ns/op 0.97
BenchmarkDocument/array_1000 - B/op 1102818 B/op 1102842 B/op 1.00
BenchmarkDocument/array_1000 - allocs/op 11867 allocs/op 11867 allocs/op 1
BenchmarkDocument/array_10000 - ns/op 19264838 ns/op 20093060 ns/op 0.96
BenchmarkDocument/array_10000 - B/op 9908122 B/op 9908361 B/op 1.00
BenchmarkDocument/array_10000 - allocs/op 120724 allocs/op 120724 allocs/op 1
BenchmarkDocument/array_gc_100 - ns/op 179974 ns/op 181562 ns/op 0.99
BenchmarkDocument/array_gc_100 - B/op 98151 B/op 98172 B/op 1.00
BenchmarkDocument/array_gc_100 - allocs/op 1243 allocs/op 1243 allocs/op 1
BenchmarkDocument/array_gc_1000 - ns/op 1960808 ns/op 1992466 ns/op 0.98
BenchmarkDocument/array_gc_1000 - B/op 1170509 B/op 1170379 B/op 1.00
BenchmarkDocument/array_gc_1000 - allocs/op 12906 allocs/op 12906 allocs/op 1
BenchmarkDocument/counter_1000 - ns/op 287729 ns/op 297377 ns/op 0.97
BenchmarkDocument/counter_1000 - B/op 198532 B/op 198532 B/op 1
BenchmarkDocument/counter_1000 - allocs/op 6503 allocs/op 6503 allocs/op 1
BenchmarkDocument/counter_10000 - ns/op 3053324 ns/op 3185656 ns/op 0.96
BenchmarkDocument/counter_10000 - B/op 2165476 B/op 2165434 B/op 1.00
BenchmarkDocument/counter_10000 - allocs/op 69510 allocs/op 69510 allocs/op 1
BenchmarkDocument/object_1000 - ns/op 1817485 ns/op 1834384 ns/op 0.99
BenchmarkDocument/object_1000 - B/op 1451316 B/op 1451036 B/op 1.00
BenchmarkDocument/object_1000 - allocs/op 9915 allocs/op 9914 allocs/op 1.00
BenchmarkDocument/object_10000 - ns/op 20846634 ns/op 23332586 ns/op 0.89
BenchmarkDocument/object_10000 - B/op 12370356 B/op 12367951 B/op 1.00
BenchmarkDocument/object_10000 - allocs/op 101223 allocs/op 101214 allocs/op 1.00
BenchmarkRPC/client_to_server - ns/op 419061308 ns/op 408589313 ns/op 1.03
BenchmarkRPC/client_to_server - B/op 12281776 B/op 12258389 B/op 1.00
BenchmarkRPC/client_to_server - allocs/op 177405 allocs/op 177108 allocs/op 1.00
BenchmarkRPC/client_to_client_via_server - ns/op 719237880 ns/op 699459288 ns/op 1.03
BenchmarkRPC/client_to_client_via_server - B/op 22654176 B/op 22619008 B/op 1.00
BenchmarkRPC/client_to_client_via_server - allocs/op 331571 allocs/op 331023 allocs/op 1.00
BenchmarkRPC/attach_large_document - ns/op 1384486696 ns/op 1522303901 ns/op 0.91
BenchmarkRPC/attach_large_document - B/op 1809761048 B/op 1807826872 B/op 1.00
BenchmarkRPC/attach_large_document - allocs/op 9613 allocs/op 11567 allocs/op 0.83
BenchmarkRPC/adminCli_to_server - ns/op 591697775 ns/op 573011036 ns/op 1.03
BenchmarkRPC/adminCli_to_server - B/op 20393468 B/op 20411216 B/op 1.00
BenchmarkRPC/adminCli_to_server - allocs/op 321623 allocs/op 321618 allocs/op 1.00
BenchmarkLocker - ns/op 125.5 ns/op 124.7 ns/op 1.01
BenchmarkLocker - B/op 16 B/op 16 B/op 1
BenchmarkLocker - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkLockerParallel - ns/op 134 ns/op 124.6 ns/op 1.08
BenchmarkLockerParallel - B/op 0 B/op 0 B/op NaN
BenchmarkLockerParallel - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkLockerMoreKeys - ns/op 405.4 ns/op 339.8 ns/op 1.19
BenchmarkLockerMoreKeys - B/op 14 B/op 14 B/op 1
BenchmarkLockerMoreKeys - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkSync/memory_sync_10_test - ns/op 7501 ns/op 7398 ns/op 1.01
BenchmarkSync/memory_sync_10_test - B/op 1282 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 70598 ns/op 69929 ns/op 1.01
BenchmarkSync/memory_sync_100_test - B/op 8672 B/op 8769 B/op 0.99
BenchmarkSync/memory_sync_100_test - allocs/op 275 allocs/op 281 allocs/op 0.98
BenchmarkSync/memory_sync_1000_test - ns/op 670708 ns/op 705687 ns/op 0.95
BenchmarkSync/memory_sync_1000_test - B/op 81740 B/op 82029 B/op 1.00
BenchmarkSync/memory_sync_1000_test - allocs/op 2575 allocs/op 2595 allocs/op 0.99
BenchmarkSync/memory_sync_10000_test - ns/op 7213241 ns/op 7785024 ns/op 0.93
BenchmarkSync/memory_sync_10000_test - B/op 859378 B/op 855796 B/op 1.00
BenchmarkSync/memory_sync_10000_test - allocs/op 26789 allocs/op 26699 allocs/op 1.00
BenchmarkTextEditing - ns/op 26701868151 ns/op 27851325128 ns/op 0.96
BenchmarkTextEditing - B/op 8457131232 B/op 8456898560 B/op 1.00
BenchmarkTextEditing - allocs/op 20615323 allocs/op 20615736 allocs/op 1.00

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

Please sign in to comment.