Code Monkey home page Code Monkey logo

Comments (1)

Nephyrin avatar Nephyrin commented on September 7, 2024

Yes, I forgot about this entirely. Sorry!

If the data is still being pushed to /media/awsy/mobile/ it should still be being imported, the problem is create_graph_json.py is looking for the old test name:

https://github.com/Nephyrin/MozAreWeSlimYet/blob/master/create_graph_json.py#L90

That just copies the desktop config array with s/Iteration 5/Iteration 1/ and a new test name. The easiest way to fix this would probably be to add a "alias" parameter to the config array there, that tells the script to merge the results of two test names. If we want to keep the v6 graph lines separate, we could also just add a new entry there and new arm v7 graphs, perhaps with a link to a page with the older ones.

https://github.com/Nephyrin/MozAreWeSlimYet/blob/master/create_graph_json.py#L230

Is where a "alias" perameter would need to be honored, e.g. change to WHERE name IN ? and bind an array of test names + aliases. If we add these as new graph lines instead, we'd also need to handle it here:

https://github.com/Nephyrin/MozAreWeSlimYet/blob/master/html/slimyet.js#L521

Where we re-use the desktop graph names, with 'Android' prepended, mirroring what create_graph_json.py is exporting them as. That could instead have conditions for 'mobile' and 'mobile-old' or similar, and use 'Android' or 'AndroidARM7' prefixes, etc..

from areweslimyet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.