File tree Expand file tree Collapse file tree
ref_app/src/app/benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ The benchmark used is a ${\sim}100$ decimal digit AGM $\pi$ calculation.
8585| ---------------------------| -----------------| ------------|
8686| ` am6254_soc ` | 0.37 | 1.0 |
8787| ` am335x ` | 1.5 | 4.1 |
88+ | ` xtensa_esp32_p4 ` | 2.5 | 6.8 |
8889| ` stm32f446 ` | 5.1 | 14 |
8990| ` rpi_pico2_rp2350 ` | 6.3 | 17 |
9091| ` wch_ch32v307 ` | 8.0 | 22 |
@@ -121,6 +122,9 @@ running the benchmark in about $10~{\text{ms}}$.
121122Running on only one core (core0) of the $32$-bit
122123controller of the ` xtensa_esp32_s3 ` board results in
123124a runtime of $9.1~ {\text{ms}}$ for the calculation.
125+ The next generation ` xtensa_esp32_p4 ` with a dual RISC-V core
126+ architecture is significantly faster coming in at $2.5~ {\text{ms}}$
127+ (running the benchmark on one core).
124128
125129Using only one core (core1) on the $32$-bit ARM(R) Cortex(R) M0+
126130controller of the ` rpi_pico_rp2040 ` board results in a calculation
You can’t perform that action at this time.
0 commit comments