We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NAME
1 parent 84cf373 commit 7f8b7d7Copy full SHA for 7f8b7d7
lib/node_modules/@stdlib/math/base/special/tan/benchmark/c/benchmark.c
@@ -22,6 +22,7 @@
22
#include <time.h>
23
#include <sys/time.h>
24
25
+#define NAME "tan"
26
#define ITERATIONS 1000000
27
#define REPEATS 3
28
@@ -125,7 +126,7 @@ int main( void ) {
125
126
127
print_version();
128
for ( i = 0; i < REPEATS; i++ ) {
- printf( "# c::%s\n", "tan" );
129
+ printf( "# c::%s\n", NAME );
130
elapsed = benchmark();
131
print_results( elapsed );
132
printf( "ok %d benchmark finished\n", i+1 );
0 commit comments