https://github.com/jackc/pg_pl_bench
https://github.com/jackc/pg_pl_bench
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackc/pg_pl_bench
- Owner: jackc
- Created: 2020-07-08T23:14:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T23:14:48.000Z (over 5 years ago)
- Last Synced: 2025-03-21T10:27:30.707Z (8 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Pg/Pl Benchmarks
Set PG* environment variables or DATABASE_URL to configure database connection.
Run setup.sql in your test database then run:
```
go test -bench=.
```