Skip to content

Commit ca6ebb4

Browse files
authored
Update benchmark.length.c
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 9b599a9 commit ca6ebb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/stats/base/ndarray/smediansorted/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ int main( void ) {
172172
count = 0;
173173
for ( i = MIN; i <= MAX; i++ ) {
174174
len = pow( 10, i );
175-
iter = ITERATIONS / pow( 10, i - 1 );
175+
iter = ITERATIONS / pow( 10, i-1 );
176176
for ( j = 0; j < REPEATS; j++ ) {
177177
count += 1;
178178
printf( "# c::%s:len=%d\n", NAME, len );

0 commit comments

Comments
 (0)