Commit ae2cee4
committed
builder by value
pass builder by value, therefore it is not allocated
benchmark old ns/op new ns/op delta
BenchmarkAllocProperty/props0 100 83.3 -16.70%
BenchmarkAllocProperty/props1 319 296 -7.21%
BenchmarkAllocProperty/props2 628 606 -3.50%
BenchmarkAllocProperty/props3 1033 1009 -2.32%
BenchmarkAllocProperty/props4 1485 1439 -3.10%
BenchmarkAllocProperty/props5 2012 1952 -2.98%
BenchmarkAllocProperty/props6 2573 2486 -3.38%
BenchmarkAllocProperty/props7 3201 3115 -2.69%
BenchmarkAllocProperty/props8 3829 3751 -2.04%
benchmark old allocs new allocs delta
BenchmarkAllocProperty/props0 2 1 -50.00%
BenchmarkAllocProperty/props1 5 4 -20.00%
BenchmarkAllocProperty/props2 8 7 -12.50%
BenchmarkAllocProperty/props3 11 10 -9.09%
BenchmarkAllocProperty/props4 14 13 -7.14%
BenchmarkAllocProperty/props5 17 16 -5.88%
BenchmarkAllocProperty/props6 20 19 -5.00%
BenchmarkAllocProperty/props7 23 22 -4.35%
BenchmarkAllocProperty/props8 26 25 -3.85%
benchmark old bytes new bytes delta
BenchmarkAllocProperty/props0 176 96 -45.45%
BenchmarkAllocProperty/props1 672 592 -11.90%
BenchmarkAllocProperty/props2 1168 1088 -6.85%
BenchmarkAllocProperty/props3 1664 1584 -4.81%
BenchmarkAllocProperty/props4 2160 2080 -3.70%
BenchmarkAllocProperty/props5 2656 2576 -3.01%
BenchmarkAllocProperty/props6 3152 3072 -2.54%
BenchmarkAllocProperty/props7 3648 3568 -2.19%
BenchmarkAllocProperty/props8 4144 4064 -1.93%1 parent 8fb51e4 commit ae2cee4
1 file changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments