bench mark single processor performance using pi to 10,000 places

This commit is contained in:
Robin P. Clark 2025-11-13 11:00:20 +00:00
parent 96fa193e22
commit 90e44e5d19

7
bench_pi.sh Executable file
View 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