Skip to content

Commit f46baf5

Browse files
authored
bench: remove duplicated logic
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent acc2790 commit f46baf5

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ bench( pkg+':factory', function benchmark( b ) {
7373

7474
k = 10.0;
7575
mylogpdf = logpdf.factory( k );
76-
x = uniform( 100, -2.0, 2.0 );
7776

7877
b.tic();
7978
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)