move c benchmarks to own directory
This commit is contained in:
9
test/bench/c/hello.c
Normal file
9
test/bench/c/hello.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int counter = 98304 + 1696;
|
||||
while(counter--) {
|
||||
printf("Hello there\n");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user