chore: disable attaching tty to docker during benchmarks

This commit is contained in:
Umut
2021-09-15 12:41:20 +03:00
parent c253219277
commit ae3c179294
2 changed files with 10 additions and 4 deletions

View File

@@ -3,6 +3,14 @@
# Run benchmarks while logging the intermediate results
# Publish findings in the progress tracker
source /src/.docker_venv/bin/activate
if [[ "$?" != "0" ]]; then
python3 -m venv /src/.docker_venv
source /src/.docker_venv/bin/activate
cd /src/ && make setup_env
fi
export LD_PRELOAD=/compiler/build/lib/Runtime/libZamalangRuntime.so
initial_log=logs/$(date -u --iso-8601=seconds).log
mkdir -p logs