Benchmarking test code for various operations
Fork of benchmark by
Benchmarking the performance of various mbed boards that I have
Using the excellent code by Igor, I have benchmarked the performance of the following platforms:
- mbed LPC1768
- mbed LPC11U24
- EA LPC4088 QuickStart Board
- mbed LPC1114FN28
- NUCLEO-F302R8
- FRDM-K64F
- NUCLEO-F411RE
- LPCXpresso4337
- Seeed Arch Max
- mbed LPC1768
The data can be found in this link: https://docs.google.com/spreadsheets/d/1d5BcNvC341xvktRJ6DC3wdlI6wuv0FjCvCqHAnfINmQ/pubhtml
For the hyperbolic tan (tanh) function, I made a graph showing how the clock speed of various ARM Cortex-M4 boards with FPU affects the computation time in microseconds.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:ec2e20a9bd03 | 2017-02-28 | mcx | Now prints out clock speed in MHz |
2:fc68d524dd7d | 2015-11-19 | mcx | Working |
1:f91e7bc0e244 | 2015-08-17 | mcx | Benchmarking code to test speed of various operations; |
0:6d89d8c13042 | 2010-12-06 | igor_m | (none) |