Home→Forums→MonoBrick EV3 Firmware→benchmark test: HaWe brickbench – for C# / Mono?→Reply To: benchmark test: HaWe brickbench – for C# / Mono?
August 8, 2014 at 22:47
#4591
Vlad Ruzov
Participant
I have ported the HW brickbench benchmark test to the Monobrick C# and then run RobotC and C# test on my EV3 brick.
The final results are:
- Integer add/subtr.
- Integer mult./div.
- Float operations
- Rnd.num.generation
- Matrix algebra
- Arrays shell sort.
- Toal milleseconds
More results can be found here:
https://docs.google.com/spreadsheets/d/1WpeffSpUEWKA_s7lOdseSbkDTSA1RQ_wzAI94Q_HLO0/edit?usp=sharing
Source C# code of that test is kept at these Github repositories:
https://github.com/vladru/MonoBrickBench
Follow