From 663df4a1f4cb5d8afc3182b0a4503c82d679b7ba Mon Sep 17 00:00:00 2001 From: Metallicow Date: Sun, 1 Jun 2014 08:08:07 -0700 Subject: [PATCH] did a bencmark to compare with the first and got a bit better results --- Performance.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Performance.md b/Performance.md index 27210af..2ea3def 100644 --- a/Performance.md +++ b/Performance.md @@ -16,6 +16,15 @@ Damien gave me a hint, and told me to put the performance test inside a function On pyboard it's 2,890,723 +2nd pyboard test... WinXP SP3 4GB, PuTTY, and Samsung ECC1DU6BBE Micro-USB data cable with the shipped kickstarter board in `pyb.usb_mode('CDC+MSC') # act as a serial and a storage device` with performanceTest.py housed on internal memory(0:): +``` +Micro Python v1.0.1 on 2014-05-12; PYBv1.0 with STM32F405RG +Type "help()" for more information. +>>> import performanceTest +>>> performanceTest.performanceTest() +Count: 2122667 +``` + *** **C++ on Teensy 3.1: (96Mhz ARM)**