File tree

2 files changed

+792
-1
lines changed

2 files changed

+792
-1
lines changed
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)