Skip to content

Commit

Permalink
build: Fix keyword benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
  • Loading branch information
Stranger6667 committed Sep 28, 2024
1 parent c5643c9 commit 95652ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/benchmark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ static BENCHMARK_SUITE: LazyLock<BenchmarkSuite> = LazyLock::new(BenchmarkSuite:
pub struct KeywordBenchmark {
pub name: String,
pub schema: Value,
#[serde(default)]
pub valid: Vec<Value>,
#[serde(default)]
pub invalid: Vec<Value>,
}

Expand Down

0 comments on commit 95652ef

Please sign in to comment.