summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_perftest
blob: c1e66294c14c46f98ae43fee5a9c0551b3f0e9ed (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# Args: count [perftest options...]
# Run a perftest with count multiplied.
# 
MULTIPLIER=3
COUNT=`expr $1 \* $MULTIPLIER`
shift
exec `dirname $0`/run_test ./perftest --summary --count $COUNT "$@"