added cache_benchmark

This commit is contained in:
Nils K
2020-04-17 01:50:16 +02:00
parent 2581df87b7
commit e214510956
5 changed files with 278 additions and 0 deletions

2
cache_benchmark/Makefile Normal file
View File

@@ -0,0 +1,2 @@
build: cache.c
gcc cache.c -O2 -o cache.exe