Skip to content

Submit benchmark files here #8

@IanButterworth

Description

@IanButterworth

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.

  1. Run
pkg> up             #make sure to use the latest version of SystemBenchmark
julia> using SystemBenchmark
julia> res = runbenchmark();
julia> savebenchmark("result.txt", res)
  1. Drag the file onto a new comment on this thread, and github will upload it and provide a link

result.txt

  1. 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

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions