Skip to content

Commit

Permalink
Merge pull request #484 from AntelopeIO/ph-log-dir-add-tps-target
Browse files Browse the repository at this point in the history
[PH] log dir add tps target
  • Loading branch information
oschwaldp-oci authored Nov 18, 2022
2 parents f09a1be + f7a486f commit 3fe37f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance_tests/performance_test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __init__(self, testHelperConfig: TestHelperConfig=TestHelperConfig(), cluste

self.rootLogDir = rootLogDir
self.ptbLogDir = f"{self.rootLogDir}/{os.path.splitext(os.path.basename(__file__))[0]}"
self.testTimeStampDirPath = f"{self.ptbLogDir}/{self.testStart.strftime('%Y-%m-%d_%H-%M-%S')}"
self.testTimeStampDirPath = f"{self.ptbLogDir}/{self.testStart.strftime('%Y-%m-%d_%H-%M-%S')}-{self.targetTps}"
self.trxGenLogDirPath = f"{self.testTimeStampDirPath}/trxGenLogs"
self.varLogsDirPath = f"{self.testTimeStampDirPath}/var"
self.etcLogsDirPath = f"{self.testTimeStampDirPath}/etc"
Expand Down

0 comments on commit 3fe37f3

Please sign in to comment.