• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mozilla / firefox-health-backend / 22
18%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2018 04:36PM UTC
Jobs 1
Files 26
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
22

push

travis-ci

Armen Zambrano
Issue #21 - Refactor speedometer backend APIs

We're refactoring the backend to use query parameters and use modeIds
to filter through the data returned by AWFY. This guarantees that if
the order of an array changes on AWFY we won't be grabbing data based on
the index of an array.

Instead of having multiples speedometer APIs you now call the speedometer API with
few parameters. For example:
http://localhost:3000/api/perf/benchmark/speedometer?channel=nightly&architecture=64

The data returned now has metadata regarding how it was generated. For example:
```json
  "meta": {
    "configuration": {
      "Firefox": 14,
      "Chrome": 3
    },
    "dataUrl": "https://arewefastyet.com/data.php?file=bk-aggregate-speedometer-misc-score-36.json",
    "viewUrl": "https://arewefastyet.com#machine=36&view=single&suite=speedometer-misc&subtest=score"
  },
```

195 of 492 branches covered (39.63%)

Branch coverage included in aggregate %.

466 of 1189 relevant lines covered (39.19%)

291.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22.1 15 Feb 2018 04:35PM UTC 0
39.32
Travis Job 22.1
Source Files on build 22
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #22
  • d7147f13 on github
  • Prev Build on master (#16)
  • Next Build on master (#23)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc