blob: a25caf1cca7564d79cac8f78a95b598e1592b47f [file] [log] [blame]
#!/bin/sh
# rough
export PATH=$PATH:$JAVA_HOME/bin
base=`dirname $0`
export ALLOCATION_JAR=$base/lib/allocation.jar
exec java -cp $base/lib/caliper-@VERSION@.jar:$ALLOCATION_JAR:$CLASSPATH com.google.caliper.Runner $*