{
  "schemaVersion": "0.1",
  "rigrouteLabsVersion": "0.1.0",
  "run": {
    "id": "20260927T182108Z-d90c9293",
    "startedAt": "2026-09-27T18:21:08.188128+00:00",
    "finishedAt": "2026-09-27T18:21:48.210531+00:00"
  },
  "workload": {
    "type": "llm-inference",
    "manifest": "standard-ai-v0.1",
    "modelClass": "14b-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": 19758534656
    },
    "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>/qwen3-14b-q4_k_m.gguf",
      "filename": "qwen3-14b-q4_k_m.gguf",
      "sizeBytes": 9276184896,
      "sha256": "a8cc1361f3145dc01f6d77c6c82c9116b9ffe3c97b34716fe20418455876c40e",
      "declaredIdentity": {
        "modelType": "qwen3 14B Q4_K - Medium",
        "paramCount": 14768307200,
        "source": "llama-bench JSON output (model_type / model_n_params)"
      },
      "manifestModelClass": "14b-q4"
    },
    "context": 8192,
    "promptTokensPerTest": 512,
    "generationTokensPerTest": 128,
    "repetitions": 5,
    "command": [
      "<local-path-redacted>/llama-bench.EXE",
      "-m",
      "<local-path-redacted>/qwen3-14b-q4_k_m.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": 1177.220507,
      "stddev": 3.142404,
      "samples": [
        1182.39,
        1178.02,
        1175.49,
        1174.88,
        1175.32
      ]
    },
    "generationTokensPerSecond": {
      "unit": "tok/s",
      "mean": 56.381428,
      "stddev": 0.031115,
      "samples": [
        56.3322,
        56.417,
        56.3935,
        56.3863,
        56.3781
      ]
    },
    "durationSeconds": 13.5258846,
    "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>/qwen3-14b-q4_k_m.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>/qwen3-14b-q4_k_m.gguf",
        "model_type": "qwen3 14B Q4_K - Medium",
        "model_size": 9270225920,
        "model_n_params": 14768307200,
        "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:21:23Z",
        "avg_ns": 434925240,
        "stddev_ns": 1158125,
        "avg_ts": 1177.220507,
        "stddev_ts": 3.142404,
        "samples_ns": [
          433019700,
          434627300,
          435564100,
          435788200,
          435626900
        ],
        "samples_ts": [
          1182.39,
          1178.02,
          1175.49,
          1174.88,
          1175.32
        ]
      },
      {
        "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>/qwen3-14b-q4_k_m.gguf",
        "model_type": "qwen3 14B Q4_K - Medium",
        "model_size": 9270225920,
        "model_n_params": 14768307200,
        "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:34Z",
        "avg_ns": 2270251680,
        "stddev_ns": 1253292,
        "avg_ts": 56.381428,
        "stddev_ts": 0.031115,
        "samples_ns": [
          2272236200,
          2268820100,
          2269763900,
          2270053000,
          2270385200
        ],
        "samples_ts": [
          56.3322,
          56.417,
          56.3935,
          56.3863,
          56.3781
        ]
      }
    ]
  }
}
