Python Interpreters Benchmarks
x64 ArchLinux : AMD® Ryzen 7 4700U®

vs

 1 : Are the MicroPython programs faster? At a glance.

Each chart bar shows, for one unidentified benchmark, how much the fastest MicroPython program used compared to the fastest Python 2 program.

(Memory use is only compared for tasks that require memory to be allocated.)


These are not the only compilers and interpreters. These are not the only programs that could be written. These are not the only tasks that could be solved. These are just 10 tiny examples.

 2 : Are the MicroPython programs faster? Approximately.

Each table row shows, for one named benchmark, how much the fastest MicroPython program used compared to the fastest Python 2 program.

(Memory use is only compared for tasks that require memory to be allocated.)

 MicroPython used what fraction? used how many times more? 
Benchmark Time Memory Code
 pystone±?±
 richards ±
 fib50 ±
 fannkuch-redux † 1/2
 n-body ±
 pidigits ±
 spectral-norm † ±
 fibonacci82× ±
 thread-ring88× ±
 MicroPython used what fraction? used how many times more? 
Time-used  |-  |---  25% median  75%  ---|  -|
(Elapsed secs)±±11×88×

† possible mismatch - one-core program compared to multi-core program.

± read the measurements and then read the program source code.

 3 : Are the MicroPython programs faster? Measurements.

These are not the only tasks that could be solved. These are just 10 tiny examples. These are not the only compilers and interpreters. These are not the only programs that could be written.

For each named benchmark, measurements of the fastest MicroPython program are shown for comparison against measurements of the fastest Python 2 program.

Program Source Code CPU secs Elapsed secs Memory KB Code B ≈ CPU Load
 pystone 
MicroPython0.270.271,5162300  7% 0% 0% 0% 100% 0% 0% 0%
Python 20.200.20?2301  0% 0% 0% 0% 0% 100% 0% 0%
 richards 
MicroPython1.381.394,0802434  1% 1% 100% 0% 1% 0% 1% 1%
Python 20.870.876,3482423  1% 0% 100% 0% 1% 0% 0% 0%
 fib50 
MicroPython5.085.084,468136  2% 1% 100% 1% 0% 0% 1% 0%
Python 22.402.4037,872130  0% 0% 100% 0% 0% 0% 0% 0%
 fannkuch-redux 
MicroPython7.017.014,180552  2% 1% 2% 2% 1% 0% 100% 1% †
Python 211.022.8511,4601009  6% 4% 97% 95% 94% 0% 1% 96% †
 n-body 
MicroPython96.2796.284,5081315  1% 1% 1% 1% 100% 0% 1% 1%
Python 238.7838.786,6841337  0% 0% 0% 0% 0% 1% 0% 100%
 pidigits 
MicroPython11.1511.163,744322  1% 0% 1% 0% 0% 100% 0% 1%
Python 22.132.137,128322  0% 0% 0% 0% 1% 0% 100% 0%
 spectral-norm 
MicroPython6.216.224,200498  0% 100% 0% 0% 0% 0% 0% 1% †
Python 24.231.1311,728595  78% 71% 51% 30% 25% 35% 40% 59% †
 fibonacci 
MicroPython40.3640.372,768182  1% 0% 0% 1% 0% 100% 1% 1%
Python 20.490.496,772181  0% 100% 2% 0% 0% 0% 0% 0%
 thread-ring 
MicroPython15.4133.764,480448  6% 5% 6% 5% 5% 4% 6% 4%
Python 20.380.392,800407  3% 3% 97% 0% 0% 0% 0% 0%
 reverse-complement 
No program
Python 20.01?432  
 regex-dna 
No program
Python 20.030.03?501  100% 0% 0% 0% 0% 0% 0% 33%
 chameneos-redux 
MicroPython104.41137.624,4441191  14% 15% 14% 15% 3% 1% 1% 1%
No program
 k-nucleotide 
No program
Python 20.070.07?593  100% 0% 0% 0% 0% 0% 0% 0%
 jsonbench 
No program
Python 24.254.2615,884322  0% 0% 100% 0% 0% 0% 0% 0%
 iobench 
No program
Python 224.8624.866,336370  0% 0% 100% 0% 0% 0% 0% 0%
 fasta 
No program
Python 25.875.9112,988900  0% 0% 1% 0% 0% 99% 0% 0%
 meteor-contest 
No program
Python 22.142.146,8281485  0% 0% 100% 0% 0% 0% 0% 1%
 binary-trees 
No program
Python 22.020.4716,340743  54% 57% 56% 54% 64% 57% 63% 54%
 fasta-redux
   No programs
 mandelbrot
   No programs
 templates
   No programs
 binary-trees-redux
   No programs

† possible mismatch - one-core program compared to multi-core program.

 4 : Are there other MicroPython programs for these benchmarks?

Remember - those are just the fastest MicroPython and Python 2 programs measured on this OS/machine. Check if there are other implementations of these benchmark programs for MicroPython.

Maybe one of those other MicroPython programs is fastest on a different OS/machine.

 5 : Are there other faster programs for these benchmarks?

Remember - those are just the fastest MicroPython and Python 2 programs measured on this OS/machine. Check if there are faster implementations of these benchmark programs for other programming languages.

Maybe one of those other programs is fastest on a different OS/machine.

 MicroPython : MicroPython 

Revised BSD license

  Home   Conclusions   License   Play