Current Path: > > opt > alt > python37 > lib > > python3.7 > site-packages > jsonschema > > benchmarks
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 70 bytes | November 14 2023 13:06:17. | |
issue232.py | File | 541 bytes | November 14 2023 13:06:17. | |
json_schema_test_suite.py | File | 343 bytes | November 14 2023 13:06:17. |
#!/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())
SILENT KILLER Tool