liar icon indicating copy to clipboard operation
liar copied to clipboard

Remove all panics and dubious arithmetic

Open ranweiler opened this issue 8 years ago • 1 comments

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

ranweiler avatar Jul 11 '17 00:07 ranweiler

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).

ranweiler avatar Apr 03 '18 23:04 ranweiler