Skip to content

Commit f5554ba

Browse files
committed
fix bench alpha value
1 parent 0b0da4d commit f5554ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/ndarray/cscal/benchmark

lib/node_modules/@stdlib/blas/base/ndarray/cscal/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function createBenchmark( len ) {
5959
});
6060
x = new Complex64Vector( xbuf.buffer );
6161

62-
alpha = scalar2ndarray( new Complex64( 2.0, 0.0 ), options );
62+
alpha = scalar2ndarray( new Complex64( 0.8, 0.6 ), options );
6363

6464
return benchmark;
6565

0 commit comments

Comments
 (0)