diff --git a/src/main.js b/src/main.js index e8088f5..1c8e856 100644 --- a/src/main.js +++ b/src/main.js @@ -5,7 +5,7 @@ import ProgressBar from "progress"; let data = fs.readFileSync("./tests/tests.json"); data = JSON.parse(data); const sequences = fs.readFileSync("./tests/sequences").toString().split("\n"); -//const total = sequences.length; +// const total = sequences.length; const total = 500; // skip the later tests because of memory usage for (const test_name of Object.keys(data)) { @@ -28,4 +28,4 @@ for (const test_name of Object.keys(data)) { bar.tick(); } console.log(`correct: ${correct}\ntotal: ${total / 2}\n`); -} \ No newline at end of file +}