Skip to content

Commit b15118a

Browse files
committed
Update benchmark docs
1 parent da354c1 commit b15118a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ref_app/src/app/benchmark/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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}}$.
121122
Running on only one core (core0) of the $32$-bit
122123
controller of the `xtensa_esp32_s3` board results in
123124
a 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

125129
Using only one core (core1) on the $32$-bit ARM(R) Cortex(R) M0+
126130
controller of the `rpi_pico_rp2040` board results in a calculation

0 commit comments

Comments
 (0)