JavaScript promise rejection: Loading CSS chunk index-domready failed. (error: https://sirherobrine23.com.br/assets/css/index-domready.9de057c0.css). Open browser console to see more details.
0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-10 17:39:28 +00:00
Files
libsql/libsql-server/perf/ab/perf-test.sh

8 lines
148 B
Bash
Raw Normal View History

#!/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