MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / empty_benchmarks_json

Function empty_benchmarks_json

src/executor/wall_time/helpers.rs:167–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 fn empty_benchmarks_json() -> String {
168 r#"{
169 "creator": {
170 "name": "test",
171 "version": "1.0.0",
172 "pid": 12345
173 },
174 "instrument": {
175 "type": "walltime"
176 },
177 "benchmarks": []
178 }"#
179 .to_string()
180 }
181
182 // Success cases
183

Calls

no outgoing calls