https://github.com/replicase/pgcapture-benchmark
https://github.com/replicase/pgcapture-benchmark
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/replicase/pgcapture-benchmark
- Owner: replicase
- Created: 2023-09-17T12:58:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T10:56:49.000Z (over 2 years ago)
- Last Synced: 2025-06-14T14:03:39.090Z (12 months ago)
- Language: Go
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pgcapture-benchmark
Compare the performance of pgcapture default and pipeline mode and postgres native performance.
See the result in [benchstat.out](result/benchstat.out).
## Run the benchmark
```bash
./bench.sh
```