Daniel Soutar
Daniel Soutar
> Is there a way to define benchmarks using `@benchmark` in a script file `script.jl` and run them via `$ julia script.jl`? > > From the runtime of the Julia...
I'm also looking into using `asv` with the project I'm working on. I've noticed that if you have the JSON data in the results directory, an empty set of install/uninstall/rebuild...
FWIW, I played around with logging a bit more and realise this is likely hitting the following issue mentioned in the docs: ```quote Toplevel testsets (which are not nested within...
For those that can write/merge to this repo - I have other code I would like to split out into functions. Let me know if you'd prefer to consolidate those...
> > The main problem here is that asv is mostly abandoned and has zero maintainers or contributors right now > > Just to be clear, one of the outcomes...
> (This would be extremely difficult to parse from the regular include() hell) I was doing this manually myself the other day for my not-flat codebase and thought the same...
So before I embark on this, I'll write a problem statement so we're on the same page. Sorry for the dump! Just don't want to write something nobody is interested...