Open mjskay opened 3 years ago
Good idea. I haven't used bench but at first glance I agree it seems worth playing with. Could be a good solution.
Noting here so we don't forget: from the conversation over at https://github.com/stan-dev/posterior/pull/160#issuecomment-847435468 I think that touchstone, not bench, is the more promising direction for this.
Hey @mjskay! As discussed {touchstone} is now in a stable state, would love your feedback!
Pinging off of https://github.com/stan-dev/posterior/pull/157#issuecomment-846611937, would it be useful to have some standard benchmarks we use for evaluating performance?
Does anyone have experience setting something like this up? I noticed that the bench package looks to be developing infrastructure for doing this with continuous integration using scripts with calls to
bench::mark()
in abench/
subdirectory. Might be worth playing with.