nowfound

Alternatives

Products that do what GPU Benchmark & Stress Test does

Test your GPU performance instantly in your browser

  1. 1

    GPU stress test for stability, throttling, and FPS drops

    Feb 2026

  2. 2

    Google & ChatGPT ignore slow pages, check if yours is fast!

    2025

  3. 3CW

    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:…

    Jan 2026 · github.com

  4. 4AG

    Thought the resources for GPU arch were lacking, so here we are

    Apr 2026 · jaso1024.com

  5. 5UA

    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…

    Apr 2026 · systalyze.com

  6. 6

    Benchmarking app performance on the modern web

    2024

  7. 7

    Hi 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…

    19d ago · pantheongpu.com

  8. 8

    Analyze your website & make it faster.

    2020

  9. 9SA

    I've frequently found myself using [nvitop](https://github.com/XuehaiPan/nvitop) to diagnose GPU/CPU contention issues. The two best things about it are: - It's easy to install if I can access pip in the container - It makes a compelling screenshot (which helps me communicate with coworkers.) With those two lessons in mind: Here is Sping! Purpose: Help observe and diagnose latency issues at layer 4+ (TCP/HTTP/HTTPS) Two good things about it: - It's easy to install if you have pip. (Available at…

    2025 · dseltzer.gitlab.io

  10. 10

    Gpu benchmark test tool

    Dec 2025

  11. 11

    The first open-source price index for GPU compute

    10d ago · getcomputable.com

  12. 12SA
  13. 13WT

    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.

    2024 · gnikoloff.github.io

  14. 14

    Volume Shader - The Ultimate 3D GPU Benchmark & Stress Test

    Jan 2026

  15. 15

    Clean hardware and cognitive benchmarking tools.

    Jul 2026 · inputbenchmark.com

  16. 161T
  17. 17AO

    Hey HN. We’re Jay and Vadim from Highlight.io (https://highlight.io). We’re building an open source [1] monitoring platform for web applications. Today we’re excited to be sharing a performance tool we’ve been working on, which helps you inspect the latency of code execution from the client to the server. As engineers at past startups, we often had to debug slow queries, poor load times, inconsistent errors, etc... While tools like Jaegar [2] helped us inspect server-side performance, we had no way to tie user events to the traces we were inspecting. In other words, although we had…

    2024 · github.com

  18. 18

    Open-source benchmarks for cloud browser infrastructure

    Apr 2026 · browserarena.ai

  19. 19WP

    This is a small particles simulation that can run either with WebGPU (GPU Compute) or with the CPU, and it can be changed in real time

    2023 · github.com

  20. 20

    Instantly detect CPU & GPU bottlenecks in your PC

    Apr 2026 · devicexa.com

  21. 21AR

    I’ve been experimenting with Rust lately and wanted a project that would help me explore some of its lower-level and performance-oriented features. Inspired by Sebastian Lague’s videos, I decided to implement my own ray tracer from scratch. The initial goal was just to render a simple 3D scene in the browser at a reasonable frame rate. It evolved into a small renderer that can: • Run locally or on the web using wgpu and WebAssembly • Perform mesh rendering with a Bounding Volume Hierarchy (BVH) for acceleration • Simulate both direct and indirect illumination for photorealistic results • Be…

    Nov 2025 · github.com

  22. 22

    Check PC performance with our expert Bottleneck Calculator.

    Apr 2026 · bottleneckcalculator.us.com

  23. 23GP

    Howdy! Keeping with the trend of being influenced by https://diskprices.com, I wanted to make a resource for GPUs on eBay that also take into account a performance metric I tend to look at when checking GPUs. It's still a work in progress, but it's at a state where I think some of HN might find it useful! There are a few things that I have planned to add in the coming day(s): 1. Filters for compatible slots and connectors 2. Expand for different eBay regions, rather than just US focus Let me know if you have any questions or want more / different filters on the page or if I…

    2024 · gpupricecompare.com

  24. 24IV

    This is a GPU "software" raytracer (i.e. using manual ray-scene intersections and not RTX) written using the WebGPU API that renders glTF scenes. It supports many materials, textures, material & normal mapping, and heavily relies on multiple importance sampling to speed up convergence.

    2024 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →