Skip to content

Commit 9d153b5

Browse files
authored
bench: remove duplicate logic
PR-URL: #5160 Closes: #5143 Reviewed-by: Athan Reines <[email protected]>
1 parent d6e1030 commit 9d153b5

File tree

1 file changed

+0
-5
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/benchmark

1 file changed

+0
-5
lines changed

lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/benchmark/benchmark.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ bench( pkg+':factory', function benchmark( b ) {
7676
alpha = 20.0;
7777
beta = 15.0;
7878
mymgf = mgf.factory( alpha, beta );
79-
len = 100;
80-
t = new Float64Array( len );
81-
for ( i = 0; i < len; i++ ) {
82-
t[ i ] = uniform( 0.0, beta );
83-
}
8479

8580
len = 100;
8681
t = new Float64Array( len );

0 commit comments

Comments
 (0)