Skip to content

Commit c15e7b7

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 8334f9c commit c15e7b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/to-reversed-dimensions/benchmark

lib/node_modules/@stdlib/ndarray/base/to-reversed-dimensions/benchmark/benchmark.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ bench( format( '%s::non-base:ndims=2', pkg ), function benchmark( b ) {
151151
b.end();
152152
});
153153

154-
bench( format( '%s::base:ndims=3,dims=[0,1,2]', pkg ), function benchmark( b ) {
154+
bench( format( '%s::base:ndims=3', pkg ), function benchmark( b ) {
155155
var values;
156156
var out;
157157
var i;
@@ -179,7 +179,7 @@ bench( format( '%s::base:ndims=3,dims=[0,1,2]', pkg ), function benchmark( b ) {
179179
b.end();
180180
});
181181

182-
bench( format( '%s::non-base:ndims=3,dims=[0,1,2]', pkg ), function benchmark( b ) {
182+
bench( format( '%s::non-base:ndims=3', pkg ), function benchmark( b ) {
183183
var values;
184184
var out;
185185
var i;

0 commit comments

Comments
 (0)