Skip to content

Commit 4f9b2f4

Browse files
authored
bench: fix type
Signed-off-by: Athan <kgryte@gmail.com>
1 parent a4958d2 commit 4f9b2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static double benchmark( int iterations, int len ) {
114114
int64_t ndims;
115115
float *data;
116116
float v;
117-
float t;
117+
double t;
118118
int i;
119119

120120
ndims = 1;

0 commit comments

Comments
 (0)