coremark
Posted: Sat Dec 17, 2016 3:19 am
First of first I wanted to post about my old toy os project which was actually my graduation project; Coremark.
https://github.com/bonesoul/coremark
It's written in some pure ASM and C - and basically can run a few basic performance tests;
So basically current benchmarking tools are all user-space software;
Where in coremark, test subsystem lives within the kernel itself.
What i'm excited about these days is decided to start porting it to Rust and give it a retake.
https://github.com/bonesoul/coremark
It's written in some pure ASM and C - and basically can run a few basic performance tests;
So basically current benchmarking tools are all user-space software;
Where in coremark, test subsystem lives within the kernel itself.
What i'm excited about these days is decided to start porting it to Rust and give it a retake.