#!/usr/bin/env bash
# Check if benches directory exists
if [; then
fi
|| {
}
# Run all benchmarks using cargo bench
# This will automatically discover and run all benchmarks in the benches/ directory
# cargo bench always runs in release mode by default
|| {
}