quicktest
quicktest copied to clipboard
Improve performance by adding async
Tasks
- [x] Add object-oriented structure + async to the
outputcommand (v1.0.2) - [x] Add object-oriented structure + async to the
setupcommand (v1.0.3) - [ ] Add object-oriented structure + async to the
stresscommand (v1.0.4) - [ ] Add object-oriented structure + async to the
checkcommand (v1.0.5) - [ ] Add object-oriented structure + async to the
cmpcommand (v1.0.6)
Adding Async
- [ ] replace
std::path::PathBuftoasync_std::path::PathBuf - [ ] Migrate to Async File Handler
Add new dependencies
async-std = "..."
futures = "..."
tokio = { version = "...", features = ["full"] }
Issues
# Don't works, v1.0.3
qt stress -t main.cpp -g gen.cpp --tout 1000 --tc 2 --run-ac