Stefan Krastanov

Results 214 issues of Stefan Krastanov

https://pretalx.com/juliacon2023/talk/DCEGGJ/

The result of `using PackageName; @time @eval some_custom_function()`. It can not be part of BenchmarkGroup because we want to measure only the first run. A new process might be needed...

One might frequently have a few benchmarks that take tens of seconds and a few that take tens of microseconds. To get a single figure of merit out of these...

If I am testing an old version of my package, I might want to not test it on the most recent version of its dependencies. To get the contemporary version...

Adding the number of threads to the benchmark matrix would be nice, especially if it is a dedicated flag, not something one needs to do manually through a generic "extra...

If you have juliaup installed, you can do `julia +1.8.2 [other arguments]` to launch specifically the julia 1.8.2 version of julia. Benchmarking on specific julia version that way would be...

I installed `ion` in a local path, successfully authenticated it to github, successfully used `bump` but then `summon` is erroring with error code 101: ``` stefan@cube ~/D/S/q/QuantumClifford.jl (master) > ion...

bug

``` julia> using Aqua, Nemo julia> Aqua.test_all(Nemo) 138 ambiguities found ``` Seems to come at least partially from #1540 1540

As seen in discussions on slack and discourse: I want to be able to do: ``` for g in list_of_different_types_of_gates: apply!(state, g) end ``` without dynamic dispatch or allocations. `apply!`...

This is a wonderful tool! Thank you for creating it! This tool is almost perfect for preparing lecture notes and exams that can then be rendered as a nice PDF....