@@ -70,8 +70,8 @@ expression: results
70
70
" stats" : " [stats]"
71
71
},
72
72
{
73
- " name" : " BenchmarkSleep100ns " ,
74
- " uri" : " example/sleep_test .go::BenchmarkSleep100ns " ,
73
+ " name" : " BenchmarkLargeSetup " ,
74
+ " uri" : " example/setup_test .go::BenchmarkLargeSetup " ,
75
75
" config" : {
76
76
" warmup_time_ns" : null ,
77
77
" min_round_time_ns" : null ,
@@ -81,8 +81,31 @@ expression: results
81
81
" stats" : " [stats]"
82
82
},
83
83
{
84
- " name" : " BenchmarkSleep100ns_Loop" ,
85
- " uri" : " example/sleep_test.go::BenchmarkSleep100ns_Loop" ,
84
+ " name" : " BenchmarkLargeSetupInLoop" ,
85
+ " uri" : " example/setup_test.go::BenchmarkLargeSetupInLoop" ,
86
+ " config" : {
87
+ " warmup_time_ns" : null ,
88
+ " min_round_time_ns" : null ,
89
+ " max_time_ns" : null ,
90
+ " max_rounds" : null
91
+ },
92
+ " stats" : " [stats]"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ " creator" : {
98
+ " name" : " codspeed-go" ,
99
+ " version" : " [version]" ,
100
+ " pid" : " [pid]"
101
+ },
102
+ " instrument" : {
103
+ " type" : " walltime"
104
+ },
105
+ " benchmarks" : [
106
+ {
107
+ " name" : " BenchmarkQuicktest" ,
108
+ " uri" : " example/compat/quicktest_test.go::BenchmarkQuicktest" ,
86
109
" config" : {
87
110
" warmup_time_ns" : null ,
88
111
" min_round_time_ns" : null ,
@@ -92,8 +115,8 @@ expression: results
92
115
" stats" : " [stats]"
93
116
},
94
117
{
95
- " name" : " BenchmarkSleep100us " ,
96
- " uri" : " example/sleep_test .go::BenchmarkSleep100us " ,
118
+ " name" : " BenchmarkTestifyWithNew " ,
119
+ " uri" : " example/compat/testify_test .go::BenchmarkTestifyWithNew " ,
97
120
" config" : {
98
121
" warmup_time_ns" : null ,
99
122
" min_round_time_ns" : null ,
@@ -103,8 +126,8 @@ expression: results
103
126
" stats" : " [stats]"
104
127
},
105
128
{
106
- " name" : " BenchmarkSleep100us_Loop " ,
107
- " uri" : " example/sleep_test .go::BenchmarkSleep100us_Loop " ,
129
+ " name" : " BenchmarkTestifyWithT " ,
130
+ " uri" : " example/compat/testify_test .go::BenchmarkTestifyWithT " ,
108
131
" config" : {
109
132
" warmup_time_ns" : null ,
110
133
" min_round_time_ns" : null ,
@@ -114,8 +137,31 @@ expression: results
114
137
" stats" : " [stats]"
115
138
},
116
139
{
117
- " name" : " BenchmarkSleep10ms" ,
118
- " uri" : " example/sleep_test.go::BenchmarkSleep10ms" ,
140
+ " name" : " BenchmarkWithSlogAssert" ,
141
+ " uri" : " example/compat/slogassert_test.go::BenchmarkWithSlogAssert" ,
142
+ " config" : {
143
+ " warmup_time_ns" : null ,
144
+ " min_round_time_ns" : null ,
145
+ " max_time_ns" : null ,
146
+ " max_rounds" : null
147
+ },
148
+ " stats" : " [stats]"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ " creator" : {
154
+ " name" : " codspeed-go" ,
155
+ " version" : " [version]" ,
156
+ " pid" : " [pid]"
157
+ },
158
+ " instrument" : {
159
+ " type" : " walltime"
160
+ },
161
+ " benchmarks" : [
162
+ {
163
+ " name" : " BenchmarkSleep100ns" ,
164
+ " uri" : " example/timing/sleep_test.go::BenchmarkSleep100ns" ,
119
165
" config" : {
120
166
" warmup_time_ns" : null ,
121
167
" min_round_time_ns" : null ,
@@ -125,8 +171,8 @@ expression: results
125
171
" stats" : " [stats]"
126
172
},
127
173
{
128
- " name" : " BenchmarkSleep10ms_Loop " ,
129
- " uri" : " example/sleep_test.go::BenchmarkSleep10ms_Loop " ,
174
+ " name" : " BenchmarkSleep100ns_Loop " ,
175
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep100ns_Loop " ,
130
176
" config" : {
131
177
" warmup_time_ns" : null ,
132
178
" min_round_time_ns" : null ,
@@ -136,8 +182,8 @@ expression: results
136
182
" stats" : " [stats]"
137
183
},
138
184
{
139
- " name" : " BenchmarkSleep10us " ,
140
- " uri" : " example/sleep_test.go::BenchmarkSleep10us " ,
185
+ " name" : " BenchmarkSleep100us " ,
186
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep100us " ,
141
187
" config" : {
142
188
" warmup_time_ns" : null ,
143
189
" min_round_time_ns" : null ,
@@ -147,8 +193,8 @@ expression: results
147
193
" stats" : " [stats]"
148
194
},
149
195
{
150
- " name" : " BenchmarkSleep10us_Loop " ,
151
- " uri" : " example/sleep_test.go::BenchmarkSleep10us_Loop " ,
196
+ " name" : " BenchmarkSleep100us_Loop " ,
197
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep100us_Loop " ,
152
198
" config" : {
153
199
" warmup_time_ns" : null ,
154
200
" min_round_time_ns" : null ,
@@ -158,8 +204,8 @@ expression: results
158
204
" stats" : " [stats]"
159
205
},
160
206
{
161
- " name" : " BenchmarkSleep1ms " ,
162
- " uri" : " example/sleep_test.go::BenchmarkSleep1ms " ,
207
+ " name" : " BenchmarkSleep10ms " ,
208
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep10ms " ,
163
209
" config" : {
164
210
" warmup_time_ns" : null ,
165
211
" min_round_time_ns" : null ,
@@ -169,8 +215,8 @@ expression: results
169
215
" stats" : " [stats]"
170
216
},
171
217
{
172
- " name" : " BenchmarkSleep1ms_Loop " ,
173
- " uri" : " example/sleep_test.go::BenchmarkSleep1ms_Loop " ,
218
+ " name" : " BenchmarkSleep10ms_Loop " ,
219
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep10ms_Loop " ,
174
220
" config" : {
175
221
" warmup_time_ns" : null ,
176
222
" min_round_time_ns" : null ,
@@ -180,8 +226,8 @@ expression: results
180
226
" stats" : " [stats]"
181
227
},
182
228
{
183
- " name" : " BenchmarkSleep1us " ,
184
- " uri" : " example/sleep_test.go::BenchmarkSleep1us " ,
229
+ " name" : " BenchmarkSleep10us " ,
230
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep10us " ,
185
231
" config" : {
186
232
" warmup_time_ns" : null ,
187
233
" min_round_time_ns" : null ,
@@ -191,8 +237,8 @@ expression: results
191
237
" stats" : " [stats]"
192
238
},
193
239
{
194
- " name" : " BenchmarkSleep1us_Loop " ,
195
- " uri" : " example/sleep_test.go::BenchmarkSleep1us_Loop " ,
240
+ " name" : " BenchmarkSleep10us_Loop " ,
241
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep10us_Loop " ,
196
242
" config" : {
197
243
" warmup_time_ns" : null ,
198
244
" min_round_time_ns" : null ,
@@ -202,8 +248,8 @@ expression: results
202
248
" stats" : " [stats]"
203
249
},
204
250
{
205
- " name" : " BenchmarkSleep50ms " ,
206
- " uri" : " example/sleep_test.go::BenchmarkSleep50ms " ,
251
+ " name" : " BenchmarkSleep1ms " ,
252
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep1ms " ,
207
253
" config" : {
208
254
" warmup_time_ns" : null ,
209
255
" min_round_time_ns" : null ,
@@ -213,31 +259,19 @@ expression: results
213
259
" stats" : " [stats]"
214
260
},
215
261
{
216
- " name" : " BenchmarkSleep50ms_Loop " ,
217
- " uri" : " example/sleep_test.go::BenchmarkSleep50ms_Loop " ,
262
+ " name" : " BenchmarkSleep1ms_Loop " ,
263
+ " uri" : " example/timing/ sleep_test.go::BenchmarkSleep1ms_Loop " ,
218
264
" config" : {
219
265
" warmup_time_ns" : null ,
220
266
" min_round_time_ns" : null ,
221
267
" max_time_ns" : null ,
222
268
" max_rounds" : null
223
269
},
224
270
" stats" : " [stats]"
225
- }
226
- ]
227
- },
228
- {
229
- " creator" : {
230
- " name" : " codspeed-go" ,
231
- " version" : " [version]" ,
232
- " pid" : " [pid]"
233
- },
234
- " instrument" : {
235
- " type" : " walltime"
236
- },
237
- " benchmarks" : [
271
+ },
238
272
{
239
- " name" : " BenchmarkQuicktest " ,
240
- " uri" : " example/compat/quicktest_test .go::BenchmarkQuicktest " ,
273
+ " name" : " BenchmarkSleep1us " ,
274
+ " uri" : " example/timing/sleep_test .go::BenchmarkSleep1us " ,
241
275
" config" : {
242
276
" warmup_time_ns" : null ,
243
277
" min_round_time_ns" : null ,
@@ -247,8 +281,8 @@ expression: results
247
281
" stats" : " [stats]"
248
282
},
249
283
{
250
- " name" : " BenchmarkTestifyWithNew " ,
251
- " uri" : " example/compat/testify_test .go::BenchmarkTestifyWithNew " ,
284
+ " name" : " BenchmarkSleep1us_Loop " ,
285
+ " uri" : " example/timing/sleep_test .go::BenchmarkSleep1us_Loop " ,
252
286
" config" : {
253
287
" warmup_time_ns" : null ,
254
288
" min_round_time_ns" : null ,
@@ -258,8 +292,8 @@ expression: results
258
292
" stats" : " [stats]"
259
293
},
260
294
{
261
- " name" : " BenchmarkTestifyWithT " ,
262
- " uri" : " example/compat/testify_test .go::BenchmarkTestifyWithT " ,
295
+ " name" : " BenchmarkSleep50ms " ,
296
+ " uri" : " example/timing/sleep_test .go::BenchmarkSleep50ms " ,
263
297
" config" : {
264
298
" warmup_time_ns" : null ,
265
299
" min_round_time_ns" : null ,
@@ -269,8 +303,8 @@ expression: results
269
303
" stats" : " [stats]"
270
304
},
271
305
{
272
- " name" : " BenchmarkWithSlogAssert " ,
273
- " uri" : " example/compat/slogassert_test .go::BenchmarkWithSlogAssert " ,
306
+ " name" : " BenchmarkSleep50ms_Loop " ,
307
+ " uri" : " example/timing/sleep_test .go::BenchmarkSleep50ms_Loop " ,
274
308
" config" : {
275
309
" warmup_time_ns" : null ,
276
310
" min_round_time_ns" : null ,
0 commit comments