Skip to content

Commit 96730b0

Browse files
committed
whoops, named this wrong
1 parent cde3323 commit 96730b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -x
1313
mkdir -p results
1414

1515
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
16+
for bench in flaskblogging djangocms mypy_bench pylint_bench pycparser_bench pytorch_alexnet_inference gunicorn aiohttp thrift_bench gevent_bench_hub kinto_bench; do
1717
rm -rf $ENV
1818
$BINARY -m venv $ENV
1919
$ENV/bin/pip install -r $(dirname $0)/benchmarks/${bench}_requirements.txt

0 commit comments

Comments
 (0)