Artikel-Schlagworte: „Fun Benchmark“
Pi
Der Marcus hatte mal einen sinnfreien Schwanzlängenvergleich, jetzt hab ich auch einen gefunden:
AMD Athlon(tm) 64 Processor 3400+ (Ubuntu Feisty 32Bit)
$ time echo "scale=3000; 4*a(1)" | bc -l 3.1415926535897932384[..] real 0m18.065s user 0m16.725s sys 0m0.268s
Arm V5 266Mhz (Debian Etch)
$ time echo "scale=3000; 4*a(1)" | bc -l 3.1415926535897932384[..] real 4m13.225s user 4m7.560s sys 0m0.350s
UltraSPARC-IIe 648MHz (Solaris 10 / Blastwave bc)
$ time echo "scale=3000; 4*a(1)" | bc -l scale factor is too large 3.14159265358979323844 real 0m0.062s user 0m0.010s sys 0m0.022s
Scheisse, keine DEC Alpha zur Hand.