Update cleanup instructions

This commit is contained in:
Tom Parker-Shemilt 2020-02-24 22:36:50 +00:00
parent e6520cbac0
commit d649b575a7
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,7 +1,5 @@
.idea/
Cargo.lock
target/
cleanup
cleanup.exe
ab-results*.json
results.yaml

View File

@ -1,5 +1,5 @@
// Cleans up `README.md`
// Usage: rustc cleanup.rs && ./cleanup
// Usage: cargo run --bin cleanup
use std::fs;
use std::fs::File;