it profiles
Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
parent
8924f2ef22
commit
d07bf56cd7
7 changed files with 112 additions and 33 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue