Skip to content

Commit ea5db8b

Browse files
authored
Update benchmark.native.js
Signed-off-by: Harsh <149176984+hrshya@users.noreply.github.com>
1 parent fbb20bc commit ea5db8b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/node_modules/@stdlib/stats/base/dists/invgamma/mean/benchmark/benchmark.native.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ bench( pkg+'::native', opts, function benchmark( b ) {
4949
opts = {
5050
'dtype': 'float64'
5151
};
52-
x = uniform( 100, EPS, 200.0, opts );
5352
alpha = uniform( 100, EPS + 1.0, 10.0, opts );
5453
beta = uniform( 100, EPS, 10.0, opts );
5554

0 commit comments

Comments
 (0)