-
Notifications
You must be signed in to change notification settings - Fork 153
Ability to run offline #70
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually, looking more at how things are setup, I realize that maybe this issue is easier than I thought. It seems like I just need to adapt the |
The code here already loads from a local directory; passed to the server as the first argument at startup. process.sh looks like it needs minimal modifications (mostly related to the dependency on being in |
@Mark-Simulacrum great! :) |
relative paths would be best, I don't recall if there is some reason not to use them though. |
I believe that we're almost good to go on this. The http server is certainly capable of running locally with no setup. The collection infrastructure should work as well with few problems, it just needs a way to specify a local copy of rustc/cargo. That should not be too hard to add, I will take a look once I finish updating the frontend here... |
I really want the ability to run these benchmarks (or some subset) offline. This would complement #1 -- basically I could check a local build, save its results, and compare them against master (again running locally).
The text was updated successfully, but these errors were encountered: