[commit: packages/containers] master: Add header to bench-cmp.sh. (f6930e6)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 22:12:16 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branch : master
Link : http://git.haskell.org/packages/containers.git/commitdiff/f6930e698853c46d2ed56ece4602fe88fc6e27bf
>---------------------------------------------------------------
commit f6930e698853c46d2ed56ece4602fe88fc6e27bf
Author: Milan Straka <fox at ucw.cz>
Date: Wed Mar 11 10:33:47 2015 +0100
Add header to bench-cmp.sh.
Also remove the less command, it can be easily added manually.
>---------------------------------------------------------------
f6930e698853c46d2ed56ece4602fe88fc6e27bf
benchmarks/bench-cmp.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/bench-cmp.sh b/benchmarks/bench-cmp.sh
index 157b578..32f2b9c 100755
--- a/benchmarks/bench-cmp.sh
+++ b/benchmarks/bench-cmp.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-./bench-cmp.pl "$@" | column -nts\; | less -SR
+(echo 'Benchmark;Runtime change;Original runtime'; ./bench-cmp.pl "$@") | column -nts\;
More information about the ghc-commits
mailing list