Skip to content

Commit cc804dc

Browse files
committed
fixup: rle example
1 parent 682e76c commit cc804dc

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

go-runner/src/snapshots/codspeed_go_runner__integration_tests__assert_results_snapshots@example.snap

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,28 @@ expression: results
169169
},
170170
"stats": "[stats]"
171171
},
172+
{
173+
"name": "BenchmarkLeakyFunction",
174+
"uri": "example/rle_test.go::BenchmarkLeakyFunction",
175+
"config": {
176+
"warmup_time_ns": null,
177+
"min_round_time_ns": null,
178+
"max_time_ns": null,
179+
"max_rounds": null
180+
},
181+
"stats": "[stats]"
182+
},
183+
{
184+
"name": "BenchmarkRLEBad",
185+
"uri": "example/rle_test.go::BenchmarkRLEBad",
186+
"config": {
187+
"warmup_time_ns": null,
188+
"min_round_time_ns": null,
189+
"max_time_ns": null,
190+
"max_rounds": null
191+
},
192+
"stats": "[stats]"
193+
},
172194
{
173195
"name": "BenchmarkWithOutlierMeasurementModern",
174196
"uri": "example/setup_test.go::BenchmarkWithOutlierMeasurementModern",

0 commit comments

Comments
 (0)