Skip to content
Snippets Groups Projects
README.md 1.05 KiB
Newer Older
  • Learn to ignore specific revisions
  • Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    # [pi calculation benchmark](http://fab.cba.mit.edu/classes/864.17/text/benchmark.pdf)
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |estimated GFlops|code|description|system|date|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |---|---|---|---|---|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |71.46|[pi.html](JavaScript/pi.html)|JavaScript, 56 workers|Intel 2x E5-2680|Nov 19, 2018|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |46.96|[mpipi.c](MPI/mpipi.c)|C, MPI<br>mpicc mpipi.c -o mpipi -O3 -ffast-math <br> mpirun -np 6 mpipi|Intel i7-8700T|Nov 17, 2018|
    |16.16|[pi.html](JavaScript/pi.html)|JavaScript, 6 workers|Intel i7-8700T|Nov 17, 2018|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |9.371|[pi.c](C/pi.c)|C<br>gcc pi.c -o pi -lm -O3 -ffast-math|Intel i7-8700T|Nov 17, 2018|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |3.734|[pi.html](JavaScript/pi.html)|JavaScript, 1 worker|Intel i7-8700T|Nov 17, 2018|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |0.573|[pi.c](C/pi.c)|C<br>gcc pi.c -o pi -lm|Intel i7-8700T|Nov 17, 2018|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |0.470|[numpi.py](Python/numpi.py)|Python, NumPy|Intel i7-8700T|Nov 17, 2018|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |0.450?|[tfpi.html](TensorFlow/tfpi.html)|JavaScript, TensorFlow.js|Intel i7-8700T|Nov 19, 2018|
    |0.263?|[tfpi.html](TensorFlow/tfpi.html)|JavaScript, TensorFlow.js|NVIDIA GeForce GTX 1080 Ti|Nov 19, 2018|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |0.029|[pi.py](Python/pi.py)|Python|Intel i7-8700T|Nov 17, 2018|