Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 544 Bytes

File metadata and controls

18 lines (13 loc) · 544 Bytes

Torrust Tracker Persistence Benchmark

Developer tool for benchmarking the Torrust Tracker persistence layer directly against database drivers.

This binary is intended for local development and is excluded from the production container image.

Usage

# Benchmark SQLite
cargo run -p torrust-tracker-persistence-benchmark --bin persistence_benchmark_runner -- \
  --driver sqlite3

# Benchmark MySQL
cargo run -p torrust-tracker-persistence-benchmark --bin persistence_benchmark_runner -- \
  --driver mysql \
  --db-version 8.4