Commit a5c84b5b authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 613b5d59
......@@ -16,7 +16,7 @@ async function work() {
let directory = await fs.readdirSync('result/' + dir)
for (let i = 0; i < directory.length; i = i + 1000) {
// console.log('hi')
// console.log('hi')
let arr = []
for (let j = 0; j < 1000; j++) {
try {
......@@ -44,7 +44,7 @@ async function work() {
} catch (e) {
}
console.log(arr.length)
await run('default', 'compound1000', arr, timestamp)
// run('default','compound1000Start', arr, timestamp)
// run('default','profitPerMonth1000', arr, timestamp)
......
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