summaryrefslogtreecommitdiff
path: root/jsonschema/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Fix the benchmark to pass the right type for remotes again.Julian Berman2023-02-211-2/+2
|
* Style, and don't interfere with a test.Julian Berman2023-02-211-1/+1
|
* Add a microbenchmark for validator creation.Julian Berman2023-02-211-0/+14
|
* Update hyperlinks from the GitHub organization move.Julian Berman2022-03-211-1/+1
|
* Remove shebangs from nonexecutable scriptsTomas Hrnciar2021-08-232-2/+0
| | | | | | | | | | | | | When packaging jsonschema and poetry-core (which bundles it) in Fedora, we have realised that there are nonexecutable files with a shebang line. It seems that the primary purpose of these files is to be imported from Python code and hence the shebangs appear to be unnecessary. Shebangs are hard to handle when doing downstream packaging, because it makes sense for upstream to use `#!/usr/bin/env` python while in the RPM package, we need to avoid that and use a more specific interpreter. Since the shebangs were unused, I propose to remove them to avoid problems.
* isorted.Julian Berman2020-08-122-2/+0
|
* FilePath -> pathlibJulian Berman2020-06-071-2/+3
|
* Only the draft2019-09 draft actually uses an HTTPS URI.Julian Berman2020-03-231-39/+39
| | | | | The other drafts are *available* over HTTPS, but their canonical URI has apparently not changed.
* HTTP -> HTTPS for specification URIs.Julian Berman2020-03-211-39/+39
| | | | | | | | | As per the note from https://json-schema.org/specification-links.html#published-drafts Backwards compatibility is preserved for existing validators. Going forward likely only the HTTPS URI will be supported for draft2019-09 and forward.
* Explicitly mention that benchmarks are not public.Julian Berman2019-09-041-0/+5
|
* Doc stylin.Julian Berman2019-09-031-3/+2
|
* Fix the benchmarks...Julian Berman2019-08-031-4/+6
|
* perf is pyperf now.Julian Berman2019-08-022-2/+2
|
* Maybe better luck for now with a maintained thing...Julian Berman2018-09-301-1/+1
|
* First step on Draft7 support.Julian Berman2018-09-301-1/+1
| | | | | Add everything that's the same in Draft6, which appears to just leave out if/then/else.
* More draft 6 stressin' in the code.Julian Berman2018-05-031-1/+1
|
* And now fill in the issue number since we've got internet access again...Julian Berman2017-10-232-3/+5
|
* Sigh, move this out of the way of test discovery.Julian Berman2017-10-231-0/+0
|
* More encapsulation.Julian Berman2017-10-232-26/+8
|
* Slightly clearer verbiage now.Julian Berman2017-10-232-5/+5
|
* Shuffle around the other benchmark.Julian Berman2017-10-234-35/+31
|
* Move the benchmarks into the package.Julian Berman2017-10-224-0/+2712