From 5443d6828eaf5cbc7dc4613d9d75b4c192d17730 Mon Sep 17 00:00:00 2001 From: Vincent Peyruqueou Date: Mon, 27 Mar 2023 11:43:54 +0200 Subject: Microsoft Visual Studio (2022) solution to test IVY (perf and test ready) --- tools/RunIvyPerf.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/RunIvyPerf.bat (limited to 'tools/RunIvyPerf.bat') diff --git a/tools/RunIvyPerf.bat b/tools/RunIvyPerf.bat new file mode 100644 index 0000000..aac8bce --- /dev/null +++ b/tools/RunIvyPerf.bat @@ -0,0 +1,6 @@ +@echo off +echo Starting Perf 1 +start Win32\Release\IvyPerf.exe 250 20 +echo Starting Perf 2 +start Win32\Release\IvyPerf.exe 250 20 +pause -- cgit v1.1