You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to gradually move some simple benchmarking models into Turing.jl/benchmarks/* from TuringBenchmarks. These models would form a lightweight benchmarking suite, which we can run on Travis for every new PR. After Travis completion, the benchmarking results should be posted back as a comment to the PR. This allows us to have a quick inspection before merging PRs.
This is already partially implemented by #816, although we still need to add some models to Turing.jl/benchmarks/ and write a runbenchmarks.jl script.
We would like to gradually move some simple benchmarking models into
Turing.jl/benchmarks/*
fromTuringBenchmarks
. These models would form a lightweight benchmarking suite, which we can run on Travis for every new PR. After Travis completion, the benchmarking results should be posted back as a comment to the PR. This allows us to have a quick inspection before merging PRs.This is already partially implemented by #816, although we still need to add some models to
Turing.jl/benchmarks/
and write arunbenchmarks.jl
script.Example models
gdemo
MvNormal
and
Any comments?
The text was updated successfully, but these errors were encountered: