JuliaRandom / RandomNumbers.jl

Random Number Generators for the Julia Language.
https://juliarandom.github.io/RandomNumbers.jl/stable
Other
97 stars 23 forks source link

Update speed benchmarking for Julia 1.x #59

Closed robertfeldt closed 5 years ago

robertfeldt commented 5 years ago

Simple updates so this runs on Julia 1.x Also import Random123 so this can be run from command line

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 83.965% when pulling eefcf14516e90da5e9c8bf16a694fa6a7df811fc on robertfeldt:master into c0fb11135e458b6ee8b8a6693e3c197da7c71492 on sunoru:master.

codecov-io commented 5 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files          21       21           
  Lines         462      462           
=======================================
  Hits          396      396           
  Misses         66       66

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c0fb111...6a46582. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #59   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files          21       21           
  Lines         462      462           
=======================================
  Hits          396      396           
  Misses         66       66

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c0fb111...eefcf14. Read the comment docs.

sunoru commented 5 years ago

Thank you very much! The benchmarking files haven't been updated for long.