Skip to content

Commit

Permalink
added missing environment in benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan108 committed Dec 27, 2024
1 parent 47e3139 commit ebb7644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fun benchmarkFeature(option: BenchMarkOptions) {

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

val datafileContent = buildDataFileAsPerEnvironment(option.projectRootPath,"staging")
val datafileContent = buildDataFileAsPerEnvironment(option.projectRootPath, option.environment)

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

Expand Down

0 comments on commit ebb7644

Please sign in to comment.