Skip to content

SuperUserNameMan/arduino_flops_benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

arduino_flops_benchmark

Arduino FLOPS benchmark based on "Linpack Floating Point benchmark"

original port from : https://gist.github.com/projectgus/8279947

I was wondering how an Arduino Nano or MiniEVB Nano would compare to the Top500 supercomputers ...

optimization level LGT8F328p @ 32MHz LGT8F328p @ 16MHz ATmega328p @ 16 MHz
Os 205 kFLOPS
O0 160 kFLOPS
O1 204 kFLOPS
O2 205 kFLOPS
O3 220 kFLOPS 109kFLOPS 90 kFLOPS
Ofast 226 kFLOPS 112kFLOPS 92 kFLOPS

Releases

No releases published

Packages

No packages published

Languages