summaryrefslogtreecommitdiffstats
path: root/TOOLS/benchmark-gab/start
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/benchmark-gab/start')
-rwxr-xr-xTOOLS/benchmark-gab/start25
1 files changed, 0 insertions, 25 deletions
diff --git a/TOOLS/benchmark-gab/start b/TOOLS/benchmark-gab/start
deleted file mode 100755
index 9ee1bc1f55..0000000000
--- a/TOOLS/benchmark-gab/start
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-. ./variables
-
-rm -f $LOGFILE
-
-wrtlog Script version v0.91
-wrtlog CPU: $VENDOR $MODEL $MHZ
-wrtlog CPUFLAGS: $CPUFLAGS
-wrtlog MEM: $MEMORY
-wrtlog VGA: $VGA
-
-if [ ! -e no_compile ]; then
- ./compile
-else
- wrtlog Skipping compilation
-fi
-
-if [ ! -e no_benchmark ]; then
- ./benchmark
-else
- wrtlog Skipping benchmark
-fi
-
-wrtlog Exiting.