Skip to content

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

Closed
nikomatsakis opened this issue Aug 23, 2016 · 5 comments
Closed

Ability to run offline #70

nikomatsakis opened this issue Aug 23, 2016 · 5 comments
Labels
P-med Medium priority

Comments

@nikomatsakis
Copy link

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

@nikomatsakis
Copy link
Author

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 process.sh script in rustc-benchmarks a bit (and then probably adapt the code a bit in here to allow loading from a local directory I guess?).

@Mark-Simulacrum
Copy link
Member

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 /home/ncameron/).

@nikomatsakis
Copy link
Author

@Mark-Simulacrum great! :)

@nrc nrc added the P-med Medium priority label Aug 26, 2016
@nrc
Copy link
Member

nrc commented Aug 30, 2016

relative paths would be best, I don't recall if there is some reason not to use them though.

@Mark-Simulacrum
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-med Medium priority
Projects
None yet
Development

No branches or pull requests

3 participants