Skip to content

Tracer-Cloud/db-perf

Repository files navigation

Perf Benchmarking Script

This project benchmarks insert and query performance across multiple schemas.

Requirements

  • Poetry
  • Rust
  • sqlx-cli installed:
cargo install sqlx-cli --no-default-features --features postgres

Make sure DATABASE_URL is set in your environment or in run.py for sqlx commands to work

Setup

  1. Install dependencies with Poetry:
poetry install
  1. Run the benchmark script:
poetry run perf

Notes

  • The script assumes configured DbClient instances for benchmarking.
  • You can extend or configure the targets inside the script.

About

A simple DB Benchmarking Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages