0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-01-05 18:37:56 +00:00
libsql/libsql-server/perf/ab/perf-test.sh
2023-01-21 10:12:49 +02:00

8 lines
148 B
Bash
Executable File

#!/bin/bash
URL=$1
curl -X POST -H "Content-Type: application/json" -d @setup.json $URL
ab -c 10 -n 10000 -p query.json -T application/json $URL