Skip to content

Commit 3b94c33

Browse files
committed
fix: accept new snapshot
1 parent 7eb6112 commit 3b94c33

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

go-runner/src/snapshots/go_runner__integration_tests__assert_results_snapshots@golang-benchmarks_4.snap

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,28 @@ expression: content
2222
"max_rounds": null
2323
},
2424
"stats": "[stats]"
25+
},
26+
{
27+
"name": "BenchmarkIoutilReadFile",
28+
"uri": "embed/embed_test.go::BenchmarkIoutilReadFile",
29+
"config": {
30+
"warmup_time_ns": null,
31+
"min_round_time_ns": null,
32+
"max_time_ns": null,
33+
"max_rounds": null
34+
},
35+
"stats": "[stats]"
36+
},
37+
{
38+
"name": "BenchmarkReadFile",
39+
"uri": "embed/embed_test.go::BenchmarkReadFile",
40+
"config": {
41+
"warmup_time_ns": null,
42+
"min_round_time_ns": null,
43+
"max_time_ns": null,
44+
"max_rounds": null
45+
},
46+
"stats": "[stats]"
2547
}
2648
]
2749
}

0 commit comments

Comments
 (0)