You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/governance/instructions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Ran 3 test suites in 1.83s (1.83s CPU time): 14 tests passed, 0 failed, 0 skippe
58
58
59
59
## Generating data and gas plots
60
60
61
-
In the `tests/benchmarks` folder, there are two Python files. They both handle data written to a csv from the [BenchmarkGovernorsTest.sol](./tests/benchmarks/BenchmarkGovernorsTest.sol) file using Foundry's writing data cheatcode.
61
+
In the `tests/benchmarks` folder, there are two Python files. They both handle data written to a csv from the [BenchmarkGovernorsTest.sol](./contracts/test/benchmarks/BenchmarkGovernorsTest.sol) file using Foundry's writing data cheatcode.
62
62
63
63
-[print_gas_data.py]: pretty prints data from `gas_data.csv`
64
64
-[plot_gas_data.py]: generates a matplotlib plot of gas usage in .png format: [gas_data_comparison.png]
0 commit comments