From 8f89626989624e472cfe0a7ead2d6a9549905ea0 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 1 Nov 2023 13:31:57 -0700 Subject: [PATCH] dead --- misc/benchmark.bat | 14 -------------- misc/benchmark_reports.txt | 35 ----------------------------------- 2 files changed, 49 deletions(-) delete mode 100644 misc/benchmark.bat delete mode 100644 misc/benchmark_reports.txt diff --git a/misc/benchmark.bat b/misc/benchmark.bat deleted file mode 100644 index 29e3254437..0000000000 --- a/misc/benchmark.bat +++ /dev/null @@ -1,14 +0,0 @@ -rem -rem This script is measuring compilation time -rem - -cd ../firmware - -echo Are you using the right -jX value? > benchmark.txt -echo Startting clean for benchmark outside of time measurment >> benchmark.txt -make clean -echo Startting build for benchmark >> benchmark.txt -powershell get-date -format "{dd-MMM-yyyy HH:mm:ss}" >> benchmark.txt -make -j4 -echo Done! >> benchmark.txt -powershell get-date -format "{dd-MMM-yyyy HH:mm:ss}" >> benchmark.txt diff --git a/misc/benchmark_reports.txt b/misc/benchmark_reports.txt deleted file mode 100644 index 377e7536e9..0000000000 --- a/misc/benchmark_reports.txt +++ /dev/null @@ -1,35 +0,0 @@ -** Dell e6530 laptop ~2012: i7-3740QM@2.7GHz, 8GB RAM, 400GB SSD, Win7, gcc 7.3.1 -j8 option to run with 8 cores -~1:30 -09-Jan-2019 13:27:43 -Done! -09-Jan-2019 13:29:09 - - -** Dell e6530 laptop ~2012: i7-3740QM@2.7GHz, 8GB RAM, 400GB SSD, Win7, gcc 7.3.1 -j4 option to run with 4 cores -~1:40 -09-Jan-2019 13:16:41 -Done! -09-Jan-2019 13:18:25 - - -*** Dell OptiPlex 790 desktop ~2011 "Ohio reformatory for women": i5-2400@3.1GHz, 4GB RAM, 60GB SSD, Win7, gcc 7.3.1 -j4 option to run with 4 cores -~1:30 -27-Dec-2018 19:36:14 -Done! -27-Dec-2018 19:37:44 - - -*** Dell e6410 laptop ~2011: i5 M520@2.4GHz, 8GB RAM, 1TB SSD, Win7, gcc 7.3.1 - -j4 option to run with 4 cores -~3 minutes -Startting build for benchmark -27-Dec-2018 19:15:12 -Done! -27-Dec-2018 19:18:08 - - -*** Dell e6410 laptop ~2011: i5 M520@2.4GHz, 8GB RAM, 1TB SSD, Win7, gcc 7.3.1 - looks like single core mode? -~6 minutes -Startting build for benchmark -27-Dec-2018 19:06:48 -Done! -27-Dec-2018 19:12:51