Write a codspeed.yml config file.
(path: &Path, content: &str)
| 41 | |
| 42 | /// Write a codspeed.yml config file. |
| 43 | fn write_config(path: &Path, content: &str) { |
| 44 | fs::write(path, content).unwrap(); |
| 45 | } |
| 46 | |
| 47 | // ------------------------------------------------------------------- |
| 48 | // Config targets tests (exec targets via exec-harness) |
no outgoing calls