Benchmark.jl icon indicating copy to clipboard operation
Benchmark.jl copied to clipboard

A package for benchmarking code and packages

Results 13 Benchmark.jl issues
Sort by recently updated
recently updated
newest added

Hi, could you cut a new release with the fixed 0.4 deprecation warnings? Thank you.

[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the...

[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the...

[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the...

[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the...

It would be nice to see the garbage collection data (time and bytes). The time macro in Base supports this. See: https://github.com/JuliaLang/julia/blob/e9948b4b65140d3e82006bc222834ddf88cbbc9b/base/util.jl#L51-L63

In order of not to change to much definitions and use benchmark on functions taking arguments without define new 0 arguments functions. I have tested and works fine, even when...

% of wins on runnings gives and idea of how consistent is the difference. It's useful now. I'm using it and avoids me some bad interpretations. In the future some...

Works fine: ``` julia> using Benchmark julia> function bitlower() 'A' | 32 end julia> function bl(x) x | 32 end julia> function intlower() 'A' + 32 end julia> function il(x)...

[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.2) and the...