Skip to content

Commit 1cfe367

Browse files
Remove go packages
1 parent e8d0028 commit 1cfe367

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

Dockerfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ RUN npm install -g \
7373
yo
7474

7575
# Install python packages
76-
# RUN sudo ~/.pyenv/shims/python -m pip install \
77-
# ansible \
78-
# bzt
76+
RUN sudo ~/.pyenv/shims/python -m pip install \
77+
ansible \
78+
bzt
7979

8080
# Install global composer packages
8181
RUN composer global require \
@@ -93,11 +93,8 @@ RUN sudo wget https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar && \
9393
sudo chmod +x phpcbf.phar && \
9494
sudo mv phpcbf.phar /usr/local/bin/phpcbf
9595

96-
# Install brew packages
96+
# Install brew packages like ddev
9797
RUN brew update && brew install \
98-
k6 \
99-
vegeta \
100-
plow \
10198
drud/ddev/ddev
10299

103100
RUN mkcert -install

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,13 @@ Composer packages:
4444

4545
Nodejs packages:
4646

47-
- [artilleryio/artillery](https://github.com/artilleryio/artillery)
48-
- [flood-io/element (cli)](https://github.com/flood-io/element)
47+
- [artilleryio/artillery (load testing)](https://github.com/artilleryio/artillery)
48+
- [flood-io/element (load testing)](https://github.com/flood-io/element)
4949
- [grunt-cli](https://gruntjs.com)
5050
- [gulp-cli](https://gulpjs.com)
5151
- [typicode/husky](https://github.com/typicode/husky)
5252
- [yeoman](https://yeoman.io)
5353

54-
Go packages:
55-
56-
- [grafana/k6 (load testing)](https://github.com/grafana/k6)
57-
- [six-ddc/plow (load testing)](https://github.com/six-ddc/plow)
58-
- [Blazemeter/taurus (load testing)](https://github.com/Blazemeter/taurus)
59-
- [tsenart/vegeta (load testing)](https://github.com/tsenart/vegeta)
60-
6154
Other tools:
6255

6356
- [ansible](https://docs.ansible.com)

0 commit comments

Comments
 (0)