Skip to content

Commit 6f9db95

Browse files
authored
bench: fix missing namespace
Signed-off-by: Athan <[email protected]>
1 parent 8877111 commit 6f9db95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/number/uint32/base/identity/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var opts = {
3838

3939
// MAIN //
4040

41-
bench( pkg, opts, function benchmark( b ) {
41+
bench( pkg+'::native', opts, function benchmark( b ) {
4242
var x;
4343
var y;
4444
var i;

0 commit comments

Comments
 (0)