# Docker benchmark database (tulip_test/docker/docker-compose.yaml)
DATABASE_URL=postgres://tulip:tulip@192.168.50.10:5433/stocks
BENCHMARK_DATABASE_URL=postgres://tulip:tulip@192.168.50.10:5433/indicator_benchmark

ENABLE_BENCHMARK_LOGGING=true
BENCHMARK_LOG_TO_DB=1

# Timing knobs — increase for more stable measurements
# Number of back-to-back calls inside one timing sample
BENCH_NUMBER=10
# Number of independent timing samples (used for mean/min/max/stddev)
BENCH_REPEAT=30
BENCH_WARMUP=10
