mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
docs: Add contributing guide and docs about performance tests (#235)
This commit is contained in:
parent
3404eede1e
commit
c8fb4081f7
6 changed files with 222 additions and 25 deletions
11
tests/Dockerfile
Normal file
11
tests/Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM pre-commit
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y \
|
||||
datamash \
|
||||
time && \
|
||||
# Cleanup
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /pct
|
||||
ENTRYPOINT [ "/pct/tests/hooks_performance_test.sh" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue