()
| 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 |
no outgoing calls