Skip to content

Commit

Permalink
feat(eval/latencies): test all filter variants again
Browse files Browse the repository at this point in the history
This test is now using variable warmup rate before each test run based
on the attack rate.
  • Loading branch information
qlonik committed Jan 2, 2025
1 parent 0cad2ed commit d32a1dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion evaluation/scripts/collect-latencies.mts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ const bookinfo_variants = new Set([
* than one rate value. That is because with one variant, there is some weird
* behavior where each second attack fails for most of the requests.
*/
const test_only = new Set<VARIANT>(["plain", "prose-no-presidio-filter"])
const test_only = new Set<VARIANT>([
"plain",
"istio",
"passthrough-filter",
"prose-no-presidio-filter",
"prose-filter",
])

const TEST_RUNS = 10

Expand Down

0 comments on commit d32a1dd

Please sign in to comment.