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

Documenter 1.0 upgrade

Open ArnoStrouwen opened this issue 9 months ago • 2 comments

ArnoStrouwen avatar Sep 25 '23 05:09 ArnoStrouwen

Codecov Report

Merging #553 (15011bb) into master (5886d20) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master     #553   +/-   ##
=======================================
  Coverage   83.14%   83.14%           
=======================================
  Files          16       16           
  Lines        1869     1869           
=======================================
  Hits         1554     1554           
  Misses        315      315           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Sep 25 '23 05:09 codecov-commenter

Benchmark Results

master 15011bbd8a7457... t[master]/t[15011bbd8a7457...]
overhead/acrule/a+2 1.21 ± 0.29 μs 1.18 ± 0.29 μs 1.03
overhead/acrule/a+2+b 1.2 ± 0.3 μs 1.18 ± 0.29 μs 1.02
overhead/acrule/a+b 0.424 ± 0.011 μs 0.428 ± 0.011 μs 0.99
overhead/acrule/noop:Int 0.0326 ± 0.0008 μs 0.0321 ± 0.0007 μs 1.02
overhead/acrule/noop:Sym 0.0554 ± 0.0085 μs 0.0575 ± 0.0086 μs 0.964
overhead/rule/noop:Int 0.0535 ± 0.0027 μs 0.054 ± 0.0021 μs 0.991
overhead/rule/noop:Sym 0.0728 ± 0.0024 μs 0.0694 ± 0.0024 μs 1.05
overhead/rule/noop:Term 0.0729 ± 0.0025 μs 0.0693 ± 0.0025 μs 1.05
overhead/ruleset/noop:Int 0.2 ± 0.0031 μs 0.2 ± 0.0027 μs 1
overhead/ruleset/noop:Sym 0.242 ± 0.0061 μs 0.245 ± 0.0047 μs 0.989
overhead/ruleset/noop:Term 5.5 ± 0.45 μs 5.04 ± 0.37 μs 1.09
overhead/simplify/noop:Int 0.28 ± 0.025 μs 0.268 ± 0.01 μs 1.04
overhead/simplify/noop:Sym 0.298 ± 0.0047 μs 0.28 ± 0.0041 μs 1.06
overhead/simplify/noop:Term 0.0536 ± 0.0042 ms 0.0516 ± 0.0039 ms 1.04
overhead/simplify/randterm (+, *):serial 0.192 ± 0.0018 s 0.189 ± 0.0018 s 1.02
overhead/simplify/randterm (+, *):thread 0.135 ± 0.016 s 0.135 ± 0.014 s 1
overhead/simplify/randterm (/, *):serial 0.324 ± 0.011 ms 0.325 ± 0.01 ms 0.997
overhead/simplify/randterm (/, *):thread 0.372 ± 0.012 ms 0.372 ± 0.011 ms 1
overhead/substitute/a 0.0888 ± 0.0029 ms 0.085 ± 0.0021 ms 1.04
overhead/substitute/a,b 0.0764 ± 0.0022 ms 0.0738 ± 0.0023 ms 1.04
overhead/substitute/a,b,c 24.9 ± 0.8 μs 25.8 ± 0.8 μs 0.965
polyform/easy_iszero 0.0472 ± 0.004 ms 0.0439 ± 0.0036 ms 1.08
polyform/isone 3.7 ± 0.099 ns 3.7 ± 0.1 ns 1
polyform/iszero 2.91 ± 0.041 ms 2.78 ± 0.052 ms 1.04
polyform/simplify_fractions 3.98 ± 0.097 ms 3.75 ± 0.062 ms 1.06
time_to_load 6.52 ± 0.037 s 6.5 ± 0.032 s 1

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).

github-actions[bot] avatar Sep 25 '23 05:09 github-actions[bot]