johnmyleswhite / Benchmarks.jl

A new benchmarking library for Julia
Other
45 stars 15 forks source link

Make estimate_clock_resolution more robust #39

Closed yuyichao closed 8 years ago

yuyichao commented 8 years ago

By checking for zero time interval.

This seems to happen on AArch64 Linux and doesn't seem to be legal.

Fixes Benchmarks.jl randomly returning wierd values issue on AArch64 Linux (or at least the board I tested on).