A collection of benchmarking scripts and experimental results for evaluating state-of-the-art Speech-to-Text (STT) models. This repository contains the raw tests used to determine production-grade performance across quality, speed, and concurrency.
multiworker_results.txt: Detailed logs of multi-worker throughput tests.production_results.txt: Final verification of the chosen production configurations.Most scripts are designed to be run against a set of reference audio files (e.g., hard_16k.wav, hindi_16k.wav).
Example:
python bench_whisper_cpu_pinned.py
python bench_qwen3_production.py
All benchmarks were performed on NVIDIA L4 GPUs (AWS g6 instances) unless otherwise specified.
1 commits
Python
100.0%
A collection of benchmarking scripts and experimental results for evaluating state-of-the-art Speech-to-Text (STT) models. This repository contains the raw tests used to determine production-grade performance across quality, speed, and concurrency.
multiworker_results.txt: Detailed logs of multi-worker throughput tests.production_results.txt: Final verification of the chosen production configurations.Most scripts are designed to be run against a set of reference audio files (e.g., hard_16k.wav, hindi_16k.wav).
Example:
python bench_whisper_cpu_pinned.py
python bench_qwen3_production.py
All benchmarks were performed on NVIDIA L4 GPUs (AWS g6 instances) unless otherwise specified.
1 commits
Python
100.0%