0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-08-14 11:52:56 +00:00
Files
libsql/libsql-server/perf/pgbench/README.md

14 lines
195 B
Markdown
Raw Permalink Normal View History

# Performance Testing
Setup database:
```
psql -h 127.0.0.1 -p 5432 < pg_bench_schema.sql
````
Run `pgbench`:
```console
pgbench -h 127.0.0.1 -p 5432 -f pg_bench_script.sql -c 10 -t 1000
```