Skip to content

Commit

Permalink
Restore yorkie-cluster value
Browse files Browse the repository at this point in the history
  • Loading branch information
sejongk committed Jan 23, 2024
1 parent 5e79a55 commit 57026bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/charts/yorkie-cluster/values.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Configuration for Yorkie cluster
yorkie:
name: yorkie
namespace: &namespace yorkie
namespace: yorkie

autoscaling:
enabled: false
replicaCount: 1
replicaCount: 3

image:
repository: yorkieteam/yorkie
pullPolicy: IfNotPresent
tag: ""

args:
dbUrl: &mongoUrl mongodb.mongodb.svc.cluster.local
dbPort: &mongoPort 27017
dbUrl: mongodb.mongodb.svc.cluster.local
dbPort: 27017

ports:
rpcPort: 8080
Expand Down

1 comment on commit 57026bc

@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: 57026bc Previous: 027b044 Ratio
BenchmarkDocument/constructor_test - ns/op 1445 ns/op 1469 ns/op 0.98
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 - ns/op 943 ns/op 851.9 ns/op 1.11
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 - ns/op 7409 ns/op 7422 ns/op 1.00
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 - ns/op 16654 ns/op 16737 ns/op 1.00
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 - ns/op 22370 ns/op 22759 ns/op 0.98
BenchmarkDocument/delete_test - B/op 15283 B/op 15284 B/op 1.00
BenchmarkDocument/delete_test - allocs/op 339 allocs/op 339 allocs/op 1
BenchmarkDocument/object_test - ns/op 8449 ns/op 8519 ns/op 0.99
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 - ns/op 28884 ns/op 33745 ns/op 0.86
BenchmarkDocument/array_test - B/op 11883 B/op 11883 B/op 1
BenchmarkDocument/array_test - allocs/op 274 allocs/op 274 allocs/op 1
BenchmarkDocument/text_test - ns/op 30629 ns/op 30551 ns/op 1.00
BenchmarkDocument/text_test - B/op 14918 B/op 14915 B/op 1.00
BenchmarkDocument/text_test - allocs/op 470 allocs/op 470 allocs/op 1
BenchmarkDocument/text_composition_test - ns/op 28730 ns/op 29247 ns/op 0.98
BenchmarkDocument/text_composition_test - B/op 18428 B/op 18430 B/op 1.00
BenchmarkDocument/text_composition_test - allocs/op 479 allocs/op 479 allocs/op 1
BenchmarkDocument/rich_text_test - ns/op 80004 ns/op 81467 ns/op 0.98
BenchmarkDocument/rich_text_test - B/op 38676 B/op 38677 B/op 1.00
BenchmarkDocument/rich_text_test - allocs/op 1149 allocs/op 1149 allocs/op 1
BenchmarkDocument/counter_test - ns/op 16995 ns/op 17182 ns/op 0.99
BenchmarkDocument/counter_test - B/op 10466 B/op 10466 B/op 1
BenchmarkDocument/counter_test - allocs/op 238 allocs/op 238 allocs/op 1
BenchmarkDocument/text_edit_gc_100 - ns/op 2868245 ns/op 2891327 ns/op 0.99
BenchmarkDocument/text_edit_gc_100 - B/op 1658655 B/op 1658676 B/op 1.00
BenchmarkDocument/text_edit_gc_100 - allocs/op 17095 allocs/op 17095 allocs/op 1
BenchmarkDocument/text_edit_gc_1000 - ns/op 227567083 ns/op 230696651 ns/op 0.99
BenchmarkDocument/text_edit_gc_1000 - B/op 144370243 B/op 144379491 B/op 1.00
BenchmarkDocument/text_edit_gc_1000 - allocs/op 200875 allocs/op 200910 allocs/op 1.00
BenchmarkDocument/text_split_gc_100 - ns/op 3410282 ns/op 3438730 ns/op 0.99
BenchmarkDocument/text_split_gc_100 - B/op 2316870 B/op 2316767 B/op 1.00
BenchmarkDocument/text_split_gc_100 - allocs/op 16197 allocs/op 16195 allocs/op 1.00
BenchmarkDocument/text_split_gc_1000 - ns/op 287279548 ns/op 289771637 ns/op 0.99
BenchmarkDocument/text_split_gc_1000 - B/op 228915880 B/op 228946640 B/op 1.00
BenchmarkDocument/text_split_gc_1000 - allocs/op 203951 allocs/op 204080 allocs/op 1.00
BenchmarkDocument/text_delete_all_10000 - ns/op 10691798 ns/op 11046416 ns/op 0.97
BenchmarkDocument/text_delete_all_10000 - B/op 5810930 B/op 5810310 B/op 1.00
BenchmarkDocument/text_delete_all_10000 - allocs/op 40677 allocs/op 40673 allocs/op 1.00
BenchmarkDocument/text_delete_all_100000 - ns/op 177387308 ns/op 190878140 ns/op 0.93
BenchmarkDocument/text_delete_all_100000 - B/op 81911112 B/op 81920853 B/op 1.00
BenchmarkDocument/text_delete_all_100000 - allocs/op 411676 allocs/op 411723 allocs/op 1.00
BenchmarkDocument/text_100 - ns/op 230827 ns/op 219703 ns/op 1.05
BenchmarkDocument/text_100 - B/op 120139 B/op 120139 B/op 1
BenchmarkDocument/text_100 - allocs/op 5082 allocs/op 5082 allocs/op 1
BenchmarkDocument/text_1000 - ns/op 2499413 ns/op 2377132 ns/op 1.05
BenchmarkDocument/text_1000 - B/op 1169128 B/op 1169126 B/op 1.00
BenchmarkDocument/text_1000 - allocs/op 50086 allocs/op 50086 allocs/op 1
BenchmarkDocument/array_1000 - ns/op 1264953 ns/op 1197921 ns/op 1.06
BenchmarkDocument/array_1000 - B/op 1091377 B/op 1091333 B/op 1.00
BenchmarkDocument/array_1000 - allocs/op 11830 allocs/op 11829 allocs/op 1.00
BenchmarkDocument/array_10000 - ns/op 13036020 ns/op 13448089 ns/op 0.97
BenchmarkDocument/array_10000 - B/op 9800161 B/op 9800111 B/op 1.00
BenchmarkDocument/array_10000 - allocs/op 120295 allocs/op 120295 allocs/op 1
BenchmarkDocument/array_gc_100 - ns/op 153809 ns/op 145274 ns/op 1.06
BenchmarkDocument/array_gc_100 - B/op 132662 B/op 132653 B/op 1.00
BenchmarkDocument/array_gc_100 - allocs/op 1259 allocs/op 1258 allocs/op 1.00
BenchmarkDocument/array_gc_1000 - ns/op 1448141 ns/op 1369081 ns/op 1.06
BenchmarkDocument/array_gc_1000 - B/op 1159204 B/op 1159169 B/op 1.00
BenchmarkDocument/array_gc_1000 - allocs/op 12875 allocs/op 12875 allocs/op 1
BenchmarkDocument/counter_1000 - ns/op 215452 ns/op 203354 ns/op 1.06
BenchmarkDocument/counter_1000 - B/op 192916 B/op 192918 B/op 1.00
BenchmarkDocument/counter_1000 - allocs/op 5767 allocs/op 5767 allocs/op 1
BenchmarkDocument/counter_10000 - ns/op 2241288 ns/op 2230965 ns/op 1.00
BenchmarkDocument/counter_10000 - B/op 2087846 B/op 2087831 B/op 1.00
BenchmarkDocument/counter_10000 - allocs/op 59774 allocs/op 59774 allocs/op 1
BenchmarkDocument/object_1000 - ns/op 1436584 ns/op 1361200 ns/op 1.06
BenchmarkDocument/object_1000 - B/op 1427895 B/op 1427966 B/op 1.00
BenchmarkDocument/object_1000 - allocs/op 9846 allocs/op 9847 allocs/op 1.00
BenchmarkDocument/object_10000 - ns/op 15095142 ns/op 15176049 ns/op 0.99
BenchmarkDocument/object_10000 - B/op 12167428 B/op 12164832 B/op 1.00
BenchmarkDocument/object_10000 - allocs/op 100563 allocs/op 100557 allocs/op 1.00
BenchmarkDocument/tree_100 - ns/op 1069174 ns/op 1012741 ns/op 1.06
BenchmarkDocument/tree_100 - B/op 943781 B/op 943778 B/op 1.00
BenchmarkDocument/tree_100 - allocs/op 6102 allocs/op 6102 allocs/op 1
BenchmarkDocument/tree_1000 - ns/op 78990991 ns/op 72799008 ns/op 1.09
BenchmarkDocument/tree_1000 - B/op 86460420 B/op 86459880 B/op 1.00
BenchmarkDocument/tree_1000 - allocs/op 60115 allocs/op 60116 allocs/op 1.00
BenchmarkDocument/tree_10000 - ns/op 9814173885 ns/op 9739936927 ns/op 1.01
BenchmarkDocument/tree_10000 - B/op 8580664032 B/op 8580990544 B/op 1.00
BenchmarkDocument/tree_10000 - allocs/op 600243 allocs/op 600235 allocs/op 1.00
BenchmarkDocument/tree_delete_all_1000 - ns/op 80561463 ns/op 73550352 ns/op 1.10
BenchmarkDocument/tree_delete_all_1000 - B/op 87014178 B/op 86990877 B/op 1.00
BenchmarkDocument/tree_delete_all_1000 - allocs/op 67757 allocs/op 67754 allocs/op 1.00
BenchmarkDocument/tree_edit_gc_100 - ns/op 3869437 ns/op 3648904 ns/op 1.06
BenchmarkDocument/tree_edit_gc_100 - B/op 4121151 B/op 4121067 B/op 1.00
BenchmarkDocument/tree_edit_gc_100 - allocs/op 14359 allocs/op 14359 allocs/op 1
BenchmarkDocument/tree_edit_gc_1000 - ns/op 323763478 ns/op 300655280 ns/op 1.08
BenchmarkDocument/tree_edit_gc_1000 - B/op 383466590 B/op 383467678 B/op 1.00
BenchmarkDocument/tree_edit_gc_1000 - allocs/op 145412 allocs/op 145418 allocs/op 1.00
BenchmarkDocument/tree_split_gc_100 - ns/op 2650314 ns/op 2425577 ns/op 1.09
BenchmarkDocument/tree_split_gc_100 - B/op 2386951 B/op 2386984 B/op 1.00
BenchmarkDocument/tree_split_gc_100 - allocs/op 10344 allocs/op 10344 allocs/op 1
BenchmarkDocument/tree_split_gc_1000 - ns/op 196941292 ns/op 185063182 ns/op 1.06
BenchmarkDocument/tree_split_gc_1000 - B/op 221991409 B/op 221990510 B/op 1.00
BenchmarkDocument/tree_split_gc_1000 - allocs/op 112260 allocs/op 112253 allocs/op 1.00
BenchmarkRPC/client_to_server - ns/op 362687427 ns/op 367928089 ns/op 0.99
BenchmarkRPC/client_to_server - B/op 18241922 B/op 17642909 B/op 1.03
BenchmarkRPC/client_to_server - allocs/op 170885 allocs/op 170839 allocs/op 1.00
BenchmarkRPC/client_to_client_via_server - ns/op 621237768 ns/op 615709146 ns/op 1.01
BenchmarkRPC/client_to_client_via_server - B/op 33328232 B/op 32069984 B/op 1.04
BenchmarkRPC/client_to_client_via_server - allocs/op 319220 allocs/op 319125 allocs/op 1.00
BenchmarkRPC/attach_large_document - ns/op 1267273134 ns/op 1150794459 ns/op 1.10
BenchmarkRPC/attach_large_document - B/op 1892677704 B/op 1914661488 B/op 0.99
BenchmarkRPC/attach_large_document - allocs/op 7603 allocs/op 7581 allocs/op 1.00
BenchmarkRPC/adminCli_to_server - ns/op 539918185 ns/op 538457618 ns/op 1.00
BenchmarkRPC/adminCli_to_server - B/op 38025220 B/op 36394040 B/op 1.04
BenchmarkRPC/adminCli_to_server - allocs/op 289696 allocs/op 289653 allocs/op 1.00
BenchmarkLocker - ns/op 64.71 ns/op 64.85 ns/op 1.00
BenchmarkLocker - B/op 16 B/op 16 B/op 1
BenchmarkLocker - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkLockerParallel - ns/op 39.03 ns/op 38.13 ns/op 1.02
BenchmarkLockerParallel - B/op 0 B/op 0 B/op NaN
BenchmarkLockerParallel - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkLockerMoreKeys - ns/op 141.8 ns/op 146.3 ns/op 0.97
BenchmarkLockerMoreKeys - B/op 15 B/op 15 B/op 1
BenchmarkLockerMoreKeys - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkChange/Push_10_Changes - ns/op 4113436 ns/op 4105740 ns/op 1.00
BenchmarkChange/Push_10_Changes - B/op 147502 B/op 146646 B/op 1.01
BenchmarkChange/Push_10_Changes - allocs/op 1293 allocs/op 1293 allocs/op 1
BenchmarkChange/Push_100_Changes - ns/op 15370001 ns/op 15207871 ns/op 1.01
BenchmarkChange/Push_100_Changes - B/op 704467 B/op 711155 B/op 0.99
BenchmarkChange/Push_100_Changes - allocs/op 6756 allocs/op 6757 allocs/op 1.00
BenchmarkChange/Push_1000_Changes - ns/op 122948827 ns/op 121404114 ns/op 1.01
BenchmarkChange/Push_1000_Changes - B/op 6176487 B/op 6124279 B/op 1.01
BenchmarkChange/Push_1000_Changes - allocs/op 63373 allocs/op 63372 allocs/op 1.00
BenchmarkChange/Pull_10_Changes - ns/op 3192537 ns/op 3185877 ns/op 1.00
BenchmarkChange/Pull_10_Changes - B/op 124421 B/op 123741 B/op 1.01
BenchmarkChange/Pull_10_Changes - allocs/op 1004 allocs/op 1003 allocs/op 1.00
BenchmarkChange/Pull_100_Changes - ns/op 5024923 ns/op 5075332 ns/op 0.99
BenchmarkChange/Pull_100_Changes - B/op 327461 B/op 326392 B/op 1.00
BenchmarkChange/Pull_100_Changes - allocs/op 3473 allocs/op 3472 allocs/op 1.00
BenchmarkChange/Pull_1000_Changes - ns/op 9930971 ns/op 9790935 ns/op 1.01
BenchmarkChange/Pull_1000_Changes - B/op 1639098 B/op 1638098 B/op 1.00
BenchmarkChange/Pull_1000_Changes - allocs/op 29837 allocs/op 29840 allocs/op 1.00
BenchmarkSnapshot/Push_3KB_snapshot - ns/op 19120976 ns/op 19078254 ns/op 1.00
BenchmarkSnapshot/Push_3KB_snapshot - B/op 957044 B/op 954904 B/op 1.00
BenchmarkSnapshot/Push_3KB_snapshot - allocs/op 6766 allocs/op 6749 allocs/op 1.00
BenchmarkSnapshot/Push_30KB_snapshot - ns/op 128718303 ns/op 126838605 ns/op 1.01
BenchmarkSnapshot/Push_30KB_snapshot - B/op 6378387 B/op 6314486 B/op 1.01
BenchmarkSnapshot/Push_30KB_snapshot - allocs/op 63185 allocs/op 63178 allocs/op 1.00
BenchmarkSnapshot/Pull_3KB_snapshot - ns/op 7674971 ns/op 7722584 ns/op 0.99
BenchmarkSnapshot/Pull_3KB_snapshot - B/op 1025038 B/op 1025309 B/op 1.00
BenchmarkSnapshot/Pull_3KB_snapshot - allocs/op 15476 allocs/op 15500 allocs/op 1.00
BenchmarkSnapshot/Pull_30KB_snapshot - ns/op 17389514 ns/op 17355014 ns/op 1.00
BenchmarkSnapshot/Pull_30KB_snapshot - B/op 7435882 B/op 7429678 B/op 1.00
BenchmarkSnapshot/Pull_30KB_snapshot - allocs/op 150122 allocs/op 150121 allocs/op 1.00
BenchmarkSync/memory_sync_10_test - ns/op 7913 ns/op 7099 ns/op 1.11
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 - ns/op 49555 ns/op 52460 ns/op 0.94
BenchmarkSync/memory_sync_100_test - B/op 9020 B/op 8983 B/op 1.00
BenchmarkSync/memory_sync_100_test - allocs/op 296 allocs/op 294 allocs/op 1.01
BenchmarkSync/memory_sync_1000_test - ns/op 547962 ns/op 438677 ns/op 1.25
BenchmarkSync/memory_sync_1000_test - B/op 76923 B/op 83210 B/op 0.92
BenchmarkSync/memory_sync_1000_test - allocs/op 2269 allocs/op 2657 allocs/op 0.85
BenchmarkSync/memory_sync_10000_test - ns/op 7667912 ns/op 4662216 ns/op 1.64
BenchmarkSync/memory_sync_10000_test - B/op 770285 B/op 821148 B/op 0.94
BenchmarkSync/memory_sync_10000_test - allocs/op 20729 allocs/op 24199 allocs/op 0.86
BenchmarkTextEditing - ns/op 18887416762 ns/op 18688581349 ns/op 1.01
BenchmarkTextEditing - B/op 9041995472 B/op 9042075768 B/op 1.00
BenchmarkTextEditing - allocs/op 19923241 allocs/op 19923659 allocs/op 1.00

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

Please sign in to comment.