PHP 8.2.30
Preview: json_schema_test_suite.py Size: 343 B
//opt/cloudlinux/venv/lib/python3.11/site-packages/jsonschema/benchmarks/json_schema_test_suite.py

#!/usr/bin/env python
"""
A performance benchmark using the official test suite.

This benchmarks jsonschema using every valid example in the
JSON-Schema-Test-Suite. It will take some time to complete.
"""
from pyperf import Runner

from jsonschema.tests._suite import Suite


if __name__ == "__main__":
    Suite().benchmark(runner=Runner())

Directory Contents

Dirs: 1 × Files: 3

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
541 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
343 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
70 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).