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 420b669 commit 9195dabCopy full SHA for 9195dab
build/scripts/Benchmarking.fsx
@@ -143,12 +143,12 @@ module Benchmarker =
143
DotNetCli.RunCommand(fun p ->
144
{ p with
145
WorkingDir = testsProjectDirectory
146
- }) "run -f netcoreapp2.1 -c Release Benchmark"
+ }) "run -f netcoreapp2.1 -c Release"
147
else
148
149
150
151
- }) "run -f netcoreapp2.1 -c Release Benchmark non-interactive"
+ }) "run -f netcoreapp2.1 -c Release non-interactive"
152
finally
153
// running benchmarks can timeout so clean up any generated benchmark files
154
let benchmarkOutputFiles =
0 commit comments