6 lines
89 B
C
6 lines
89 B
C
|
#ifndef BENCHMARK_H
|
||
|
#define BENCHMARK_H
|
||
|
|
||
|
#define RUNS 100000000
|
||
|
|
||
|
#endif /* BENCHMARK_H */
|