JuliaPerf / BenchmarksGame.jl

Other
43 stars 13 forks source link

Import all Julia benchmarks from benchmarks game site into this repo #40

Open non-Jedi opened 4 years ago

non-Jedi commented 4 years ago

That way we can compare programs here to those already submitted

SimonDanisch commented 4 years ago

I added the C++ examples manually: https://github.com/JuliaPerf/BenchmarksGame.jl/tree/sd-cppbench

non-Jedi commented 4 years ago

Supporting C++ as an additional language for comparison is a separate issue we should track in #34. For the record, doing so would be annoying but is still probably worthwhile in my opinion. :/

One option here would be to add the benchmarks-game repo as a submodule and then unpack the zip with the benchmark programs to a temporary directory as a step in run_benchmarks.jl.