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.
History
Now prints out clock speed in MHz
2017-02-28, by mcx [Tue, 28 Feb 2017 20:54:35 +0000] rev 3
Now prints out clock speed in MHz
Working
2015-11-19, by mcx [Thu, 19 Nov 2015 21:41:58 +0000] rev 2
Working
Benchmarking code to test speed of various operations;
2015-08-17, by mcx [Mon, 17 Aug 2015 20:14:39 +0000] rev 1
Benchmarking code to test speed of various operations;