{
    "schema_version": 1,
    "license": "CC BY 4.0",
    "citation": "Kuzeyhan Demir, ASAMB, The cost of escaping quotes in HTML output, measurement run 2026-07-22T15:23:56+00:00",
    "environment": {
        "generated_at": "2026-07-22T15:23:56+00:00",
        "php_version": "8.4.23",
        "php_sapi": "cli",
        "os": "Linux 4.18.0-553.85.1.el8_10.x86_64",
        "architecture": "x86_64",
        "cpu": "AMD EPYC-Rome Processor",
        "memory": "15.02 GiB host total",
        "opcache_cli": "0",
        "memory_limit": "1024M",
        "extensions": [
            "json",
            "openssl",
            "zlib",
            "mbstring",
            "pdo_sqlite"
        ],
        "timezone": "UTC",
        "clock": "hrtime(true)",
        "rounds": 7
    },
    "study": {
        "slug": "html-escaping",
        "iterations_per_sample": 450,
        "rounds": 7,
        "winner": "ENT_NOQUOTES + substitute",
        "slowest": "ENT_QUOTES + substitute",
        "spread_percent": 3.68,
        "variants": {
            "ENT_NOQUOTES + substitute": {
                "median_ns_per_op": 23983.1,
                "p25_ns_per_op": 23483.84,
                "p75_ns_per_op": 24222.77,
                "ops_per_second": 41696.02,
                "samples_ns_per_op": [
                    25560.76,
                    23490.18,
                    23477.51,
                    23175,
                    23983.1,
                    24184.63,
                    24260.92
                ],
                "extra": {
                    "output_bytes": 8240
                }
            },
            "ENT_QUOTES + substitute": {
                "median_ns_per_op": 24865.72,
                "p25_ns_per_op": 24681.57,
                "p75_ns_per_op": 24922.52,
                "ops_per_second": 40216.02,
                "samples_ns_per_op": [
                    27104.17,
                    24924.74,
                    24075.99,
                    24534.67,
                    24920.31,
                    24828.47,
                    24865.72
                ],
                "extra": {
                    "output_bytes": 9840
                }
            }
        }
    }
}