gitwtfhub

wtf is 3080bench?

jdkruzr/3080bench — explained in plain English

Analysis updated 2026-07-25

0HTMLAudience · researcherComplexity · 4/5Setup · hard

TL;DR

A benchmarking project measuring how fast the Qwen3.6-27B AI model runs across four modified RTX 3080 GPUs. It tests different power limits, model formats, and splitting methods, then displays results in a self-contained dashboard.

Mindmap

mindmap
  root((repo))
    What it does
      Benchmarks AI model speed
      Tests power limits
      Compares model formats
    Dashboard
      Shows results visually
      Self-contained HTML
    Test configs
      Two power limits
      Two compression formats
      Four GPU splitting modes
    Infrastructure
      Power limit scripts
      Telemetry collection
      Resumable test runner
    Audience
      AI hardware tinkerers
      GPU optimization enthusiasts

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Measure token generation speed for Qwen3.6-27B across multiple GPUs

REASON 2

Compare how power limits affect AI model performance on RTX 3080 cards

REASON 3

Test speculative decoding to see if it speeds up text generation

REASON 4

Monitor GPU temperature and memory usage during long inference runs

What's in the stack?

HTMLPythonCUDAvLLMBash

How it stacks up

jdkruzr/3080bench100/rutgers-pbl-dining-2015a15n/a15n_old
Stars0
LanguageHTMLHTMLHTML
Last pushed2015-12-012016-06-18
MaintenanceDormantDormant
Setup difficultyhardeasyeasy
Complexity4/51/51/5
Audienceresearchergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · hard Time to first run · 1day+

Requires four modified RTX 3080 GPUs, CUDA toolkit with development headers, and access to a model mirror site due to restricted connectivity.

Wtf does this do

This repository contains a benchmarking study that measures how fast a specific AI language model, Qwen3.6-27B, runs across four modified RTX 3080 graphics cards with 20GB of memory each. The cards are installed in a machine located in China. The project tests two main operations: how quickly the system processes an initial prompt, and how quickly it generates new text tokens as the conversation gets longer. It pairs these tests with a self-contained dashboard to display the results. The benchmark runs a matrix of configurations. It tests two different power limits on the cards, 220 watts and 320 watts, alongside two different model compression formats. The system splits the work across the four cards in two ways: by tensor or by layer. The tests use both synthetic data generated by a built-in tool and realistic coding prompts to simulate actual usage. The study also examines speculative decoding methods, which attempt to guess upcoming words to speed up generation. A set of scripts orchestrates the entire process. One script sets the power limit on the cards, another launches the server, and a third collects telemetry data like temperature and memory usage at half-second intervals. A main orchestration script runs all the tests in sequence and can resume if interrupted, skipping configurations it has already completed. After the tests finish, a separate analysis script processes the results into summary spreadsheets and charts. The README includes detailed notes about the specific challenges of running this setup on the chosen machine. The machine lacks direct access to standard model hosting sites, so the project pulls models from a mirror site instead. Long running jobs require specific command line flags to survive disconnections, and the CUDA toolkit needed additional development headers installed manually to build the software correctly.

Yoink these prompts

Prompt 1
Help me set up a multi-GPU benchmark for Qwen3.6-27B across four RTX 3080 cards, including power limit switching and telemetry collection
Prompt 2
Write a resumable orchestration script that runs benchmark tests in sequence and skips configurations already completed
Prompt 3
Create a self-contained HTML dashboard that displays benchmark results comparing token generation speed at different power limits
Prompt 4
Generate benchmark test prompts combining synthetic data and realistic coding questions for evaluating an AI model on multiple GPUs

Frequently asked questions

wtf is 3080bench?

A benchmarking project measuring how fast the Qwen3.6-27B AI model runs across four modified RTX 3080 GPUs. It tests different power limits, model formats, and splitting methods, then displays results in a self-contained dashboard.

What language is 3080bench written in?

Mainly HTML. The stack also includes HTML, Python, CUDA.

How hard is 3080bench to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is 3080bench for?

Mainly researcher.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.