Closed ghost closed 6 years ago
#!/bin/sh
# bash just_bench.sh >whatever.conf
do_hi_bench() {
sleep 1
echo "[$1]"
hardinfo -b "$1" -g conf
}
#do_hi_bench "CPU (Single-thread)"
#do_hi_bench "CPU (Multi-thread)"
#do_hi_bench "CPU (Multi-core)"
#do_hi_bench "FPU (Single-thread)"
#do_hi_bench "FPU (Multi-thread)"
#do_hi_bench "FPU (Multi-core)"
do_hi_bench "CPU Blowfish"
do_hi_bench "CPU CryptoHash"
do_hi_bench "CPU Fibonacci"
do_hi_bench "CPU N-Queens"
do_hi_bench "CPU Zlib"
do_hi_bench "FPU FFT"
do_hi_bench "FPU Raytracing"
#do_hi_bench "GPU Drawing"
Hi. If you could run this script and post the output, the output will be in a format that will be very easy to merge. In fact, if you want to make things really easy for us, you could also run crudini --merge data/benchmark.conf < script_output.conf
and then create a pull request.
Hello. Please add the following result to benchmark.data: