Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oowl/kong-benchmark
https://github.com/oowl/kong-benchmark
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oowl/kong-benchmark
- Owner: oowl
- Created: 2023-04-03T15:45:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T07:54:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T21:24:08.296Z (2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kong-benchmark
# install dependencies
```
sudo apt update
sudo apt-get -y install --no-install-recommends wget gnupg ca-certificates
wget -O - https://openresty.org/package/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/openresty.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openresty.gpg] http://openresty.org/package/arm64/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list > /dev/nullsudo apt update
sudo apt-get -y install openresty git docker.io wrk
```