bench-all : shorten the Thread column

pull/387/head
Georgi Gerganov 2 years ago
parent d573de4f94
commit 07ff91c3fe
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -34,8 +34,8 @@ How to interpret these results:
EOF
printf "| CPU | OS | Config | Model | Threads | Load | Encode | Commit |\n"
printf "| ------- | ------ | ---------------- | ------- | ------- | ----- | ------------- | -------- |\n"
printf "| CPU | OS | Config | Model | Th | Load | Encode | Commit |\n"
printf "| ------- | ------ | ---------------- | ------- | -- | ----- | ------------- | -------- |\n"
for model in "${models[@]}"; do
# run once to heat-up the cache
@ -66,7 +66,7 @@ for model in "${models[@]}"; do
commit=$(git rev-parse --short HEAD)
printf "| <todo> | <todo> | %-16s | %-7s | %-7s | %-5s | %-13s | %-8s |\n" \
printf "| <todo> | <todo> | %-16s | %-7s | %-2s | %-5s | %-13s | %-8s |\n" \
"$config" \
"$model" \
"$n_threads" \

Loading…
Cancel
Save