Skip to content

Commit 9195dab

Browse files
committed
First argument to benchmarking project should not be Benchmarking any longer now it is its own project
(cherry picked from commit d880bfb)
1 parent 420b669 commit 9195dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/scripts/Benchmarking.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ module Benchmarker =
143143
DotNetCli.RunCommand(fun p ->
144144
{ p with
145145
WorkingDir = testsProjectDirectory
146-
}) "run -f netcoreapp2.1 -c Release Benchmark"
146+
}) "run -f netcoreapp2.1 -c Release"
147147
else
148148
DotNetCli.RunCommand(fun p ->
149149
{ p with
150150
WorkingDir = testsProjectDirectory
151-
}) "run -f netcoreapp2.1 -c Release Benchmark non-interactive"
151+
}) "run -f netcoreapp2.1 -c Release non-interactive"
152152
finally
153153
// running benchmarks can timeout so clean up any generated benchmark files
154154
let benchmarkOutputFiles =

0 commit comments

Comments
 (0)