File: bench_py3_cython.Dockerfile

package info (click to toggle)
python-falcon 3.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,204 kB
  • sloc: python: 28,455; makefile: 184; sh: 139; javascript: 66
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM python:3.8
MAINTAINER Falcon Framework Maintainers

RUN pip install cython

# We don't currently benchmark JSON deserialization, but in the future we might
# RUN pip install orjson

RUN pip install -v --no-cache-dir --no-binary :all: falcon
RUN pip install --no-cache-dir bottle "django" flask
COPY ./benchmark.sh /benchmark.sh

CMD /benchmark.sh