Skip to content

Commit 96036a9

Browse files
reorder
1 parent f392a1e commit 96036a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/node_modules/@stdlib/stats/base/dists/levy/median/benchmark/benchmark.native.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ var opts = {
4141
// MAIN //
4242

4343
bench( pkg+'::native', opts, function benchmark( b ) {
44-
var len;
45-
var mu;
46-
var c;
4744
var rand1;
4845
var rand2;
46+
var len;
47+
var mu;
4948
var y;
49+
var c;
5050
var i;
5151

5252
len = 100;
@@ -75,4 +75,3 @@ bench( pkg+'::native', opts, function benchmark( b ) {
7575
b.pass( 'benchmark finished' );
7676
b.end();
7777
});
78-

0 commit comments

Comments
 (0)