- Array Access Time benchmarking
- Atomic operations benchmarking
- Thread pinning benchmarking
- Isolated CPU benchmarking // TODO
- Custom spinlock benchmarking
- Memory Mapped IO benchmarking
- Vectorised Operations (SIMD) benchmarking
- google benchmark
- CMake 3.10
- Clone repository
git clone https://github.com/sahmad98/perf_test
cd perf_test
- Create build directory
mkdir build
cd build
- Generate Makefile and build
cmake ..
make