aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/caliper
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/caliper')
-rw-r--r--src/scripts/caliper8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/scripts/caliper b/src/scripts/caliper
new file mode 100644
index 0000000..fb859a9
--- /dev/null
+++ b/src/scripts/caliper
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# rough
+
+export PATH=$PATH:$JAVA_HOME/bin
+base=`dirname $0`
+exec java -cp $base/lib/caliper-@VERSION@.jar:$CLASSPATH com.google.caliper.Runner $*
+