GoogleChromeLabs / GoogleChromeLabs/confluence

Duplicate releases of "same" version affects metrics

Open
#413 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
91
Forks
24
PR merge metrics
No merged PRs in 30d

Description

https://github.com/mdittmer/web-apis/pull/83 added data for a version of Safari 11.0, and it turns out that affects some of the graphs. It's the most clear in the API count graph.

Before:
![image](https://user-images.githubusercontent.com/498917/57928552-65902200-78b1-11e9-978b-3d62c068c1ce.png)

After:
![image](https://user-images.githubusercontent.com/498917/57928543-590bc980-78b1-11e9-8430-43f28c7a62f2.png)

Following the links for the point of difference shows that before, "Safari 10.1.2 OSX 10.12.6" was being compared to "Safari 11.0.3 OSX 10.13.3". After adding the new data, "Safari 11.0 OSX 10.12.6" is compared to "Safari 11.0.3 OSX 10.13.3" instead.

In order to fix this, either duplicate releases should be deleted, or one would have to filter releases before producing metrics.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.