it profiles

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2025-08-25 23:04:54 +00:00
parent 8924f2ef22
commit d07bf56cd7
7 changed files with 112 additions and 33 deletions

View file

@ -1,6 +1,11 @@
FROM archlinux:latest
RUN pacman -Sy curl --noconfirm
RUN pacman -Sy git base-devel curl luajit unzip --noconfirm
RUN git clone https://github.com/wg/wrk
WORKDIR /wrk
RUN make
WORKDIR /
COPY run.sh /
CMD ["/run.sh"]