summaryrefslogtreecommitdiff
path: root/dev/bench
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-20 22:15:38 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-20 22:15:38 +0400
commita4abe7714ce9017fe9391364c229bb6a26503347 (patch)
treed1085e12b0ce202b1d7aa78a56d6c6b0dc1239af /dev/bench
parent33b7d7badb2e6d96c8a0f532b40bcd7e3e67d1e9 (diff)
~ Group "not in tarball" files.
Diffstat (limited to 'dev/bench')
-rwxr-xr-xdev/bench4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/bench b/dev/bench
new file mode 100755
index 00000000..5d03db3f
--- /dev/null
+++ b/dev/bench
@@ -0,0 +1,4 @@
1#!/bin/sh
2cabal-dev build &&
3 ./dist/build/benchmarks/benchmarks -o dist/build/benchmarks/result.html &&
4 xdg-open dist/build/benchmarks/result.html \ No newline at end of file