{
  "id": "experiments/bench/gemma3-bench-q4k",
  "name": "gemma3-bench-q4k",
  "description": "Benchmark run for Gemma 3 1B Q4K — calibration-mode throughput measurement.",
  "intent": "calibrate",
  "compatibleIntents": ["calibrate"],
  "stability": "experimental",
  "owner": "doppler-core",
  "createdAtUtc": "2026-02-25T00:00:00Z",
  "extends": "profiles/throughput",
  "model": "gemma-3-1b-it-q4k-ehf16-af32",
  "runtime": {
    "shared": {
      "benchmark": {
        "run": {
          "promptName": "xs",
          "maxNewTokens": 256,
          "warmupRuns": 1,
          "timedRuns": 1,
          "sampling": {
            "temperature": 0,
            "topK": 1,
            "topP": 1
          },
          "profile": false,
          "captureMemoryTimeSeries": false
        }
      }
    },
    "inference": {
      "batching": {
        "batchSize": 1,
        "maxTokens": 256,
        "stopCheckMode": "per-token",
        "readbackInterval": 8,
        "readbackMode": "sequential",
        "ringTokens": 1,
        "ringStop": 1,
        "ringStaging": 1
      },
      "sampling": {
        "temperature": 0
      },
      "session": {
        "decodeLoop": {
          "batchSize": 1,
          "stopCheckMode": "per-token",
          "readbackInterval": 8,
          "readbackMode": "sequential",
          "ringTokens": 1,
          "ringStop": 1,
          "ringStaging": 1
        }
      }
    }
  }
}
