summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--handy_cmdlines (renamed from bench)0
-rw-r--r--test32.c8
2 files changed, 0 insertions, 8 deletions
diff --git a/bench b/handy_cmdlines
index 26195cb..26195cb 100644
--- a/bench
+++ b/handy_cmdlines
diff --git a/test32.c b/test32.c
deleted file mode 100644
index a78f27f..0000000
--- a/test32.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-#include "inlineasm.h"
-
-int main(int argc, char* argv[]) {
- uint32_t time = optmemmeasure(argv[0],2);
- printf("%d\n",time);
- return 0;
-}