We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have used version 0.2.0, and I just tested the library to ensure it works correctly. Therefore, I have written a simple benchmark like:
async fn bench( &mut self, _: &mut Self::WorkerState, _: &IterInfo, ) -> Result<IterReport> { Ok(IterReport { duration: std::time::Duration::from_secs(1), status: Status::success(0), bytes: 0, items: 1, }) }
cargo run -- -c 1 -n 1 --fps 1
However, I encountered the error I mentioned above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have used version 0.2.0, and I just tested the library to ensure it works correctly. Therefore, I have written a simple benchmark like:
However, I encountered the error I mentioned above.
The text was updated successfully, but these errors were encountered: