hc99's picture
Add files using upload-large-folder tool
fc0f7bd verified
raw
history blame
310 Bytes
all: build-benchmark-images
build-benchmark-images:
sudo docker build -t falconry/falcon-bench:py27-pip -f bench_py27_pip.Dockerfile ./
sudo docker build -t falconry/falcon-bench:py35-pip -f bench_py35_pip.Dockerfile ./
sudo docker build -t falconry/falcon-bench:pypy2-pip -f bench_pypy2_pip.Dockerfile ./