Skip to content

Commit

Permalink
Merge pull request #19175 from jmao-dd/jmao/fix-typo
Browse files Browse the repository at this point in the history
tests: fix wrong number in comment.
  • Loading branch information
serathius authored Jan 13, 2025
2 parents efff689 + 5702d87 commit a03bdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robustness/traffic/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var Kubernetes Traffic = kubernetesTraffic{
averageKeyCount: 10,
resource: "pods",
namespace: "default",
// Please keep the sum of weights equal 1000.
// Please keep the sum of weights equal 100.
writeChoices: []random.ChoiceWeight[KubernetesRequestType]{
{Choice: KubernetesUpdate, Weight: 90},
{Choice: KubernetesDelete, Weight: 5},
Expand Down

0 comments on commit a03bdaa

Please sign in to comment.