Browse Source

Added pause at the end of Benchmark.cmd to make it possible to leave multiple runs open.

af/merge-core
Dirk Lemstra 9 years ago
parent
commit
838543a320
  1. 3
      tests/ImageSharp.Benchmarks/Benchmark.cmd

3
tests/ImageSharp.Benchmarks/Benchmark.cmd

@ -1,2 +1,3 @@
@echo off
dotnet run --configuration Release
dotnet run --configuration Release
pause

Loading…
Cancel
Save