We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c53cb commit d2c4b55Copy full SHA for d2c4b55
merge/real_test.go
@@ -100,6 +100,21 @@ func BenchmarkOperations(b *testing.B) {
100
},
101
102
103
+ {
104
+ name: "ApplyTwice",
105
+ ops: []Operation{
106
+ Apply{
107
+ Manager: "controller",
108
+ APIVersion: "v1",
109
+ Object: bench.obj,
110
+ },
111
112
+ Manager: "other-controller",
113
114
115
116
117
118
{
119
name: "Update",
120
ops: []Operation{
0 commit comments