- Notifications
You must be signed in to change notification settings - Fork5
Add script to run benchmarks and script to download data#39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Example usage:```$ python scripts/bench.py -b graphblas -f pagerank -d amazon0302```
codecov-commenter commentedDec 3, 2022
Codecov ReportBase:72.67% // Head:72.67% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@## main #39 +/- ##======================================= Coverage 72.67% 72.67% ======================================= Files 69 69 Lines 2569 2569 Branches 475 475 ======================================= Hits 1867 1867 Misses 531 531 Partials 171 171 Help us with your feedback. Take ten seconds to tell ushow you rate us. Have a feature suggestion?Share it here. ☔ View full report at Codecov. |
eriknw commentedDec 3, 2022
Here's the help: And here example output: and This is as far as I can take things for now--I'm going to merge. Comments/feedback welcome--especially in the form of PRs! What other datasets would be good to benchmark against? I'll figure out where to post benchmark processing scripts and results later. |
eriknw commentedDec 3, 2022
Hmm, we should probably list the available functions to benchmark in the help message. |
Example usage: