quicktest icon indicating copy to clipboard operation
quicktest copied to clipboard

Improve performance by adding async

Open LuchoBazz opened this issue 1 year ago • 0 comments

Tasks

  • [x] Add object-oriented structure + async to the output command (v1.0.2)
  • [x] Add object-oriented structure + async to the setup command (v1.0.3)
  • [ ] Add object-oriented structure + async to the stress command (v1.0.4)
  • [ ] Add object-oriented structure + async to the check command (v1.0.5)
  • [ ] Add object-oriented structure + async to the cmp command (v1.0.6)

Adding Async

  • [ ] replace std::path::PathBuf to async_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 

LuchoBazz avatar Mar 11 '24 00:03 LuchoBazz