Skip to content

Commit e5b01b1

Browse files
refactor: update benchmark predicate function
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Ahmed_Kashkoush <89735230+ahmad-kashkoush@users.noreply.github.com>
1 parent 0549144 commit e5b01b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/benchmark/benchmark.find_last.length.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var Float64ArrayFE = factory( 'float64' );
4545
* @returns {boolean} boolean indicating whether a value passes a test
4646
*/
4747
function predicate( value ) {
48-
return value > 0;
48+
return value < 0.0;
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)