We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fc610 commit 7ae9036Copy full SHA for 7ae9036
TODO.md
@@ -1562,6 +1562,8 @@
1562
1563
380. a built-in terminal-to-gif recorder
1564
1565
+381. [headless screenshots](https://github.com/schnerd/chrome-headless-screenshots)
1566
+
1567
1568
---
1569
tools/snippets/benchmark/c/benchmark.c
@@ -6,6 +6,7 @@
6
#include <math.h>
7
#include <sys/time.h>
8
9
+#define NAME "TODO"
10
#define ITERATIONS 1000000
11
#define REPEATS 3
12
@@ -106,7 +107,7 @@ int main( void ) {
106
107
108
print_version();
109
for ( i = 0; i < REPEATS; i++ ) {
- printf( "# c::%s\n", "TODO" );
110
+ printf( "# c::%s\n", NAME );
111
elapsed = benchmark();
112
print_results( elapsed );
113
printf( "ok %d benchmark finished\n", i+1 );
0 commit comments