Skip to content

Commit a5aab04

Browse files
committed
fix(benchtool): show more system info
Signed-off-by: Fatih Acar <[email protected]>
1 parent 0c486bf commit a5aab04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utilities/benchmark/entrypoint.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ RED='\033[0;31m'
2424
GREEN='\033[0;32m'
2525

2626
echo ""
27-
echo "Benchmark results:"
27+
echo "System: $(yq -crM .SystemInformation results_cpu.yml)"
2828
echo ""
2929

30-
echo "CPU: $(yq .SystemInformation.Manufacturer results_cpu.yml) $(yq .SystemInformation.Processor results_cpu.yml)"
30+
echo ""
31+
echo "Benchmark results:"
32+
echo ""
3133

3234
[ $TOTAL_RAM -lt $RAM_LIMIT ] && echo -n $RED || echo -n $GREEN
3335
echo -n "Memory: ${TOTAL_RAM} MB - Required: ${RAM_LIMIT} MB "

0 commit comments

Comments
 (0)