https://github.com/vic-lsh/lkdbench
https://github.com/vic-lsh/lkdbench
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vic-lsh/lkdbench
- Owner: vic-lsh
- Created: 2024-02-28T04:08:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T19:24:45.000Z (about 1 year ago)
- Last Synced: 2025-01-25T13:07:34.508Z (4 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lkdbench
Scripts and tools for benchmarking the linkerd proxy.
## Getting started
We currently benchmark linkerd proxy based on [emojivoto](https://github.com/BuoyantIO/emojivoto),
a demo microservices application from linkerd. In the future, we may expand the
to other applications, such as [DeathStarBench](https://github.com/delimitrou/DeathStarBench).### Cloning the repo
You should clone recursively:
```
git clone --recurse-submodules [email protected]:vic-lsh/lkdbench.git
```### Running emojivoto
To deploy emojivoto without linkerd:
```
./emojivoto_initial_deploy.sh
```Next, to deploy with our custom linkerd proxy image, run:
```
./redeploy.sh
```