8000 rate.py: update ESP32 benchmark result. · youxinweizhi/micropython-async@b94b151 · GitHub
[go: up one dir, main page]

Skip to content

Commit b94b151

Browse files
committed
rate.py: update ESP32 benchmark result.
1 parent 80ca4af commit b94b151

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

v3/as_demos/rate.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
# Results for 100 coros on other platforms at standard clock rate:
1111
# Pyboard D SF2W 124μs
1212
# Pico 481μs
13-
# ESP32 920μs
13+
# ESP32 322μs
1414
# ESP8266 1495μs (could not run 500 or 1000 coros)
1515

16+
# Note that ESP32 benchmarks are notoriously fickle. Above figure was for
17+
# the reference board running MP V1.18. Results may vary with firmware
18+
# depending on the layout of code in RAM/IRAM
19+
1620
import uasyncio as asyncio
1721

1822
num_coros = (100, 200, 500, 1000)

0 commit comments

Comments
 (0)
0