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

Function write_config

tests/working_directory.rs:43–45  ·  view source on GitHub ↗

Write a codspeed.yml config file.

(path: &Path, content: &str)

Source from the content-addressed store, hash-verified

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)

Calls

no outgoing calls