
WebGPUStress
GPU stress test for stability, throttling, and FPS drops
What it does
WebGPUStress is a browser-based GPU stress test tool that helps you check performance stability, thermal throttling, and FPS consistency — no installation required. Run a quick test online, monitor live metrics, and validate your GPU after overclocking, driver updates, or hardware changes.
Does a similar job
all alternatives →
GPU Benchmark & Stress TestApr 2026 · devicexa.com · ▲2Test your GPU performance instantly in your browser
- CWChartGPU – WebGPU-powered charting library (1M points at 60fps)Jan 2026 · github.com · ▲670
Creator here. I built ChartGPU because I kept hitting the same wall: charting libraries that claim to be "fast" but choke past 100K data points. The core insight: Canvas2D is fundamentally CPU-bound. Even WebGL chart libraries still do most computation on the CPU. So I moved everything to the GPU via WebGPU: - LTTB downsampling runs as a compute shader - Hit-testing for tooltips/hover is GPU-accelerated - Rendering uses instanced draws (one draw call per series) The result: 1M points at 60fps with smooth zoom/pan. Live demo:…
- WTWebGPU Tech Demo2024 · gnikoloff.github.io · ▲141
WebGPU tech demo running in modern browsers showcasing various rendering techniques like deferred rendering with 400+ dynamic lights, Hi-Z screen space reflections and cascaded shadow mapping.

PantheonGPU – GPU health testing and AI workload benchmarking19d ago · pantheongpu.com · ▲13Hi HN, I built PantheonGPU because I wanted a better way to answer a simple question: is this GPU actually healthy and performing the way it should? A GPU can show normal temperatures and utilization and still be underperforming, unstable under certain workloads, or have memory, PCIe, or configuration issues. PantheonGPU actively tests the GPU instead of only monitoring telemetry. It currently includes 45+ tests covering compute, tensor workloads, memory, cache, PCIe, thermals, stability, and AI/LLM inference. It supports both NVIDIA CUDA and AMD ROCm. I’m also exploring a larger use…
- UAUtilyze – an open source GPU monitoring tool more accurate than nvtopApr 2026 · systalyze.com · ▲128
The standard GPU utilization metric reported by nvidia-smi, nvtop, Weights & Biases, Amazon CloudWatch, Google Cloud Monitoring, and Azure Monitor is highly misleading. It reports the fraction of time that any kernel is running on the GPU, which means a GPU can report 100% utilization even if only a small portion of its compute capacity is actually being used. In practice, we've seen workloads with ~1–10% real compute throughput while dashboards show 100%. This becomes a problem when teams rely on that metric for capacity planning or optimization decisions, it can make underutilized systems…
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com
