Commit ca0fc0e5 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 58026d48
......@@ -120,7 +120,7 @@ async function run(root,name, directory, timestamp) {
let las = []
for (let i = 0; i < 10000; i++) {
for (let i = 0; i < 100000; i++) {
if (i < last.length)
las.push(last[i])
}
......
......@@ -123,7 +123,7 @@ let t=name.toLowerCase()
let las = []
for (let i = 0; i < 10000; i++) {
for (let i = 0; i < 100000; i++) {
if (i < last.length)
las.push(last[i])
}
......
......@@ -123,7 +123,7 @@ async function run(root,name, directory, timestamp) {
let las = []
for (let i = 0; i < 10000; i++) {
for (let i = 0; i < 100000; i++) {
if (i < last.length)
las.push(last[i])
}
......
......@@ -15,7 +15,11 @@ async function run() {
let config= await fs.readFileSync('./uniq/'+configs[i], 'utf8')
config=JSON.parse(config)
for (let j=0;j<config.length;j++)
{
arr.push(config[j])
}
......
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