Skip to content

Commit

Permalink
Merge pull request #346 from Kuadrant/bench
Browse files Browse the repository at this point in the history
Added test scenario for no variable
  • Loading branch information
alexsnaps authored May 28, 2024
2 parents 2f15cba + da49537 commit 4b2dc62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions limitador/benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ struct TestScenario {
}

const TEST_SCENARIOS: &[&TestScenario] = &[
&TestScenario {
n_namespaces: 10,
n_limits_per_ns: 50,
n_conds_per_limit: 10,
n_vars_per_limit: 0,
},
&TestScenario {
n_namespaces: 1,
n_limits_per_ns: 1,
Expand Down

0 comments on commit 4b2dc62

Please sign in to comment.