Skip to content

Commit c78421d

Browse files
bench: fix bench name
Signed-off-by: Prajjwal Bajpai <prajjwal8166@gmail.com>
1 parent fdf26da commit c78421d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/blas/base/dspmv/benchmark/benchmark.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function main() {
104104
for ( i = min; i <= max; i++ ) {
105105
len = floor( pow( pow( 10, i ), 1.0/2.0 ) );
106106
f = createBenchmark( len );
107-
bench( format( '%s:ndarray:size=%d', pkg, len * ( len + 1 ) / 2 ), opts, f );
107+
bench( format( '%s::native:ndarray:size=%d', pkg, len * ( len + 1 ) / 2 ), opts, f );
108108
}
109109
}
110110

0 commit comments

Comments
 (0)