Skip to content

Commit 5a8bd8e

Browse files
authored
update benchmark.js
Signed-off-by: Harsh <[email protected]>
1 parent 3cfd706 commit 5a8bd8e

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/chisquare/logpdf/benchmark

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/chisquare/logpdf/benchmark/benchmark.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bench( pkg, function benchmark( b ) {
3838
var i;
3939

4040
opts = {
41-
'dtype': 'float64'
41+
'dtype': 'float64'
4242
};
4343
x = uniform( 100, 0.0, 100.0, opts );
4444
k = discreteUniform( 100, 1, 100, opts );
@@ -67,7 +67,7 @@ bench( pkg+':factory', function benchmark( b ) {
6767
var i;
6868

6969
opts = {
70-
'dtype': 'float64'
70+
'dtype': 'float64'
7171
};
7272
x = uniform( 100, 0.0, 100.0, opts );
7373

0 commit comments

Comments
 (0)