-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add start and end-time for each worker.
Adjusted the test as well and integrate it in the StresstestResultProcessor and Storages.
- Loading branch information
Showing
8 changed files
with
48 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
src/test/resources/test-data/csv-storage-test/suite-123/task-0/worker-summary.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
workerID,workerType,noOfQueries,timeOut,AvgQPS,NoQ,NoQPH,PAvgQPS,QMPH | ||
0,MockupWorker,10,PT2S,0.5,10,1800,0.75,180 | ||
2,MockupWorker,10,PT2S,0.5,10,1800,0.75,180 | ||
3,MockupWorker,10,PT2S,0.5,10,1800,0.75,180 | ||
1,MockupWorker,10,PT2S,0.5,10,1800,0.75,180 | ||
workerID,workerType,noOfQueries,timeOut,startDate,endDate,AvgQPS,NoQ,NoQPH,PAvgQPS,QMPH | ||
0,MockupWorker,10,PT2S,2023-10-11T14:14:10Z,2023-10-12T15:15:15Z,0.5,10,1800,0.75,180 | ||
2,MockupWorker,10,PT2S,2023-10-11T14:14:10Z,2023-10-12T15:15:15Z,0.5,10,1800,0.75,180 | ||
3,MockupWorker,10,PT2S,2023-10-11T14:14:10Z,2023-10-12T15:15:15Z,0.5,10,1800,0.75,180 | ||
1,MockupWorker,10,PT2S,2023-10-11T14:14:10Z,2023-10-12T15:15:15Z,0.5,10,1800,0.75,180 |
10 changes: 5 additions & 5 deletions
10
src/test/resources/test-data/csv-storage-test/suite-123/task-1/worker-summary.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
workerID,workerType,noOfQueries,timeOut,AvgQPS,NoQ,NoQPH,PAvgQPS,QMPH | ||
0,MockupWorker,5,PT2S,0.5,5,1800,0.75,360 | ||
2,MockupWorker,5,PT2S,0.5,5,1800,0.75,360 | ||
3,MockupWorker,5,PT2S,0.5,5,1800,0.75,360 | ||
1,MockupWorker,5,PT2S,0.5,5,1800,0.75,360 | ||
workerID,workerType,noOfQueries,timeOut,startDate,endDate,AvgQPS,NoQ,NoQPH,PAvgQPS,QMPH | ||
0,MockupWorker,5,PT2S,2023-10-11T14:14:10Z,2023-10-12T15:15:15Z,0.5,5,1800,0.75,360 | ||
2,MockupWorker,5,PT2S,2023-10-11T14:14:10Z,2023-10-12T15:15:15Z,0.5,5,1800,0.75,360 | ||
3,MockupWorker,5,PT2S,2023-10-11T14:14:10Z,2023-10-12T15:15:15Z,0.5,5,1800,0.75,360 | ||
1,MockupWorker,5,PT2S,2023-10-11T14:14:10Z,2023-10-12T15:15:15Z,0.5,5,1800,0.75,360 |