TaylorModels.jl
TaylorModels.jl copied to clipboard
Adds automatic display of bechmark results
Look at issue #47
With this commit I am getting required results locally.
As relative precision
is stored in RELPREC
dictionary, which is not generated by PkgBenchmark. we would not get it automatically.
@mforets Is there way to get relative precision
?
Still there might be few things to be done by repository owner
- Make sure to fix the version number in your CI setup.
- Repo has permission to use Github on Action
Thanks for the contribution @aa25desh
What do you mean by "relative precision"?
This function measures the relative precision of the result in a more informative way than taking the scalar overestimation because it evaluates the precision of the lower and the upper range bounds separately. look here.
@mforets Is there way to get relative precision?
i see, you'd like to store additional columns in the results table. i had a quick look and i'm not sure that feature is available in the user interface of PkgBenchmark.jl
@lbenet should we find some workaround or is it ok for now?
I think this PR is quite interesting; yet, I am not able to see any results; while I see that something is being triggered by github actions, there are no details since it is simply skipped.
@dpsanders @mforets What do you think about this? Shall we give it a try?
from https://github.com/JuliaIntervals/TaylorModels.jl/pull/90/files#r490853817 we shall try run benchmark
? as a comment? i don't have previous experience with BenchmarkCI .
we shall try run benchmark ? as a comment?
Yes as a comment in PR.