better env var

This commit is contained in:
wphan
2023-07-05 20:09:22 -07:00
parent 64409374bc
commit 305b4e388e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ import http from 'k6/http';
import { sleep } from 'k6';
export const options = {
vus: 555,
duration: '30s',
vus: 100,
duration: '60s',
ext: {
loadimpact: {
projectID: 3648966,