Skip to content

Commit

Permalink
Update example tests. (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca authored Aug 3, 2023
1 parent 9b5ee63 commit 95011b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/samples/cxx_example_loadtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
}
}
},
"warmup_seconds": 5,
"warmup_seconds": 30,
"benchmark_seconds": 30
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
}
}
},
"warmup_seconds": 5,
"warmup_seconds": 30,
"benchmark_seconds": 30
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
}
]
},
"warmup_seconds": 5,
"warmup_seconds": 30,
"benchmark_seconds": 30
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
}
]
},
"warmup_seconds": 5,
"warmup_seconds": 30,
"benchmark_seconds": 30
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
}
]
},
"warmup_seconds": 5,
"warmup_seconds": 30,
"benchmark_seconds": 30
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
}
]
},
"warmup_seconds": 5,
"warmup_seconds": 30,
"benchmark_seconds": 30
}
}
Expand Down

0 comments on commit 95011b1

Please sign in to comment.