SILENT KILLERPanel

Current Path: > > opt > cloudlinux > venv > lib > > python3.11 > > site-packages > jsonschema > benchmarks >


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/cloudlinux/venv/lib//python3.11//site-packages/jsonschema/benchmarks/

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 70 bytes April 17 2025 13:10:59.
issue232.py File 541 bytes April 17 2025 13:10:59.
json_schema_test_suite.py File 343 bytes April 17 2025 13:10:59.

Reading File: //opt/cloudlinux/venv/lib//python3.11//site-packages/jsonschema/benchmarks//issue232.py

#!/usr/bin/env python
"""
A performance benchmark using the example from issue #232.

See https://github.com/Julian/jsonschema/pull/232.
"""
from twisted.python.filepath import FilePath
from pyperf import Runner
from pyrsistent import m

from jsonschema.tests._suite import Version
import jsonschema


issue232 = Version(
    path=FilePath(__file__).sibling("issue232"),
    remotes=m(),
    name="issue232",
)


if __name__ == "__main__":
    issue232.benchmark(
        runner=Runner(),
        Validator=jsonschema.Draft4Validator,
    )

SILENT KILLER Tool