ajout script benchmark général

This commit is contained in:
2023-01-14 18:15:38 +01:00
parent c8b9c214ff
commit 936d252fff
3 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache sysbench
WORKDIR /app
COPY benchmark_script.sh /app/benchmark_script.sh
CMD ["sh","benchmark_script.sh"]