We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684ead6 commit 587957eCopy full SHA for 587957e
1 file changed
benchmark/sirun/debugger/app.js
@@ -14,7 +14,7 @@ setTimeout(doSomeWork, 250)
14
function doSomeWork (arg1 = 1, arg2 = 2) {
15
const data = getSomeData()
16
data.n = n
17
- if (++n <= 500) {
+ if (++n <= 250) {
18
setTimeout(doSomeWork, 1)
19
}
20
0 commit comments