Skip to content

Commit

Permalink
update sample tests parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
laisolizq committed Jul 24, 2024
1 parent 6d4b3c6 commit 81a47e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const smMain = require('@0xpolygonhermez/zkevm-proverjs/src/sm/sm_main/sm_main')

let rom = require('../../../build/rom.json');

let stepsN = 2 ** 23;
let stepsN = 2 ** 25;
let counters = false;

const fileCachePil = path.join(__dirname, '../../../node_modules/@0xpolygonhermez/zkevm-proverjs/cache-main-pil.json');
Expand Down

0 comments on commit 81a47e4

Please sign in to comment.