summaryrefslogtreecommitdiff
path: root/dev/bench
diff options
context:
space:
mode:
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