A simple benchmark can be performed by calculating Pi value with bc
1 |
time echo "scale=10000; 4*a(1)" | bc -l |
N.B.
this test will use only one core
A simple benchmark can be performed by calculating Pi value with bc
1 |
time echo "scale=10000; 4*a(1)" | bc -l |
N.B.
this test will use only one core