Skip to content

Commit 63b1888

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 3ecef14 commit 63b1888

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/nanmax-by/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/nanmax-by/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function main() {
128128
for ( i = min; i <= max; i++ ) {
129129
len = pow( 10, i );
130130
f = createBenchmark( len );
131-
bench( format( '%s:dtype=%s,len=%d', pkg, options.dtype, len ), f );
131+
bench( format( '%s:len=%d', pkg, len ), f );
132132
}
133133
}
134134

0 commit comments

Comments
 (0)