We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde3323 commit 96730b0Copy full SHA for 96730b0
run_all.sh
@@ -13,7 +13,7 @@ set -x
13
mkdir -p results
14
15
ENV=/tmp/macrobenchmark_env
16
-for bench in flaskblogging djangocms mypy_bench pylint_bench pycparser_bench pytorch_alexnet_inference gunicorn aiohttp thrift_bench gevent_bench_hub kinto; do
+for bench in flaskblogging djangocms mypy_bench pylint_bench pycparser_bench pytorch_alexnet_inference gunicorn aiohttp thrift_bench gevent_bench_hub kinto_bench; do
17
rm -rf $ENV
18
$BINARY -m venv $ENV
19
$ENV/bin/pip install -r $(dirname $0)/benchmarks/${bench}_requirements.txt
0 commit comments