bazhenov / tango

Rust microbenchmarking harness based on paired-testing methodology
MIT License
72 stars 1 forks source link

Automatically create missing directories for the dumps #11

Closed bazhenov closed 9 months ago

bazhenov commented 9 months ago

When using -d tango should create missing directories automatically. The only reason why it should fail is if directory cannot be created: no permission, file already exists at a given path.

https://github.com/jonhoo/ordsearch/pull/25#issuecomment-1903611372