-
Notifications
You must be signed in to change notification settings - Fork 2
bench: added allocation benchmarks on CI #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Benchmark resultJudge resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #219 +/- ##
=======================================
Coverage 98.61% 98.61%
=======================================
Files 26 26
Lines 4327 4327
=======================================
Hits 4267 4267
Misses 60 60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmark resultJudge resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
Benchmark resultJudge resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job: Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
Benchmark resultJudge resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job: Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/ModelPredictiveControl.jl/ModelPredictiveControl.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
Weird, the benchmarks run locally without any error, but not in github actions. Might be a bug in |
Merging and re-oppening a new PR, to see if |
Removed the no-allocation tests (
@allocations
macro is not reliable).Replace them is no-allocation benchmarking, by using
BenchmarkTools
with the optionsample=1
andBenchmarkCI.jl
package.Might replace
BenchmarkCI.jl
withAirspeedVelocity.jl
soon, since it seems less experimental and complete.Note that the
benchmark
label needs to be present to run the benchmarks on CI with github actions.