Skip to content

Commit d5b82fa

Browse files
committed
Add invalid json object for benchmarking (#135)
(cherry picked from commit cde76fe)
1 parent 05fab61 commit d5b82fa

File tree

2 files changed

+792
-1
lines changed

2 files changed

+792
-1
lines changed

benchmark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ benchmark {
6161
iterationTime = properties["benchmark_iteration_time"]?.takeIfNotBlank()?.toLong() ?: 1L
6262
iterationTimeUnit = properties["benchmark_iteration_time_unit"]?.takeIfNotBlank() ?: "s"
6363
reportFormat = properties["benchmark_report_format"]?.takeIfNotBlank() ?: "json"
64-
param("objectPath", "$projectDir/data/openapi.json")
64+
param("objectPath", "$projectDir/data/openapi.json", "$projectDir/data/openapi-invalid.json")
6565
param("schemaPath", "$projectDir/data/schemas/openapi_schema.json")
6666
}
6767
}

0 commit comments

Comments
 (0)