Miles Cranmer

Results 980 comments of Miles Cranmer
trafficstars

Thanks @johnfgibson. So, with the loss of my sanity, I finally got the workflow running in #51 - it correctly generates the various csv files. This is in spite of...

Here are the actual updated benchmarks, copied from the workflow's output. Could these automatically update the website after #51 is merged? Seems like parse_integers got a massive improvement compared to...

#51 is merged now 🎉 How do we update the benchmarks webpage?

Nice work! I don't know how to get the hardware specs for a particular workflow. According to the docs, linux runs always use 2-core CPU, 7 GB of RAM memory,...

I think it's fine if we do a single manual update to the csv/svg on the website, before automating benchmark updates (which might take a while longer to set up)....

Wait, by interpolation, you just mean copying the datapoint from the old graph right? I think if it's just that–keeping performance ratios in the plot–is perfectly fine so long as...

SGTM! I suppose I agree–having the Mathematica/MATLAB results is really useful for users from those domains of scientific computing. I think as long as everything is described in the text...

It doesn't look like `libopenblas64_.a` is generated by the Julia build anymore: ``` find ~/julia -name 'libopenblas*' /home/runner/julia/usr/lib/libopenblas64_.0.3.13.so /home/runner/julia/usr/lib/libopenblas64_.so /home/runner/julia/usr/lib/libopenblas64_.so.0 ``` It's also not inside the `.tar.gz` as @timholy found....

I'm not sure, what do you think? I think the original reason I made it build Julia from source was so that you could see the updated benchmarks on every...