Skip to content

Commit

Permalink
Update MAINTAINING.md version updating guide
Browse files Browse the repository at this point in the history
  • Loading branch information
krapie committed Oct 18, 2023
1 parent 29906ca commit de834c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
- Update `YORKIE_VERSION` in [Makefile](https://github.com/yorkie-team/yorkie/blob/main/Makefile#L1).
- Update `version` and `appVersion` in [yorkie-cluster Helm Chart](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-cluster/Chart.yaml#L16-L17).
- If `yorkie-monitoring` or `yorkie-argocd` Helm Chart have changes, you also need to update `version` and `appVersion` for each chart.
- [yorkie-monitoring Helm Chart](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-monitoring/Chart.yaml#L16-L17)
- [yorkie-monitoring Helm Chart](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-monitoring/Chart.yaml#L16-L17)
- [yorkie-argocd Helm Chart](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-argocd/Chart.yaml#L16-L17)
- Also, you need to update `helmChartTargetRevision` in `yorkie-argocd` Helm Chart's [values.yaml](https://github.com/yorkie-team/yorkie/blob/main/build/charts/yorkie-argocd/values.yaml#L13)

### 2. Write changelog of this version in [CHANGELOG.md](https://github.com/yorkie-team/yorkie/blob/main/CHANGELOG.md).

Expand Down

1 comment on commit de834c6

@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: de834c6 Previous: 644db4c Ratio
BenchmarkDocument/constructor_test - ns/op 2045 ns/op 1749 ns/op 1.17
BenchmarkDocument/constructor_test - B/op 1240 B/op 1240 B/op 1
BenchmarkDocument/constructor_test - allocs/op 20 allocs/op 20 allocs/op 1
BenchmarkDocument/status_test - ns/op 1967 ns/op 1125 ns/op 1.75
BenchmarkDocument/status_test - B/op 1208 B/op 1208 B/op 1
BenchmarkDocument/status_test - allocs/op 18 allocs/op 18 allocs/op 1
BenchmarkDocument/equals_test - ns/op 11074 ns/op 10258 ns/op 1.08
BenchmarkDocument/equals_test - B/op 7009 B/op 7008 B/op 1.00
BenchmarkDocument/equals_test - allocs/op 119 allocs/op 119 allocs/op 1
BenchmarkDocument/nested_update_test - ns/op 25606 ns/op 22089 ns/op 1.16
BenchmarkDocument/nested_update_test - B/op 11993 B/op 11993 B/op 1
BenchmarkDocument/nested_update_test - allocs/op 253 allocs/op 253 allocs/op 1
BenchmarkDocument/delete_test - ns/op 34811 ns/op 29589 ns/op 1.18
BenchmarkDocument/delete_test - B/op 15218 B/op 15219 B/op 1.00
BenchmarkDocument/delete_test - allocs/op 332 allocs/op 332 allocs/op 1
BenchmarkDocument/object_test - ns/op 12571 ns/op 10514 ns/op 1.20
BenchmarkDocument/object_test - B/op 6753 B/op 6752 B/op 1.00
BenchmarkDocument/object_test - allocs/op 115 allocs/op 115 allocs/op 1
BenchmarkDocument/array_test - ns/op 41537 ns/op 35150 ns/op 1.18
BenchmarkDocument/array_test - B/op 11849 B/op 11850 B/op 1.00
BenchmarkDocument/array_test - allocs/op 269 allocs/op 269 allocs/op 1
BenchmarkDocument/text_test - ns/op 46887 ns/op 39419 ns/op 1.19
BenchmarkDocument/text_test - B/op 14922 B/op 14922 B/op 1
BenchmarkDocument/text_test - allocs/op 475 allocs/op 475 allocs/op 1
BenchmarkDocument/text_composition_test - ns/op 46443 ns/op 38620 ns/op 1.20
BenchmarkDocument/text_composition_test - B/op 18306 B/op 18306 B/op 1
BenchmarkDocument/text_composition_test - allocs/op 476 allocs/op 476 allocs/op 1
BenchmarkDocument/rich_text_test - ns/op 123904 ns/op 104068 ns/op 1.19
BenchmarkDocument/rich_text_test - B/op 38695 B/op 38695 B/op 1
BenchmarkDocument/rich_text_test - allocs/op 1154 allocs/op 1154 allocs/op 1
BenchmarkDocument/counter_test - ns/op 25978 ns/op 21342 ns/op 1.22
BenchmarkDocument/counter_test - B/op 10275 B/op 10274 B/op 1.00
BenchmarkDocument/counter_test - allocs/op 240 allocs/op 240 allocs/op 1
BenchmarkDocument/text_edit_gc_100 - ns/op 4607923 ns/op 3923727 ns/op 1.17
BenchmarkDocument/text_edit_gc_100 - B/op 1553665 B/op 1553283 B/op 1.00
BenchmarkDocument/text_edit_gc_100 - allocs/op 17168 allocs/op 17167 allocs/op 1.00
BenchmarkDocument/text_edit_gc_1000 - ns/op 352131954 ns/op 306385004 ns/op 1.15
BenchmarkDocument/text_edit_gc_1000 - B/op 136643597 B/op 136637484 B/op 1.00
BenchmarkDocument/text_edit_gc_1000 - allocs/op 210740 allocs/op 210736 allocs/op 1.00
BenchmarkDocument/text_split_gc_100 - ns/op 5333376 ns/op 4445880 ns/op 1.20
BenchmarkDocument/text_split_gc_100 - B/op 2218149 B/op 2217513 B/op 1.00
BenchmarkDocument/text_split_gc_100 - allocs/op 16596 allocs/op 16592 allocs/op 1.00
BenchmarkDocument/text_split_gc_1000 - ns/op 419190826 ns/op 354090616 ns/op 1.18
BenchmarkDocument/text_split_gc_1000 - B/op 214862861 B/op 214872008 B/op 1.00
BenchmarkDocument/text_split_gc_1000 - allocs/op 211453 allocs/op 211500 allocs/op 1.00
BenchmarkDocument/text_delete_all_10000 - ns/op 20626024 ns/op 18778753 ns/op 1.10
BenchmarkDocument/text_delete_all_10000 - B/op 5903894 B/op 5903015 B/op 1.00
BenchmarkDocument/text_delete_all_10000 - allocs/op 41124 allocs/op 41120 allocs/op 1.00
BenchmarkDocument/text_delete_all_100000 - ns/op 256232978 ns/op 259259593 ns/op 0.99
BenchmarkDocument/text_delete_all_100000 - B/op 53865152 B/op 53855284 B/op 1.00
BenchmarkDocument/text_delete_all_100000 - allocs/op 416095 allocs/op 416067 allocs/op 1.00
BenchmarkDocument/text_100 - ns/op 376592 ns/op 322064 ns/op 1.17
BenchmarkDocument/text_100 - B/op 118518 B/op 118517 B/op 1.00
BenchmarkDocument/text_100 - allocs/op 5079 allocs/op 5079 allocs/op 1
BenchmarkDocument/text_1000 - ns/op 4140974 ns/op 3439081 ns/op 1.20
BenchmarkDocument/text_1000 - B/op 1153133 B/op 1153120 B/op 1.00
BenchmarkDocument/text_1000 - allocs/op 50083 allocs/op 50083 allocs/op 1
BenchmarkDocument/array_1000 - ns/op 2022465 ns/op 1721215 ns/op 1.18
BenchmarkDocument/array_1000 - B/op 1103080 B/op 1102839 B/op 1.00
BenchmarkDocument/array_1000 - allocs/op 11872 allocs/op 11871 allocs/op 1.00
BenchmarkDocument/array_10000 - ns/op 22595744 ns/op 19751883 ns/op 1.14
BenchmarkDocument/array_10000 - B/op 9906714 B/op 9907908 B/op 1.00
BenchmarkDocument/array_10000 - allocs/op 120721 allocs/op 120726 allocs/op 1.00
BenchmarkDocument/array_gc_100 - ns/op 212132 ns/op 180175 ns/op 1.18
BenchmarkDocument/array_gc_100 - B/op 98453 B/op 98463 B/op 1.00
BenchmarkDocument/array_gc_100 - allocs/op 1248 allocs/op 1248 allocs/op 1
BenchmarkDocument/array_gc_1000 - ns/op 2316517 ns/op 1935405 ns/op 1.20
BenchmarkDocument/array_gc_1000 - B/op 1170636 B/op 1170631 B/op 1.00
BenchmarkDocument/array_gc_1000 - allocs/op 12911 allocs/op 12911 allocs/op 1
BenchmarkDocument/counter_1000 - ns/op 335056 ns/op 283369 ns/op 1.18
BenchmarkDocument/counter_1000 - B/op 198837 B/op 198836 B/op 1.00
BenchmarkDocument/counter_1000 - allocs/op 6508 allocs/op 6508 allocs/op 1
BenchmarkDocument/counter_10000 - ns/op 3670211 ns/op 3094378 ns/op 1.19
BenchmarkDocument/counter_10000 - B/op 2165793 B/op 2165759 B/op 1.00
BenchmarkDocument/counter_10000 - allocs/op 69515 allocs/op 69515 allocs/op 1
BenchmarkDocument/object_1000 - ns/op 2225901 ns/op 1854241 ns/op 1.20
BenchmarkDocument/object_1000 - B/op 1451393 B/op 1451488 B/op 1.00
BenchmarkDocument/object_1000 - allocs/op 9919 allocs/op 9920 allocs/op 1.00
BenchmarkDocument/object_10000 - ns/op 27952003 ns/op 22812283 ns/op 1.23
BenchmarkDocument/object_10000 - B/op 12370077 B/op 12371575 B/op 1.00
BenchmarkDocument/object_10000 - allocs/op 101226 allocs/op 101230 allocs/op 1.00
BenchmarkDocument/tree_100 - ns/op 1150116 ns/op 965307 ns/op 1.19
BenchmarkDocument/tree_100 - B/op 442921 B/op 442918 B/op 1.00
BenchmarkDocument/tree_100 - allocs/op 4505 allocs/op 4505 allocs/op 1
BenchmarkDocument/tree_1000 - ns/op 79467588 ns/op 65746234 ns/op 1.21
BenchmarkDocument/tree_1000 - B/op 35222907 B/op 35223101 B/op 1.00
BenchmarkDocument/tree_1000 - allocs/op 44117 allocs/op 44117 allocs/op 1
BenchmarkDocument/tree_10000 - ns/op 10448663654 ns/op 8668032767 ns/op 1.21
BenchmarkDocument/tree_10000 - B/op 3438902192 B/op 3438883008 B/op 1.00
BenchmarkDocument/tree_10000 - allocs/op 440183 allocs/op 440158 allocs/op 1.00
BenchmarkDocument/tree_delete_all_1000 - ns/op 82074789 ns/op 66903447 ns/op 1.23
BenchmarkDocument/tree_delete_all_1000 - B/op 35692966 B/op 35692848 B/op 1.00
BenchmarkDocument/tree_delete_all_1000 - allocs/op 51767 allocs/op 51770 allocs/op 1.00
BenchmarkDocument/tree_edit_gc_100 - ns/op 4187613 ns/op 3527371 ns/op 1.19
BenchmarkDocument/tree_edit_gc_100 - B/op 2077493 B/op 2077506 B/op 1.00
BenchmarkDocument/tree_edit_gc_100 - allocs/op 11164 allocs/op 11164 allocs/op 1
BenchmarkDocument/tree_edit_gc_1000 - ns/op 307651630 ns/op 254911874 ns/op 1.21
BenchmarkDocument/tree_edit_gc_1000 - B/op 180290338 B/op 180292706 B/op 1.00
BenchmarkDocument/tree_edit_gc_1000 - allocs/op 113373 allocs/op 113375 allocs/op 1.00
BenchmarkDocument/tree_split_gc_100 - ns/op 2990035 ns/op 2445528 ns/op 1.22
BenchmarkDocument/tree_split_gc_100 - B/op 1348683 B/op 1347907 B/op 1.00
BenchmarkDocument/tree_split_gc_100 - allocs/op 9060 allocs/op 9060 allocs/op 1
BenchmarkDocument/tree_split_gc_1000 - ns/op 192484597 ns/op 158194580 ns/op 1.22
BenchmarkDocument/tree_split_gc_1000 - B/op 113955176 B/op 113955594 B/op 1.00
BenchmarkDocument/tree_split_gc_1000 - allocs/op 93864 allocs/op 93870 allocs/op 1.00
BenchmarkRPC/client_to_server - ns/op 452723228 ns/op 410209186 ns/op 1.10
BenchmarkRPC/client_to_server - B/op 12286301 B/op 12299578 B/op 1.00
BenchmarkRPC/client_to_server - allocs/op 177218 allocs/op 177333 allocs/op 1.00
BenchmarkRPC/client_to_client_via_server - ns/op 810137340 ns/op 684966268 ns/op 1.18
BenchmarkRPC/client_to_client_via_server - B/op 22647412 B/op 22672428 B/op 1.00
BenchmarkRPC/client_to_client_via_server - allocs/op 330469 allocs/op 330714 allocs/op 1.00
BenchmarkRPC/attach_large_document - ns/op 1668295007 ns/op 1468497954 ns/op 1.14
BenchmarkRPC/attach_large_document - B/op 1800045392 B/op 1798799384 B/op 1.00
BenchmarkRPC/attach_large_document - allocs/op 9483 allocs/op 9680 allocs/op 0.98
BenchmarkRPC/adminCli_to_server - ns/op 658804896 ns/op 585226225 ns/op 1.13
BenchmarkRPC/adminCli_to_server - B/op 20192664 B/op 20183260 B/op 1.00
BenchmarkRPC/adminCli_to_server - allocs/op 324106 allocs/op 324105 allocs/op 1.00
BenchmarkLocker - ns/op 150 ns/op 129.2 ns/op 1.16
BenchmarkLocker - B/op 16 B/op 16 B/op 1
BenchmarkLocker - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkLockerParallel - ns/op 170.3 ns/op 188.4 ns/op 0.90
BenchmarkLockerParallel - B/op 0 B/op 0 B/op NaN
BenchmarkLockerParallel - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkLockerMoreKeys - ns/op 387.9 ns/op 294 ns/op 1.32
BenchmarkLockerMoreKeys - B/op 14 B/op 15 B/op 0.93
BenchmarkLockerMoreKeys - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkSync/memory_sync_10_test - ns/op 9151 ns/op 7574 ns/op 1.21
BenchmarkSync/memory_sync_10_test - B/op 1282 B/op 1282 B/op 1
BenchmarkSync/memory_sync_10_test - allocs/op 38 allocs/op 38 allocs/op 1
BenchmarkSync/memory_sync_100_test - ns/op 85005 ns/op 69802 ns/op 1.22
BenchmarkSync/memory_sync_100_test - B/op 8615 B/op 8697 B/op 0.99
BenchmarkSync/memory_sync_100_test - allocs/op 271 allocs/op 276 allocs/op 0.98
BenchmarkSync/memory_sync_1000_test - ns/op 790400 ns/op 693970 ns/op 1.14
BenchmarkSync/memory_sync_1000_test - B/op 82053 B/op 81752 B/op 1.00
BenchmarkSync/memory_sync_1000_test - allocs/op 2599 allocs/op 2582 allocs/op 1.01
BenchmarkSync/memory_sync_10000_test - ns/op 8092066 ns/op 7505096 ns/op 1.08
BenchmarkSync/memory_sync_10000_test - B/op 855433 B/op 859230 B/op 1.00
BenchmarkSync/memory_sync_10000_test - allocs/op 27091 allocs/op 27236 allocs/op 0.99
BenchmarkTextEditing - ns/op 30235669867 ns/op 28596186918 ns/op 1.06
BenchmarkTextEditing - B/op 8456455120 B/op 8456660736 B/op 1.00
BenchmarkTextEditing - allocs/op 20613493 allocs/op 20614635 allocs/op 1.00

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

Please sign in to comment.