Skip to content

Commit 821cd65

Browse files
committed
Reduce the runtime of the post-PGO benchmark run since it's really only informative and takes a bit too long for just that.
1 parent c861c2a commit 821cd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ wheel_%: dist/$(PACKAGENAME)-$(VERSION).tar.gz
5959
CFLAGS="$$CFLAGS -fprofile-generate -fprofile-dir=$$PROFDIR" $$PYBIN/python setup.py build_ext -i; \
6060
$$PYBIN/python lockbench.py flock quick; \
6161
CFLAGS="$$CFLAGS -fprofile-use -fprofile-correction -fprofile-dir=$$PROFDIR" $$PYBIN/python setup.py build_ext -i -f; \
62-
$$PYBIN/python lockbench.py rlock flock; \
62+
$$PYBIN/python lockbench.py rlock flock quick; \
6363
CFLAGS="$$CFLAGS -fprofile-use -fprofile-correction -fprofile-dir=$$PROFDIR" $$PYBIN/python setup.py bdist_wheel; \
6464
done; \
6565
for whl in dist/$(PACKAGENAME)-$(VERSION)-*-linux_*.whl; do auditwheel repair $$whl -w /io/$$WHEELHOUSE; done; \

0 commit comments

Comments
 (0)