Skip to content

Commit

Permalink
Added test scenario for no variable, i.e. no qualified counters for t…
Browse files Browse the repository at this point in the history
…he limits
  • Loading branch information
alexsnaps committed May 27, 2024
1 parent c88628f commit da49537
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 da49537

Please sign in to comment.