{
    "machine_info": {
        "node": "sandpit",
        "processor": "",
        "machine": "x86_64",
        "python_compiler": "GCC 14.2.0",
        "python_implementation": "CPython",
        "python_implementation_version": "3.13.5",
        "python_version": "3.13.5",
        "python_build": [
            "main",
            "Jun 25 2025 18:55:22"
        ],
        "release": "6.17.2-2-pve",
        "system": "Linux",
        "cpu": {
            "python_version": "3.13.5.final.0 (64 bit)",
            "cpuinfo_version": [
                9,
                0,
                0
            ],
            "cpuinfo_version_string": "9.0.0",
            "arch": "X86_64",
            "bits": 64,
            "count": 8,
            "arch_string_raw": "x86_64",
            "vendor_id_raw": "AuthenticAMD",
            "brand_raw": "AMD Ryzen 7 2700X Eight-Core Processor",
            "hz_advertised_friendly": "3.8430 GHz",
            "hz_actual_friendly": "3.8430 GHz",
            "hz_advertised": [
                3842971000,
                0
            ],
            "hz_actual": [
                3842971000,
                0
            ],
            "stepping": 2,
            "model": 8,
            "family": 23,
            "flags": [
                "3dnowprefetch",
                "abm",
                "adx",
                "aes",
                "aperfmperf",
                "apic",
                "arat",
                "avic",
                "avx",
                "avx2",
                "bmi1",
                "bmi2",
                "bpext",
                "clflush",
                "clflushopt",
                "clzero",
                "cmov",
                "cmp_legacy",
                "constant_tsc",
                "cpb",
                "cpuid",
                "cr8_legacy",
                "cx16",
                "cx8",
                "dbx",
                "de",
                "decodeassists",
                "extapic",
                "extd_apicid",
                "f16c",
                "flushbyasid",
                "fma",
                "fpu",
                "fsgsbase",
                "fxsr",
                "fxsr_opt",
                "ht",
                "hw_pstate",
                "ibpb",
                "lahf_lm",
                "lbrv",
                "lm",
                "mca",
                "mce",
                "misalignsse",
                "mmx",
                "mmxext",
                "monitor",
                "movbe",
                "msr",
                "mtrr",
                "mwaitx",
                "nonstop_tsc",
                "nopl",
                "npt",
                "nrip_save",
                "nx",
                "osvw",
                "osxsave",
                "overflow_recov",
                "pae",
                "pat",
                "pausefilter",
                "pci_l2i",
                "pclmulqdq",
                "pdpe1gb",
                "perfctr_core",
                "perfctr_llc",
                "perfctr_nb",
                "pfthreshold",
                "pge",
                "pni",
                "popcnt",
                "pse",
                "pse36",
                "rapl",
                "rdrand",
                "rdrnd",
                "rdseed",
                "rdtscp",
                "rep_good",
                "sep",
                "sev",
                "sev_es",
                "sha",
                "sha_ni",
                "skinit",
                "smap",
                "smca",
                "smep",
                "ssbd",
                "sse",
                "sse2",
                "sse4_1",
                "sse4_2",
                "sse4a",
                "ssse3",
                "succor",
                "svm",
                "svm_lock",
                "syscall",
                "tce",
                "topoext",
                "tsc",
                "tsc_scale",
                "v_vmsave_vmload",
                "vgif",
                "vmcb_clean",
                "vme",
                "vmmcall",
                "wdt",
                "xgetbv1",
                "xsave",
                "xsavec",
                "xsaveerptr",
                "xsaveopt"
            ],
            "l3_cache_size": 524288,
            "l2_cache_size": 4194304,
            "l1_data_cache_size": 262144,
            "l1_instruction_cache_size": 524288,
            "l2_cache_line_size": 512,
            "l2_cache_associativity": 6
        }
    },
    "commit_info": {
        "id": "ba309ebfa648cf8688ed2411855ffc247f261efa",
        "time": "2026-02-07T11:55:47+13:00",
        "author_time": "2026-02-07T11:55:47+13:00",
        "dirty": true,
        "project": "tipsharks-elo-api",
        "branch": "main"
    },
    "benchmarks": [
        {
            "group": null,
            "name": "test_recompute_performance",
            "fullname": "tests/test_performance_recompute.py::test_recompute_performance",
            "params": null,
            "param": null,
            "extra_info": {},
            "options": {
                "disable_gc": false,
                "timer": "perf_counter",
                "min_rounds": 5,
                "max_time": 1.0,
                "min_time": 5e-06,
                "warmup": false
            },
            "stats": {
                "min": 1.223630852997303,
                "max": 1.2540686298161745,
                "mean": 1.239951706957072,
                "stddev": 0.011717074910509101,
                "rounds": 5,
                "median": 1.2440813870634884,
                "iqr": 0.016133950965013355,
                "q1": 1.2308870842098258,
                "q3": 1.2470210351748392,
                "iqr_outliers": 0,
                "stddev_outliers": 2,
                "outliers": "2;0",
                "ld15iqr": 1.223630852997303,
                "hd15iqr": 1.2540686298161745,
                "ops": 0.8064830221929125,
                "total": 6.19975853478536,
                "data": [
                    1.2440813870634884,
                    1.2446718369610608,
                    1.223630852997303,
                    1.2540686298161745,
                    1.2333058279473335
                ],
                "iterations": 1
            }
        },
        {
            "group": null,
            "name": "test_prediction_performance",
            "fullname": "tests/test_performance_predictions.py::test_prediction_performance",
            "params": null,
            "param": null,
            "extra_info": {},
            "options": {
                "disable_gc": false,
                "timer": "perf_counter",
                "min_rounds": 5,
                "max_time": 1.0,
                "min_time": 5e-06,
                "warmup": false
            },
            "stats": {
                "min": 0.05545917502604425,
                "max": 0.06168663804419339,
                "mean": 0.05831061899662018,
                "stddev": 0.0020739277618849338,
                "rounds": 10,
                "median": 0.05815451347734779,
                "iqr": 0.0034159431234002113,
                "q1": 0.056618005968630314,
                "q3": 0.060033949092030525,
                "iqr_outliers": 0,
                "stddev_outliers": 4,
                "outliers": "4;0",
                "ld15iqr": 0.05545917502604425,
                "hd15iqr": 0.06168663804419339,
                "ops": 17.149534976776053,
                "total": 0.5831061899662018,
                "data": [
                    0.05799537687562406,
                    0.06168663804419339,
                    0.060033949092030525,
                    0.05831365007907152,
                    0.058981207897886634,
                    0.06059981510043144,
                    0.05560717103071511,
                    0.05545917502604425,
                    0.056618005968630314,
                    0.05781120085157454
                ],
                "iterations": 1
            }
        }
    ],
    "datetime": "2026-05-06T10:22:24.645028+00:00",
    "version": "5.2.3"
}