Skip to content

Commit 8c95093

Browse files
authored
update benchmark.native.js
Signed-off-by: Harsh <[email protected]>
1 parent 6c164eb commit 8c95093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/chi/stdev/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
4848
opts = {
4949
'dtype': 'float64'
5050
};
51-
x = uniform( 100, EPS, 20.0, opts );
51+
k = uniform( 100, EPS, 20.0, opts );
5252

5353
b.tic();
5454
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)