]> git.codecow.com Git - nano-pow.git/commitdiff
Fix scoring execution call.
authorChris Duncan <chris@codecow.com>
Fri, 22 May 2026 21:08:18 +0000 (14:08 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 22 May 2026 21:08:18 +0000 (14:08 -0700)
test/index.html

index 6c871779a3edf28f74ea4390b1c6ab5e588473bf..92d400d820b4324e9643612c007ea3bee6dab257 100644 (file)
@@ -202,7 +202,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
                                let times
                                document.getElementById('status').innerHTML = `SCORING IN PROGRESS. THIS WILL TAKE A LONG TIME. ${i}/${runs} 0/${size}<br/>`
                                try {
-                                       times = await execute(runs, size, difficulty, effort, api)
+                                       times = await execute(size, difficulty, effort, api)
                                } catch (err) {
                                        document.getElementById('output').innerHTML += `Error: ${err.message}<br/>`
                                        console.error(err)