Skip to content

Commit 6c164eb

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/chi/stdev/benchmark

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bench( pkg, function benchmark( b ) {
3939
opts = {
4040
'dtype': 'float64'
4141
};
42-
x = uniform( 100, EPS, 20.0, opts );
42+
k = uniform( 100, EPS, 20.0, opts );
4343

4444
b.tic();
4545
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)