We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c486bf commit a5aab04Copy full SHA for a5aab04
utilities/benchmark/entrypoint.sh
@@ -24,10 +24,12 @@ RED='\033[0;31m'
24
GREEN='\033[0;32m'
25
26
echo ""
27
-echo "Benchmark results:"
+echo "System: $(yq -crM .SystemInformation results_cpu.yml)"
28
29
30
-echo "CPU: $(yq .SystemInformation.Manufacturer results_cpu.yml) $(yq .SystemInformation.Processor results_cpu.yml)"
+echo ""
31
+echo "Benchmark results:"
32
33
34
[ $TOTAL_RAM -lt $RAM_LIMIT ] && echo -n $RED || echo -n $GREEN
35
echo -n "Memory: ${TOTAL_RAM} MB - Required: ${RAM_LIMIT} MB "
0 commit comments