fix(benchmarks): update some bounds, bump python library, change accuracy calculation method

This commit is contained in:
Umut
2022-01-06 09:48:50 +03:00
committed by Arthur Meyre
parent c2651c49ca
commit 3f950da734
8 changed files with 44 additions and 38 deletions

View File

@@ -21,8 +21,9 @@ if ! source "${DEV_VENV_PATH}/bin/activate"; then
source "${DEV_VENV_PATH}/bin/activate"
fi
cd /src/ && make sync_env
cd /src/ && make setup_env
mkdir -p /tmp/keycache
mkdir -p logs
initial_concrete_log=logs/$(date -u --iso-8601=seconds).concrete.log