cgewecke / hardhat-gas-reporter

Gas Usage Analytics for Hardhat
MIT License
404 stars 55 forks source link

Support mocha parallel #198

Open cgewecke opened 4 months ago

cgewecke commented 4 months ago

This might be possible by setting an afterAll mocha root hook via require in the mocha config. The hook will write the processes' gasData to cache. Then, coming out of TASK_TEST we

Questions