Created
September 8, 2016 13:47
-
-
Save sglyon/af9d604259ab77647edecf8331fe4d16 to your computer and use it in GitHub Desktop.
dolo.jl ea_quest3.mod import benchmarks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmark for build_levels_func_body: | |
BenchmarkTools.Trial: | |
samples: 10000 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 277.17 kb | |
allocs estimate: 4695 | |
minimum time: 394.74 μs (0.00% GC) | |
median time: 431.94 μs (0.00% GC) | |
mean time: 549.26 μs (14.63% GC) | |
maximum time: 9.11 ms (89.64% GC) | |
Benchmark for build_jacobian_func_body: | |
BenchmarkTools.Trial: | |
samples: 354 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 1.25 mb | |
allocs estimate: 25317 | |
minimum time: 25.03 ms (0.00% GC) | |
median time: 25.90 ms (0.00% GC) | |
mean time: 28.31 ms (1.74% GC) | |
maximum time: 58.18 ms (15.70% GC) | |
Benchmark for regex_create_symbolic_model: | |
BenchmarkTools.Trial: | |
samples: 73 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 3.01 mb | |
allocs estimate: 62834 | |
minimum time: 126.06 ms (0.00% GC) | |
median time: 134.58 ms (0.00% GC) | |
mean time: 137.40 ms (0.89% GC) | |
maximum time: 163.77 ms (6.00% GC) | |
Benchmark for dynare_import: | |
BenchmarkTools.Trial: | |
samples: 10 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 26.98 mb | |
allocs estimate: 579614 | |
minimum time: 985.37 ms (0.93% GC) | |
median time: 1.01 s (1.03% GC) | |
mean time: 1.01 s (1.23% GC) | |
maximum time: 1.03 s (0.99% GC) | |
Benchmark for compute_jacobian_derivatives: | |
BenchmarkTools.Trial: | |
samples: 354 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 905.03 kb | |
allocs estimate: 18535 | |
minimum time: 24.11 ms (0.00% GC) | |
median time: 27.69 ms (0.00% GC) | |
mean time: 28.31 ms (1.28% GC) | |
maximum time: 62.05 ms (13.96% GC) | |
Benchmark for build_hessian_func_body: | |
BenchmarkTools.Trial: | |
samples: 128 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 2.57 mb | |
allocs estimate: 56372 | |
minimum time: 71.60 ms (0.00% GC) | |
median time: 75.07 ms (0.00% GC) | |
mean time: 78.43 ms (1.53% GC) | |
maximum time: 110.74 ms (9.96% GC) | |
Benchmark for parse_normalize: | |
BenchmarkTools.Trial: | |
samples: 4468 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 525.50 kb | |
allocs estimate: 9603 | |
minimum time: 1.77 ms (0.00% GC) | |
median time: 1.95 ms (0.00% GC) | |
mean time: 2.24 ms (7.56% GC) | |
maximum time: 12.14 ms (72.30% GC) | |
Benchmark for build_function_factory: | |
BenchmarkTools.Trial: | |
samples: 698 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 5.09 mb | |
allocs estimate: 82546 | |
minimum time: 10.97 ms (0.00% GC) | |
median time: 12.72 ms (0.00% GC) | |
mean time: 14.32 ms (11.38% GC) | |
maximum time: 24.89 ms (30.03% GC) | |
Benchmark for compute_hessian_derivatives: | |
BenchmarkTools.Trial: | |
samples: 125 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 1.65 mb | |
allocs estimate: 41447 | |
minimum time: 69.82 ms (0.00% GC) | |
median time: 75.66 ms (0.00% GC) | |
mean time: 80.63 ms (2.55% GC) | |
maximum time: 310.36 ms (53.41% GC) | |
Benchmark for solve_triangular_system: | |
BenchmarkTools.Trial: | |
samples: 1195 | |
evals/sample: 1 | |
time tolerance: 5.00% | |
memory tolerance: 1.00% | |
memory estimate: 1.03 mb | |
allocs estimate: 6571 | |
minimum time: 7.14 ms (0.00% GC) | |
median time: 7.80 ms (0.00% GC) | |
mean time: 8.37 ms (4.88% GC) | |
maximum time: 152.11 ms (95.08% GC) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment