Skip to content

Commit

Permalink
Removed unneeded totalTime var
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Sep 14, 2023
1 parent 7248094 commit f149077
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion common/test/basicwithenv.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
vars:
rampTime: 1m
loadTime: 1m
totalTime: 2m
serviceUrlAgent: ${SERVICE_URL_AGENT}
test: ${parseInt("${TEST}")}
load_pattern:
Expand Down
1 change: 0 additions & 1 deletion common/test/basicwithfiles.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
vars:
rampTime: 1m
loadTime: 1m
totalTime: 2m
logDir: ${SPLUNK_PATH}
load_pattern:
- linear:
Expand Down
1 change: 0 additions & 1 deletion common/test/basicwithvars.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
vars:
rampTime: 1m
loadTime: 1m
totalTime: 2m
serviceUrlAgent: 127.0.0.1:8080
load_pattern:
- linear:
Expand Down

0 comments on commit f149077

Please sign in to comment.