summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-07 00:59:01 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-07 00:59:01 -0500
commit90a45f9729f131569889f52cf792007f23df3949 (patch)
tree3a7297268da2f4fd81749c4e724faaa7a8f0f047 /benchmark
parentadd2ce8c856d99a2f4cc0bbd4f630cc9aeb2ef05 (diff)
tidy
Diffstat (limited to 'benchmark')
-rwxr-xr-xbenchmark7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmark b/benchmark
deleted file mode 100755
index b06c621..0000000
--- a/benchmark
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-rm -rf out
-thing='start up'
-{ make -j1; echo done;}|ts -i '%.s'|sed 's/ .* / /' |while read -r time newthing; do
- echo $time $thing
- thing=$newthing
-done | sort -n