Newer
Older

Pierre-Yves David
committed
#!/bin/bash
#
# Script used on the main performance benchmark machine to run tests.
set -eox pipefail
ROOT=`dirname $0`
source "${ROOT}"/../virtualenv/bin/activate
rm -rf "${ROOT}"/env/
target="${1-1.9:: and tagged()}"
"${ROOT}"/launch.sh "$target" -s 10
netlify deploy