Skip to content

Commit e7545e5

Browse files
authored
bench: fix description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 7eae161 commit e7545e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/stats/base/cumax/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function main() {
102102
for ( i = min; i <= max; i++ ) {
103103
len = pow( 10, i );
104104
f = createBenchmark( len );
105-
bench( format( '%s::ndarray:len=%d', pkg, len ), f );
105+
bench( format( '%s:ndarray:len=%d', pkg, len ), f );
106106
}
107107
}
108108

0 commit comments

Comments
 (0)