https://github.com/magicstack/pgbench
PostgreSQL Client Driver Performance Benchmarking Toolbench
https://github.com/magicstack/pgbench
Last synced: 8 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T11:32:51.000Z (about 1 year ago)
- Last Synced: 2025-03-28T13:21:29.718Z (25 days ago)
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 125
- Watchers: 9
- 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 3Run
.. code-block:: sh
$ 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.