We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e3139 commit 5d552a2Copy full SHA for 5d552a2
src/main/kotlin/com/featurevisor/testRunner/BenchmarkFeature.kt
@@ -28,7 +28,7 @@ fun benchmarkFeature(option: BenchMarkOptions) {
28
29
val datafileBuildStart = System.nanoTime().toDouble()
30
31
- val datafileContent = buildDataFileAsPerEnvironment(option.projectRootPath,"staging")
+ val datafileContent = buildDataFileAsPerEnvironment(option.projectRootPath, option.environment)
32
33
val datafileBuildEnd = System.nanoTime().toDouble()
34
0 commit comments