Skip to content

Commit 3ecef14

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

File tree

1 file changed

+5
-0
lines changed
  • lib/node_modules/@stdlib/stats/strided/nanmax-by/benchmark

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ function createBenchmark( len ) {
9797

9898
// MAIN //
9999

100+
/**
101+
* Main execution sequence.
102+
*
103+
* @private
104+
*/
100105
function main() {
101106
var len;
102107
var min;

0 commit comments

Comments
 (0)