Skip to content

Commit 3476bd7

Browse files
authored
bench: remove branch per current project conventions
Signed-off-by: Athan <[email protected]>
1 parent 03cdb44 commit 3476bd7

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/fast/absf/benchmark

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/math/base/special/fast/absf/benchmark/benchmark.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ bench( pkg, function benchmark( b ) {
4848
b.toc();
4949
if ( isnan( y ) ) {
5050
b.fail( 'should not return NaN' );
51-
} else {
52-
b.pass( 'benchmark finished' );
5351
}
52+
b.pass( 'benchmark finished' );
5453
b.end();
5554
});

0 commit comments

Comments
 (0)