feat: update benchmarks

This commit is contained in:
Mykhailo Skrypskyi
2026-02-01 11:35:03 +02:00
parent 782e0715f0
commit 3cb3c2d6ad
29 changed files with 3125 additions and 465 deletions

View File

@@ -1,13 +0,0 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")"
# based on https://medium.com/@felipedutratine/intelligent-benchmark-with-wrk-163986c1587f
cd /tmp/
sudo apt-get install build-essential libssl-dev git -y
git clone --depth=1 https://github.com/wg/wrk.git wrk
cd wrk
sudo make
# move the executable to somewhere in your PATH, ex:
sudo cp wrk /usr/local/bin