Skip to content

Commit 3d1c6f1

Browse files
committed
Add Leap 15.3 (Py 3.6) and Tumbleweed
1 parent ec81529 commit 3d1c6f1

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

Containerfile-36-Leap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM registry.opensuse.org/opensuse/leap:15.3
2+
3+
RUN zypper --non-interactive install python3 python3-devel python3-pip
4+
RUN python3 -m pip install pyperformance
5+
6+
WORKDIR /pyperformance
7+
RUN pyperformance venv create --venv venv
8+
9+
10+
VOLUME /benchmarks
11+
ENTRYPOINT pyperformance run --venv venv --python=venv/bin/python -o /benchmarks/leap-$(venv/bin/python --version | awk '{print $2}').json

Containerfile-38-TW

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM registry.opensuse.org/opensuse/tumbleweed:20220302
2+
3+
RUN zypper --non-interactive install python3 python3-devel python3-pip
4+
RUN python3 -m pip install pyperformance
5+
6+
WORKDIR /pyperformance
7+
RUN pyperformance venv create --venv venv
8+
9+
10+
VOLUME /benchmarks
11+
ENTRYPOINT pyperformance run --venv venv --python=venv/bin/python -o /benchmarks/tw-$(venv/bin/python --version | awk '{print $2}').json

leap-3.6.15.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

tw-3.8.12.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)