Commit 930c2869 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 6fe16545
...@@ -120,7 +120,7 @@ async function run(root,name, directory, timestamp) { ...@@ -120,7 +120,7 @@ async function run(root,name, directory, timestamp) {
let las = [] let las = []
for (let i = 0; i < 100000; i++) { for (let i = 0; i < 10000000000; i++) {
if (i < last.length) if (i < last.length)
las.push(last[i]) las.push(last[i])
} }
......
...@@ -123,7 +123,7 @@ let t=name.toLowerCase() ...@@ -123,7 +123,7 @@ let t=name.toLowerCase()
let las = [] let las = []
for (let i = 0; i < 100000; i++) { for (let i = 0; i < 10000000000; i++) {
if (i < last.length) if (i < last.length)
las.push(last[i]) las.push(last[i])
} }
......
...@@ -123,7 +123,7 @@ async function run(root,name, directory, timestamp) { ...@@ -123,7 +123,7 @@ async function run(root,name, directory, timestamp) {
let las = [] let las = []
for (let i = 0; i < 100000; i++) { for (let i = 0; i < 10000000000; i++) {
if (i < last.length) if (i < last.length)
las.push(last[i]) las.push(last[i])
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment