Commit e92ba45
authored
feat(benchmark): add
* feat: wrap blockchain test for benchmark
* feat: wrap state test for benchmark
* feat(benchmark): add code generator to generate transaction
* fix: resolve typing issue
* refactor: update benchmark code generator and test wrapper
* fix: udpate example changes
* refactor: resolve typing and update func interface
* refactor: remove benchmark state test wrapper
* fix: pydantic model validation for benchmark manager
* refactor synatx and parameter
* refactor: remove benchmark manager feature
* refactor: update logic and add benchmark tests
* refactor: enforce single property requirement in blockchain test generation
* refactor: update Bytecode serialization schema to use format_ser_schema
* refactor: update import paths
* refactor: update serialization schema
* refactor: remove unused parameters
* doc: add changelog entry
* fix typobenchmark_test test type (ethereum#1945)1 parent 42fe3c2 commit e92ba45
File tree
3 files changed
+23
-40
lines changed- benchmark
3 files changed
+23
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| 159 | + | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
159 | | - | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
1842 | 1844 | | |
1843 | 1845 | | |
1844 | 1846 | | |
1845 | | - | |
| 1847 | + | |
1846 | 1848 | | |
1847 | | - | |
1848 | | - | |
1849 | 1849 | | |
1850 | 1850 | | |
1851 | | - | |
1852 | | - | |
1853 | | - | |
1854 | | - | |
1855 | | - | |
1856 | | - | |
1857 | | - | |
1858 | | - | |
1859 | | - | |
1860 | | - | |
1861 | | - | |
1862 | | - | |
1863 | | - | |
1864 | | - | |
1865 | | - | |
| 1851 | + | |
1866 | 1852 | | |
1867 | 1853 | | |
1868 | | - | |
| 1854 | + | |
1869 | 1855 | | |
1870 | 1856 | | |
1871 | 1857 | | |
| |||
2764 | 2750 | | |
2765 | 2751 | | |
2766 | 2752 | | |
2767 | | - | |
| 2753 | + | |
2768 | 2754 | | |
2769 | | - | |
2770 | 2755 | | |
2771 | | - | |
2772 | 2756 | | |
2773 | 2757 | | |
2774 | | - | |
2775 | | - | |
2776 | | - | |
2777 | | - | |
2778 | | - | |
2779 | | - | |
2780 | | - | |
2781 | | - | |
2782 | | - | |
2783 | | - | |
2784 | | - | |
2785 | | - | |
2786 | | - | |
2787 | | - | |
2788 | | - | |
| 2758 | + | |
2789 | 2759 | | |
2790 | 2760 | | |
2791 | | - | |
| 2761 | + | |
| 2762 | + | |
| 2763 | + | |
2792 | 2764 | | |
2793 | 2765 | | |
2794 | 2766 | | |
| |||
0 commit comments