Skip to content

Commit ebb7644

Browse files
committed
added missing environment in benchmarking
1 parent 47e3139 commit ebb7644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/featurevisor/testRunner/BenchmarkFeature.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fun benchmarkFeature(option: BenchMarkOptions) {
2828

2929
val datafileBuildStart = System.nanoTime().toDouble()
3030

31-
val datafileContent = buildDataFileAsPerEnvironment(option.projectRootPath,"staging")
31+
val datafileContent = buildDataFileAsPerEnvironment(option.projectRootPath, option.environment)
3232

3333
val datafileBuildEnd = System.nanoTime().toDouble()
3434

0 commit comments

Comments
 (0)