From 85ebc92bae41eb06192fb22fbb77f0afb59e2cd6 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 1 Jan 2017 15:07:38 +0100 Subject: [PATCH] Added pause at the end of Benchmark.cmd to make it possible to leave multiple runs open. --- tests/ImageSharp.Benchmarks/Benchmark.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ImageSharp.Benchmarks/Benchmark.cmd b/tests/ImageSharp.Benchmarks/Benchmark.cmd index 41a503670..f777e5b8f 100644 --- a/tests/ImageSharp.Benchmarks/Benchmark.cmd +++ b/tests/ImageSharp.Benchmarks/Benchmark.cmd @@ -1,2 +1,3 @@ @echo off -dotnet run --configuration Release \ No newline at end of file +dotnet run --configuration Release +pause