microsoft / ADBench

Benchmarking various AD tools.
MIT License
107 stars 39 forks source link

Get automated builds working again #197

Closed cgravill closed 4 years ago

cgravill commented 4 years ago

I've ported https://github.com/microsoft/ADBench/blob/9883bcdf06c27465ce7bd94ad4cff264a62f98ec/adobuilds/pr-win.yml over to GitHub Actions. That lets the build be more integrated rather than potentially calling into an external system (which is also not currently active).

There are a fair number of hard-coded values as before, we might want to look at extracting them to share with scripts but I'm keen to get a CI build active then expand to more of the benchmarks. This currently just does: ("Finite", "Manual", "PyTorch").

tomjaguarpaw commented 4 years ago

Cool! The plots generated for this particular run are at https://github.com/microsoft/ADBench/actions/runs/246611609

cgravill commented 4 years ago

Yes, it'd be great when I can figure out how to attach the benchmark plots inline to the PR but it's a nice start having them accessible through the checks UI.