SymbolicML / DynamicExpressions.jl

Ridiculously fast symbolic expressions
https://symbolicml.org/DynamicExpressions.jl/dev
Apache License 2.0
90 stars 11 forks source link

Add Aqua.jl to test suite #48

Closed MilesCranmer closed 10 months ago

github-actions[bot] commented 10 months ago

Benchmark Results

master 84de01c848096e... t[master]/t[84de01c848096e...]
eval/ComplexF32/evaluation 11 ± 0.7 ms 11 ± 0.65 ms 1
eval/ComplexF64/evaluation 13.4 ± 1 ms 13.3 ± 0.93 ms 1.01
eval/Float32/derivative 17.2 ± 2.2 ms 16.8 ± 2.2 ms 1.02
eval/Float32/derivative_turbo 19.4 ± 2.3 ms 19.3 ± 2.3 ms 1
eval/Float32/evaluation 3.68 ± 0.28 ms 3.7 ± 0.29 ms 0.995
eval/Float32/evaluation_turbo 1.16 ± 0.06 ms 1.16 ± 0.048 ms 1
eval/Float64/derivative 19.4 ± 0.99 ms 20.2 ± 0.89 ms 0.961
eval/Float64/derivative_turbo 23.5 ± 0.77 ms 24.4 ± 0.82 ms 0.966
eval/Float64/evaluation 3.69 ± 0.29 ms 3.72 ± 0.28 ms 0.994
eval/Float64/evaluation_turbo 1.63 ± 0.076 ms 1.63 ± 0.074 ms 0.998
time_to_load 0.832 ± 0.0076 s 0.837 ± 0.0037 s 0.994
utils/combine_operators 0.0591 ± 0.0033 ms 0.0604 ± 0.0035 ms 0.978
utils/convert/break_sharing 0.0504 ± 0.0049 ms 0.0507 ± 0.0049 ms 0.994
utils/convert/preserve_sharing 0.236 ± 0.0098 ms 0.235 ± 0.01 ms 1.01
utils/copy/break_sharing 0.0495 ± 0.0041 ms 0.0492 ± 0.0039 ms 1.01
utils/copy/preserve_sharing 0.235 ± 0.0076 ms 0.233 ± 0.0081 ms 1.01
utils/count_constants 26.1 ± 0.7 μs 26 ± 0.8 μs 1
utils/count_depth 29.3 ± 0.8 μs 29.4 ± 0.8 μs 0.997
utils/count_nodes 25.1 ± 0.8 μs 25.5 ± 0.7 μs 0.984
utils/get_set_constants! 0.104 ± 0.0023 ms 0.103 ± 0.0025 ms 1.01
utils/has_constants 6.71 ± 0.44 μs 6.7 ± 0.46 μs 1
utils/has_operators 2.07 ± 0.06 μs 2.08 ± 0.05 μs 0.995
utils/index_constants 0.0818 ± 0.0044 ms 0.0811 ± 0.0044 ms 1.01
utils/is_constant 7.73 ± 0.47 μs 7.78 ± 0.47 μs 0.994
utils/simplify_tree 0.171 ± 0.016 ms 0.181 ± 0.017 ms 0.949
utils/string_tree 0.365 ± 0.011 ms 0.365 ± 0.01 ms 0.998

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 5775025630


Totals Coverage Status
Change from base Build 5771458895: 0.0%
Covered Lines: 1074
Relevant Lines: 1180

💛 - Coveralls