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.
1 parent 6746b14 commit 64e6770Copy full SHA for 64e6770
1 file changed
lib/node_modules/@stdlib/blas/ext/base/ssorthp/benchmark/c/unsorted-random/benchmark.length.c
@@ -174,7 +174,7 @@ int main( void ) {
174
iter = ITERATIONS / pow( 10, i-1 );
175
for ( j = 0; j < REPEATS; j++ ) {
176
count += 1;
177
- printf( "# c::%s:unsorted,random:len=%d\n", NAME, len );
+ printf( "# c::%s::unsorted,random:len=%d\n", NAME, len );
178
elapsed = benchmark1( iter, len );
179
print_results( iter, elapsed );
180
printf( "ok %d benchmark finished\n", count );
@@ -185,7 +185,7 @@ int main( void ) {
185
186
187
188
- printf( "# c::%s:ndarray:unsorted,random:len=%d\n", NAME, len );
+ printf( "# c::%s::unsorted,random:ndarray:len=%d\n", NAME, len );
189
elapsed = benchmark2( iter, len );
190
191
0 commit comments