Open
Description
Recently, I implemented the tokio runtime for asynchronous execution of
- REST API calls (the pure python project doesn't implement this)
- running clang-tidy and/or clang-format on each file
Although, I didn't notice any performance boost in the tests. I'm wondering if I missed something. Additionally, some await
commands in some of the tests do not show as triggered in the coverage reports (using llvm-cov reports, not codecov which only shows line coverage).