~pythonxy/pythonxy-upstream/python-pandas

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

CURDIR=$(pwd)
BASEDIR=$(readlink -f $(dirname $0  ))

echo "This script compares the performance of two commits."
echo "Make sure the python 'vbench' library is installed.\n"
echo "Setting the BUILD_CACHE_DIR env var to a temp directory will"
echo "potentially speed up subsequent runs.\n"


#cd "$BASEDIR/vb_suite/"
python "$BASEDIR"/vb_suite/test_perf.py $@

#cd "$CURDIR"