diff options
author | Julian Berman <Julian+git@GrayVines.com> | 2012-09-28 14:39:09 -0400 |
---|---|---|
committer | Julian Berman <Julian+git@GrayVines.com> | 2012-09-28 14:39:09 -0400 |
commit | da0b82da8f8bc020ee89ce825e94c1ab8e5cc4b5 (patch) | |
tree | ec3ff126b7ad34bb750533acaa623816866ae2b6 /perftest | |
parent | c99486f0c9d553bc8f964273dda160dd5cb8ceda (diff) | |
download | jsonschema-da0b82da8f8bc020ee89ce825e94c1ab8e5cc4b5.tar.gz |
Deprecate meta_validate too.
Diffstat (limited to 'perftest')
-rwxr-xr-x | perftest | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ instance = schema = Draft3Validator.META_SCHEMA results = timeit.timeit( # Validate the Draft 3 meta-schema against itself without meta-validating - stmt="validate(instance, schema, meta_validate=False)", + stmt="validate(instance, schema)", setup="from __main__ import instance, schema, validate", number=arguments.number, ) |