https://github.com/MagicStack/pgbench
PostgreSQL Client Driver Performance Benchmarking Toolbench
https://github.com/MagicStack/pgbench
Last synced: 5 months ago
JSON representation
PostgreSQL Client Driver Performance Benchmarking Toolbench
- Host: GitHub
- URL: https://github.com/MagicStack/pgbench
- Owner: MagicStack
- License: mit
- Created: 2016-07-19T04:51:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T11:32:51.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T09:06:16.716Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 123
- Watchers: 10
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
PostgreSQL Client Driver Performance Benchmarking Toolbench
===========================================================
This is a collection of scripts intended to benchmark the efficiency of
various implementations of PostgreSQL client drivers.
Installation and Use
--------------------
Install the following:
- git
- NodeJS
- Go 1.6
- Python 3
Run
.. code-block:: sh
$ python3 -m venv pgbench-venv
$ source pgbench-venv/bin/activate
(pgbench-venv) $ pip install -r requirements.txt
(pgbench-venv) $ make
The benchmarks can then be ran with ``./pgbench``. Use
``./pgbench --help`` for various options, including selective benchmark
running.