bench mark single processor performance using pi to 10,000 places
This commit is contained in:
parent
96fa193e22
commit
90e44e5d19
7
bench_pi.sh
Executable file
7
bench_pi.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
date > pi.txt
|
||||||
|
echo "scale=10000; a(1)*4;" | bc -l >> pi.txt
|
||||||
|
date >> pi.txt
|
||||||
|
vi pi.txt
|
||||||
Loading…
Reference in New Issue
Block a user