Skip to content

Commit 2d0bafb

Browse files
committed
Update artifacts
1 parent 99129b7 commit 2d0bafb

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

stats/strided/nancumax/accessors.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1><a href="index.html">All files</a> accessors.js</h1>
367367
<div class='footer quiet pad2 space-top1 center small'>
368368
Code coverage generated by
369369
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
370-
at 2026-04-05T14:31:48.468Z
370+
at 2026-04-17T07:20:24.370Z
371371
</div>
372372
<script src="prettify.js"></script>
373373
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[297,299,99.3311,22,24,91.6667,3,3,100,297,299,99.3311,"b303abc77cdbbba9cc826eaf247063532868b89a","2026-04-05 14:32:39"]
1+
[297,299,99.3311,22,24,91.6667,3,3,100,297,299,99.3311,"65c3462f20aa26f95fc87e1854c2fef579152bba","2026-04-17 07:21:53"]

stats/strided/nancumax/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1>All files</h1>
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2026-04-05T14:31:48.468Z
149+
at 2026-04-17T07:20:24.370Z
150150
</div>
151151
<script src="prettify.js"></script>
152152
<script>

stats/strided/nancumax/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
247247
<div class='footer quiet pad2 space-top1 center small'>
248248
Code coverage generated by
249249
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
250-
at 2026-04-05T14:31:48.468Z
250+
at 2026-04-17T07:20:24.370Z
251251
</div>
252252
<script src="prettify.js"></script>
253253
<script>

stats/strided/nancumax/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
215215
* // returns [ 1.0, 1.0, 1.0, 2.0 ]
216216
*/
217217
function nancumax( N, x, strideX, y, strideY ) {
218-
return ndarray( N, x, strideX, stride2offset( N, strideX ), y, strideY, stride2offset( N, strideY ) );
218+
return ndarray( N, x, strideX, stride2offset( N, strideX ), y, strideY, stride2offset( N, strideY ) ); // eslint-disable-line max-len
219219
}
220220
&nbsp;
221221
&nbsp;
@@ -229,7 +229,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
229229
<div class='footer quiet pad2 space-top1 center small'>
230230
Code coverage generated by
231231
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
232-
at 2026-04-05T14:31:48.468Z
232+
at 2026-04-17T07:20:24.370Z
233233
</div>
234234
<script src="prettify.js"></script>
235235
<script>

stats/strided/nancumax/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h1><a href="index.html">All files</a> ndarray.js</h1>
334334
<div class='footer quiet pad2 space-top1 center small'>
335335
Code coverage generated by
336336
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
337-
at 2026-04-05T14:31:48.468Z
337+
at 2026-04-17T07:20:24.370Z
338338
</div>
339339
<script src="prettify.js"></script>
340340
<script>

0 commit comments

Comments
 (0)