JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

Adds automatic display of bechmark results #90

Open aa25desh opened 4 years ago

aa25desh commented 4 years ago

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

lbenet commented 4 years ago

Thanks for the contribution @aa25desh

What do you mean by "relative precision"?

aa25desh commented 4 years ago

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 commented 4 years ago

@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

aa25desh commented 4 years ago

@lbenet should we find some workaround or is it ok for now?

lbenet commented 3 years ago

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?

mforets commented 3 years ago

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 .

aa25desh commented 3 years ago

we shall try run benchmark ? as a comment?

Yes as a comment in PR.