We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ca4af commit b94b151Copy full SHA for b94b151
v3/as_demos/rate.py
@@ -10,9 +10,13 @@
10
# Results for 100 coros on other platforms at standard clock rate:
11
# Pyboard D SF2W 124μs
12
# Pico 481μs
13
-# ESP32 920μs
+# ESP32 322μs
14
# ESP8266 1495μs (could not run 500 or 1000 coros)
15
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
+
20
import uasyncio as asyncio
21
22
num_coros = (100, 200, 500, 1000)
0 commit comments