We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc692a commit befef3cCopy full SHA for befef3c
test/system/002-bench.bats
@@ -17,7 +17,7 @@ function setup() {
17
@test "ramalama bench" {
18
skip_if_nocontainer
19
run_ramalama bench -t 2 $(test_model smollm:135m)
20
- is "$output" ".*model.*size.*" "model and size in output"
+ is "$output" ".*model.*params.*" "model and params in output"
21
}
22
23
# vim: filetype=sh
0 commit comments