| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a collection of scripts intended to benchmark the efficiency of various implementations of PostgreSQL client drivers.
Install the following:
Run
$ python3 -m venv pgbench-venv
$ source pgbench-venv/bin/activate
(pgbench-venv) $ pip install -r requirements.txt
(pgbench-venv) $ makeThe benchmarks can then be ran with ./pgbench. Use ./pgbench --help for various options, including selective benchmark running.
| Back | FazBrowse Home | New Git URL |