Skip to content

Commit

Permalink
Add invalid jsob object for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jun 15, 2024
1 parent 28602ee commit 0b50839
Show file tree
Hide file tree
Showing 2 changed files with 792 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ benchmark {
iterationTime = properties["benchmark_iteration_time"]?.takeIfNotBlank()?.toLong() ?: 1L
iterationTimeUnit = properties["benchmark_iteration_time_unit"]?.takeIfNotBlank() ?: "s"
reportFormat = properties["benchmark_report_format"]?.takeIfNotBlank() ?: "json"
param("objectPath", "$projectDir/data/openapi.json")
param("objectPath", "$projectDir/data/openapi.json", "$projectDir/data/openapi-invalid.json")
param("schemaPath", "$projectDir/data/schemas/openapi_schema.json")
}
}
Expand Down
Loading

0 comments on commit 0b50839

Please sign in to comment.