{
  "metadata": {
    "python_version": "3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0]",
    "platform": "Linux-6.8.0-110-generic-x86_64-with-glibc2.39",
    "numba_available": true,
    "pandas_available": true,
    "polars_available": true,
    "timestamp": "2026-04-23 15:15:40",
    "suite_wall_clock_ms": 159.41508300602436
  },
  "summary": {
    "wins": {
      "Numba": 0,
      "Pyvorin": 1,
      "Pandas": 0,
      "Polars": 0
    },
    "passes": {
      "Numba": 1,
      "Pyvorin": 1,
      "Pandas": 0,
      "Polars": 0
    }
  },
  "benchmarks": [
    {
      "name": "factorial_20",
      "category": "Reduction",
      "winner": "Pyvorin",
      "wall_clock_ms": 159.32601201348007,
      "results": [
        {
          "name": "Pyvorin",
          "time_ms": 0.0010320218279957771,
          "result": 2432902008176640000,
          "correct": true,
          "error": null,
          "skipped": false,
          "deopt_count": 0,
          "fallback_count": 0,
          "unsupported_features": [],
          "compile_time_ms": 126.2397269019857,
          "run_time_ms": 0.0010320218279957771,
          "total_time_ms": 126.2407589238137,
          "first_run_ms": 0.005358015187084675,
          "status": "compiled_full",
          "peak_rss_mb": 0.0,
          "tier": "compiled_full"
        },
        {
          "name": "Numba",
          "time_ms": 0.0012820819392800331,
          "result": 2432902008176640000,
          "correct": true,
          "error": null,
          "skipped": false,
          "deopt_count": 0,
          "fallback_count": 0,
          "unsupported_features": [],
          "compile_time_ms": 30.842917039990425,
          "run_time_ms": 0.0012820819392800331,
          "total_time_ms": 30.844199121929705,
          "first_run_ms": 30.842917039990425,
          "status": "compiled_fully",
          "peak_rss_mb": 0.0,
          "tier": ""
        }
      ]
    }
  ]
}