Free tool: 30-second GPU benchmark for RunPod pods #743
dentity007
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone — I built a quick benchmark script during the competition and figured it might save some of you time and money.
The problem: Not all H100s perform the same. Cloud GPUs vary in clock speeds, memory bandwidth, and thermals depending on the specific machine you land on. I burned ~$40 on a pod that was running 30% slower than expected before I figured this out.
The solution: A 30-second shell script that benchmarks your pod before you start training:
Quick reference — what "good" looks like on H100 SXM:
Usage:
curl -s https://raw.githubusercontent.com/NathanMaine/runpod-gpu-benchmark/main/pod-test.sh | bashNo dependencies beyond PyTorch (already on every RunPod template).
Repo: https://github.com/NathanMaine/runpod-gpu-benchmark
Hope it helps someone avoid the slow-pod tax. Good luck out there!
Beta Was this translation helpful? Give feedback.
All reactions