Skip to content

Commit 2c34d92

Browse files
authored
update benchmark.js
Signed-off-by: Harsh <[email protected]>
1 parent d374fb9 commit 2c34d92

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/cauchy/ctor/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/cauchy/ctor/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ bench( pkg+'::set:x0', function benchmark( b ) {
104104
b.tic();
105105
for ( i = 0; i < b.iterations; i++ ) {
106106
dist.x0 = y[ i % y.length ];
107-
if ( dist.x0 !== y[ i % len ] ) {
107+
if ( dist.x0 !== y[ i % y.length ] ) {
108108
b.fail( 'should return set value' );
109109
}
110110
}

0 commit comments

Comments
 (0)