[json] IDEA-339628 Performance test for inspections & completion

Current commit disables the new JsonSchemaObject implementation to record test results before the recent susystem changes. After the statistics is collected, new implementation should be turned on again for further comparison

GitOrigin-RevId: f9cc59d2f4df2f47c6f62bf77cf3ff2efbe073fe
This commit is contained in:
Nikita Katkov
2024-01-16 19:27:05 +01:00
committed by intellij-monorepo-bot
parent ed2e4e9a7f
commit 7e2f634eb9

View File

@@ -20,7 +20,7 @@
</actions>
<extensions defaultExtensionNs="com.intellij">
<registryKey defaultValue="true" description="Use lightweight implementation of JsonSchemaObject" key="json.schema.object.v2"/>
<registryKey defaultValue="false" description="Use lightweight implementation of JsonSchemaObject" key="json.schema.object.v2"/>
<fileType name="JSON" extensions="har;json;jsonc"
implementationClass="com.intellij.json.JsonFileType" fieldName="INSTANCE"
language="JSON"/>