Browse Source

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

pull/73/head
Dirk Lemstra 9 years ago
parent
commit
85ebc92bae
  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