Skip to content
New issue

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

Remove all panics and dubious arithmetic #8

Open
ranweiler opened this issue Jul 11, 2017 · 1 comment
Open

Remove all panics and dubious arithmetic #8

ranweiler opened this issue Jul 11, 2017 · 1 comment
Labels

Comments

@ranweiler
Copy link
Owner

The initial implementation is totally reckless wrt panics, casting of numeric types, and floating point arithmetic. Fix this up.

@ranweiler ranweiler added the bug label Jul 11, 2017
@ranweiler
Copy link
Owner Author

This is now largely addressed. We should still improve the API around possible misuse of Bencher::run() (e.g. calling it outside of a benchmark function).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant