Skip to content

Commit f54fc94

Browse files
authored
bench: fix type
Signed-off-by: Athan <[email protected]>
1 parent 6ac3934 commit f54fc94

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/number/uint32/base/identity/benchmark/c/native

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/number/uint32/base/identity/benchmark/c/native/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static double rand_double( void ) {
9393
static double benchmark( void ) {
9494
uint32_t x[ 100 ];
9595
double elapsed;
96-
double y;
96+
uint32_t y;
9797
double t;
9898
int i;
9999

0 commit comments

Comments
 (0)