Skip to content

Ability to run offline #70

Closed
Closed
@nikomatsakis

Description

@nikomatsakis

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

Activity

nikomatsakis

nikomatsakis commented on Aug 23, 2016

@nikomatsakis
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

Mark-Simulacrum commented on Aug 23, 2016

@Mark-Simulacrum
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

nikomatsakis commented on Aug 23, 2016

@nikomatsakis
Author
nrc

nrc commented on Aug 30, 2016

@nrc
Member

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

Mark-Simulacrum

Mark-Simulacrum commented on Apr 26, 2017

@Mark-Simulacrum
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P-medMedium priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nikomatsakis@nrc@Mark-Simulacrum

        Issue actions

          Ability to run offline · Issue #70 · rust-lang/rustc-perf