{
    "host": "Unnamed Host",
    "timestamp": "2026-04-26T02:12:35+00:00",
    "total_ms": 3939.0399999999995,
    "results": {
        "baseline": {
            "label": "PHP baseline (info calls)",
            "ms": 0.013,
            "good": 1,
            "warn": 5,
            "note": "Time to execute trivial built-in calls."
        },
        "int_math": {
            "label": "Integer math (400000 iterations)",
            "ms": 16.84,
            "good": 30,
            "warn": 80,
            "note": "Pure CPU: loops, modulo, XOR, bit-shift."
        },
        "float_math": {
            "label": "Float math \u2014 sqrt\/sin\/log (400000\u00d7)",
            "ms": 62.912,
            "good": 60,
            "warn": 150,
            "note": "Floating-point unit throughput."
        },
        "string_ops": {
            "label": "String ops \u2014 upper\/replace\/substr\/rev (40000\u00d7)",
            "ms": 92.422,
            "good": 50,
            "warn": 120,
            "note": "Common string manipulation throughput."
        },
        "array_ops": {
            "label": "Array ops \u2014 map\/filter\/sort\/unique (4000\u00d7 on 1k items)",
            "ms": 690.18,
            "good": 40,
            "warn": 100,
            "note": "Array pipeline performance."
        },
        "regex": {
            "label": "Regex \u2014 match\/replace on 6 KB text (8000\u00d7)",
            "ms": 254.576,
            "good": 40,
            "warn": 100,
            "note": "PCRE engine speed; relevant for parsing & validation."
        },
        "json": {
            "label": "JSON encode+decode \u2014 100-item array (8000\u00d7)",
            "ms": 1735.947,
            "good": 50,
            "warn": 120,
            "note": "Relevant for REST APIs and data interchange."
        },
        "file_io": {
            "label": "File I\/O \u2014 write+read 512 KB \u00d7 20",
            "ms": 29.486,
            "good": 100,
            "warn": 300,
            "note": "Disk read\/write speed; affects log writes, file caches."
        },
        "hashing": {
            "label": "Hash \u2014 md5\/sha1\/sha256\/crc32b (40000\u00d7)",
            "ms": 589.87,
            "good": 60,
            "warn": 150,
            "note": "Crypto hash throughput; relevant for auth tokens, checksums."
        },
        "curl": {
            "label": "cURL GET \u2014 web.pulsepoint.org",
            "ms": 466.516,
            "good": 300,
            "warn": 700,
            "note": "HTTP 200. Measures outbound network latency + DNS from this host."
        },
        "session": {
            "label": "Session start + write + close",
            "ms": 0.278,
            "good": 10,
            "warn": 40,
            "note": "Session handler speed; shared-hosting often uses file sessions."
        }
    },
    "server_info": {
        "PHP version": "8.4.19",
        "SAPI": "litespeed",
        "OS": "Linux 5.14.0-570.35.1.el9_6.x86_64",
        "Architecture": "x86_64",
        "Memory limit": "512M",
        "Max exec time": "90s",
        "OPcache enabled": "Yes",
        "OPcache JIT": "No",
        "cURL available": "Yes",
        "Temp dir": "\/tmp",
        "Peak memory used": "4 MB"
    }
}