Skip to content

Commit

Permalink
fix: renaming results files so the data is not overwritten (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Aug 22, 2024
1 parent f5ef9d6 commit 59a3627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion loadtests/orbc_load_test_plan_dops.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@
<connectTime>true</connectTime>
</value>
</objProp>
<stringProp name="filename">${RESULTS_DIR}/test-1.csv</stringProp>
<stringProp name="filename">${RESULTS_DIR}/dops.csv</stringProp>
</ResultCollector>
<hashTree/>
</hashTree>
Expand Down
2 changes: 1 addition & 1 deletion loadtests/orbc_load_test_plan_frontend.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -12484,7 +12484,7 @@
<connectTime>true</connectTime>
</value>
</objProp>
<stringProp name="filename">C:\Users\BRWANG\Software\JMeter\mytest\results\test-1.csv</stringProp>
<stringProp name="filename">${RESULTS_DIR}/frontend.csv</stringProp>
</ResultCollector>
<hashTree/>
</hashTree>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@
<connectTime>true</connectTime>
</value>
</objProp>
<stringProp name="filename">${RESULTS_DIR}/test-1.csv</stringProp>
<stringProp name="filename">${RESULTS_DIR}/vehicles.csv</stringProp>
</ResultCollector>
<hashTree/>
</hashTree>
Expand Down

0 comments on commit 59a3627

Please sign in to comment.