-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
It would be great to be able to compare performance across the many platforms being used.
If you're happy to share your benchmark information for comparison, please submit them here and they'll be added to the repo.
- Run
pkg> up #make sure to use the latest version of SystemBenchmark
julia> using SystemBenchmark
julia> res = runbenchmark();
julia> savebenchmark("result.txt", res)
- Drag the file onto a new comment on this thread, and github will upload it and provide a link
- Feel free to also paste the full table, to make browsing results easier
julia> show(res, allcols=true, allrows=true)
25×3 DataFrame
│ Row │ cat │ testname │ res │
│ │ String │ String │ Any │
├─────┼─────────────┼───────────────────┼──────────────────────────────────────────┤
│ 1 │ info │ SysBenchVer │ 0.2.0 │
│ 2 │ info │ JuliaVer │ 1.4.1 │
│ 3 │ info │ OS │ macOS (x86_64-apple-darwin18.7.0) │
...
thanks!
Edit: You can now collect all the results posted in this issue by running
getsubmittedbenchmarks()
Also they are periodically updated here https://docs.google.com/spreadsheets/d/15Ldyq4n9cflXPDR63CQe6QwJCWedjvo2vaYJ0w2hhYo/edit#gid=0
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed