We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f7ac2 commit 74b5c02Copy full SHA for 74b5c02
2 files changed
tools/snippets/benchmark/c/native/benchmark.c
@@ -16,12 +16,12 @@
16
* limitations under the License.
17
*/
18
19
+#include "TODO.h"
20
#include <stdlib.h>
21
#include <stdio.h>
22
#include <math.h>
23
#include <time.h>
24
#include <sys/time.h>
-#include "TODO.h"
25
26
#define NAME "TODO"
27
#define ITERATIONS 1000000
tools/snippets/benchmark/c/native/benchmark.length.c
#define ITERATIONS 10000000
0 commit comments