feat(benchmark): add --kv-types flag for KV cache quantization sweep
This commit is contained in:
@@ -10,6 +10,7 @@ load test_helper.sh
|
||||
assert_output --partial "--max-size"
|
||||
assert_output --partial "--category"
|
||||
assert_output --partial "--skip-longctx"
|
||||
assert_output --partial "--kv-types"
|
||||
}
|
||||
|
||||
@test "run-suite --help shows usage and exits 0" {
|
||||
@@ -20,6 +21,7 @@ load test_helper.sh
|
||||
assert_output --partial "--category"
|
||||
assert_output --partial "--skip-longctx"
|
||||
assert_output --partial "--tag"
|
||||
assert_output --partial "--kv-types"
|
||||
}
|
||||
|
||||
@test "benchmark dispatcher shows help with no args" {
|
||||
@@ -28,6 +30,7 @@ load test_helper.sh
|
||||
assert_output --partial "Commands"
|
||||
assert_output --partial "--max-size"
|
||||
assert_output --partial "--skip-longctx"
|
||||
assert_output --partial "--kv-types"
|
||||
}
|
||||
|
||||
@test "benchmark dispatcher passes --help through to baseline" {
|
||||
|
||||
Reference in New Issue
Block a user