wokwi / wokwi-features

Wokwi Feature requests & Bug Reports
https://wokwi.com
73 stars 17 forks source link

Simulation speed of ESP32-S3 in ESP-IDF mode drops below 10% after 4min28. #918

Open Koepel opened 6 hours ago

Koepel commented 6 hours ago

It was mentioned in the Discord channel that the ESP32-S3 drops the speed after 4 minutes and 28 seconds. I have run tests for all the ESP32 variants in both Arduino and ESP-IDF mode. My starting point was here: https://wokwi.com/projects/new I forced a re-compile by changing the source code.

I can confirm that only the ESP32-S3 drops the speed to about 3% after 4 minutes 28 seconds and only in ESP-IDF mode. Tested with the Firefox and the Chromium browser. The Arduino mode is okay for the ESP32-S3. The Rust no-std is okay. The Rust STD example does not have a endless loop.

urish commented 6 hours ago

Thanks for reporting! So the steps to reproduce would be to go to https://wokwi.com/projects/new/esp-idf-esp32-s3, start the simulation, and wait for 4 minutes and 28 seconds, right?

Koepel commented 6 hours ago

Right.

urish commented 5 hours ago

Reproduced!