fix: Reduce variability in benchmarks (no-changelog) (#10606)
This commit is contained in:
@@ -21,8 +21,8 @@ variable "ssh_public_key" {
|
||||
|
||||
variable "vm_size" {
|
||||
description = "VM Size"
|
||||
# 4 vCPUs, 16 GiB memory
|
||||
default = "Standard_DC4s_v2"
|
||||
# 8 vCPUs, 32 GiB memory
|
||||
default = "Standard_DC8_v2"
|
||||
}
|
||||
|
||||
variable "tags" {
|
||||
|
||||
@@ -45,7 +45,7 @@ export function handleSummary(data) {
|
||||
const augmentedTestScriptPath = this.augmentSummaryScript(scenario, scenarioRunName);
|
||||
const runDirPath = path.dirname(augmentedTestScriptPath);
|
||||
|
||||
const flags: K6CliFlag[] = [['--quiet'], ['--duration', '1m'], ['--vus', '5']];
|
||||
const flags: K6CliFlag[] = [['--quiet'], ['--duration', '3m'], ['--vus', '5']];
|
||||
|
||||
if (this.opts.k6ApiToken) {
|
||||
flags.push(['--out', 'cloud']);
|
||||
|
||||
Reference in New Issue
Block a user