{
  "schemaVersion": "0.1",
  "rigrouteLabsVersion": "0.1.0",
  "run": {
    "id": "20260927T182043Z-d8f20dab",
    "startedAt": "2026-09-27T18:20:43.708094+00:00",
    "finishedAt": "2026-09-27T18:21:08.182529+00:00"
  },
  "workload": {
    "type": "llm-inference",
    "manifest": "standard-ai-v0.1",
    "modelClass": "8b-q4"
  },
  "hardware": {
    "host": {
      "os": "Microsoft Windows 11 Pro",
      "osVersion": "10.0.26200",
      "kernel": "Windows 11",
      "arch": "AMD64",
      "machineId": "331b814babfdc920"
    },
    "cpu": {
      "manufacturer": "AMD",
      "model": "AMD Ryzen 7 9800X3D 8-Core Processor",
      "physicalCores": 8,
      "logicalCores": 16
    },
    "memory": {
      "installedBytes": 33407348736,
      "availableAtStartBytes": 19665264640
    },
    "accelerators": [
      {
        "manufacturer": "AMD",
        "model": "AMD Radeon(TM) Graphics",
        "deviceId": "UNKNOWN",
        "memoryArchitecture": "unknown",
        "dedicatedVramBytes": "UNKNOWN",
        "unifiedMemoryBytes": null,
        "driver": "32.0.21043.19003",
        "backend": "UNKNOWN"
      },
      {
        "manufacturer": "AMD",
        "model": "AMD Radeon RX 9070",
        "deviceId": "UNKNOWN",
        "memoryArchitecture": "unknown",
        "dedicatedVramBytes": "UNKNOWN",
        "unifiedMemoryBytes": null,
        "driver": "32.0.31021.5001",
        "backend": "UNKNOWN"
      }
    ]
  },
  "environment": {
    "drivers": {},
    "runtime": {
      "llamaCppVersion": "0.5.0-dev",
      "llamaBenchBuildNumber": "11146",
      "llamaCppCommit": "7fe450e19",
      "backendsCompiled": "CPU,RPC,Vulkan"
    }
  },
  "benchmark": {
    "engine": "llama-bench",
    "engineVersion": "0.5.0-dev (build 11146, commit 7fe450e19)",
    "model": {
      "path": "<local-path-redacted>/llama-3-8b-q4_0.gguf",
      "filename": "llama-3-8b-q4_0.gguf",
      "sizeBytes": 4661211424,
      "sha256": "6a0746a1ec1aef3e7ec53868f220ff6e389f6f8ef87a01d77c96807de94ca2aa",
      "declaredIdentity": {
        "modelType": "llama 8B Q4_0",
        "paramCount": 8030261248,
        "source": "llama-bench JSON output (model_type / model_n_params)"
      },
      "manifestModelClass": "8b-q4"
    },
    "context": 8192,
    "promptTokensPerTest": 512,
    "generationTokensPerTest": 128,
    "repetitions": 5,
    "command": [
      "<local-path-redacted>/llama-bench.EXE",
      "-m",
      "<local-path-redacted>/llama-3-8b-q4_0.gguf",
      "-d",
      "8192",
      "-p",
      "512",
      "-n",
      "128",
      "-r",
      "5",
      "-o",
      "json",
      "-v",
      "-dev",
      "Vulkan1"
    ],
    "deviceUsed": "AMD Radeon RX 9070 (targeted via -dev Vulkan1; Vulkan)",
    "backendUsed": "Vulkan"
  },
  "measurements": {
    "promptTokensPerSecond": {
      "unit": "tok/s",
      "mean": 2511.812756,
      "stddev": 18.419936,
      "samples": [
        2544.33,
        2503.07,
        2507.26,
        2499.24,
        2505.16
      ]
    },
    "generationTokensPerSecond": {
      "unit": "tok/s",
      "mean": 102.310697,
      "stddev": 0.112072,
      "samples": [
        102.113,
        102.39,
        102.358,
        102.336,
        102.356
      ]
    },
    "durationSeconds": 7.2746891,
    "memory": {
      "acceleratorBytes": "UNAVAILABLE",
      "systemBytes": "UNAVAILABLE"
    },
    "power": "UNAVAILABLE",
    "temperature": "UNAVAILABLE"
  },
  "status": "PASS",
  "failure": null,
  "rawEvidence": {
    "command": [
      "<local-path-redacted>/llama-bench.EXE",
      "-m",
      "<local-path-redacted>/llama-3-8b-q4_0.gguf",
      "-d",
      "8192",
      "-p",
      "512",
      "-n",
      "128",
      "-r",
      "5",
      "-o",
      "json",
      "-v",
      "-dev",
      "Vulkan1"
    ],
    "exitCode": 0,
    "stdoutPath": "stdout.log",
    "stderrPath": "stderr.log",
    "llamaBenchJson": [
      {
        "build_commit": "7fe450e19",
        "build_number": 11146,
        "cpu_info": "AMD Ryzen 7 9800X3D 8-Core Processor           ",
        "gpu_info": "AMD Radeon(TM) Graphics, AMD Radeon RX 9070",
        "backends": "Vulkan",
        "model_filename": "<local-path-redacted>/llama-3-8b-q4_0.gguf",
        "model_type": "llama 8B Q4_0",
        "model_size": 4653375488,
        "model_n_params": 8030261248,
        "n_batch": 2048,
        "n_ubatch": 512,
        "n_threads": 8,
        "cpu_mask": "0x0",
        "cpu_strict": false,
        "poll": 50,
        "type_k": "f16",
        "type_v": "f16",
        "n_gpu_layers": -1,
        "n_cpu_moe": 0,
        "split_mode": "layer",
        "main_gpu": 0,
        "no_kv_offload": false,
        "flash_attn": -1,
        "devices": "Vulkan1",
        "tensor_split": "0.00",
        "tensor_buft_overrides": "none",
        "load_mode": "auto",
        "lazy_mode": "auto",
        "embeddings": false,
        "no_op_offload": 0,
        "no_host": false,
        "fit_target": 0,
        "fit_min_ctx": 0,
        "n_prompt": 512,
        "n_gen": 0,
        "n_depth": 8192,
        "test_time": "2026-09-27T18:20:54Z",
        "avg_ns": 203845540,
        "stddev_ns": 1481257,
        "avg_ts": 2511.812756,
        "stddev_ts": 18.419936,
        "samples_ns": [
          201231400,
          204549200,
          204206800,
          204862100,
          204378200
        ],
        "samples_ts": [
          2544.33,
          2503.07,
          2507.26,
          2499.24,
          2505.16
        ]
      },
      {
        "build_commit": "7fe450e19",
        "build_number": 11146,
        "cpu_info": "AMD Ryzen 7 9800X3D 8-Core Processor           ",
        "gpu_info": "AMD Radeon(TM) Graphics, AMD Radeon RX 9070",
        "backends": "Vulkan",
        "model_filename": "<local-path-redacted>/llama-3-8b-q4_0.gguf",
        "model_type": "llama 8B Q4_0",
        "model_size": 4653375488,
        "model_n_params": 8030261248,
        "n_batch": 2048,
        "n_ubatch": 512,
        "n_threads": 8,
        "cpu_mask": "0x0",
        "cpu_strict": false,
        "poll": 50,
        "type_k": "f16",
        "type_v": "f16",
        "n_gpu_layers": -1,
        "n_cpu_moe": 0,
        "split_mode": "layer",
        "main_gpu": 0,
        "no_kv_offload": false,
        "flash_attn": -1,
        "devices": "Vulkan1",
        "tensor_split": "0.00",
        "tensor_buft_overrides": "none",
        "load_mode": "auto",
        "lazy_mode": "auto",
        "embeddings": false,
        "no_op_offload": 0,
        "no_host": false,
        "fit_target": 0,
        "fit_min_ctx": 0,
        "n_prompt": 0,
        "n_gen": 128,
        "n_depth": 8192,
        "test_time": "2026-09-27T18:21:00Z",
        "avg_ns": 1251092280,
        "stddev_ns": 1372323,
        "avg_ts": 102.310697,
        "stddev_ts": 0.112072,
        "samples_ns": [
          1253511000,
          1250124700,
          1250510500,
          1250780700,
          1250534500
        ],
        "samples_ts": [
          102.113,
          102.39,
          102.358,
          102.336,
          102.356
        ]
      }
    ]
  }
}
