Skip to content

Commit 8fe74a9

Browse files
Update lib/node_modules/@stdlib/stats/base/dists/frechet/ctor/benchmark/benchmark.js
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Lokesh Ranjan <lokesh.ranjan.phe23@itbhu.ac.in>
1 parent 2451fc1 commit 8fe74a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/dists/frechet/ctor/benchmark

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ bench( format( '%s::set:s', pkg ), function benchmark( bm ) {
170170

171171
bm.tic();
172172
for ( i = 0; i < bm.iterations; i++ ) {
173-
dist.b = y[ i % y.length ];
174-
if ( dist.b !== y[ i % y.length ] ) {
173+
dist.s = y[ i % y.length ];
174+
if ( dist.s !== y[ i % y.length ] ) {
175175
bm.fail( 'should return set value' );
176176
}
177177
}

0 commit comments

Comments
 (0)