Skip to content

Commit cde76fe

Browse files
authored
Add invalid json object for benchmarking (#135)
1 parent 75b4fb4 commit cde76fe

File tree

2 files changed

+792
-1
lines changed

2 files changed

+792
-1
lines changed

Diff for: benchmark/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ benchmark {
6060
iterationTime = properties["benchmark_iteration_time"]?.takeIfNotBlank()?.toLong() ?: 1L
6161
iterationTimeUnit = properties["benchmark_iteration_time_unit"]?.takeIfNotBlank() ?: "s"
6262
reportFormat = properties["benchmark_report_format"]?.takeIfNotBlank() ?: "json"
63-
param("objectPath", "$projectDir/data/openapi.json")
63+
param("objectPath", "$projectDir/data/openapi.json", "$projectDir/data/openapi-invalid.json")
6464
param("schemaPath", "$projectDir/data/schemas/openapi_schema.json")
6565
}
6666
}

0 commit comments

Comments
 (0)