feat: Report benchmark results (no-changelog) (#10534)
This commit is contained in:
@@ -31,11 +31,19 @@ const configSchema = {
|
||||
},
|
||||
},
|
||||
},
|
||||
k6ExecutablePath: {
|
||||
doc: 'The path to the k6 binary',
|
||||
format: String,
|
||||
default: 'k6',
|
||||
env: 'K6_PATH',
|
||||
k6: {
|
||||
executablePath: {
|
||||
doc: 'The path to the k6 binary',
|
||||
format: String,
|
||||
default: 'k6',
|
||||
env: 'K6_PATH',
|
||||
},
|
||||
apiToken: {
|
||||
doc: 'The API token for k6 cloud',
|
||||
format: String,
|
||||
default: undefined,
|
||||
env: 'K6_API_TOKEN',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user