finch-trials

1.1.0 • Public • Published

finch-trials

Fetch and parse Chrome's Finch trial configuration.

Usage

$ npx finch-trials
{
  "serialNumber": "d6226671fecbb11184e8f289a51f7a420516ce69",
  "study": [
    {
      "name": "AImageReaderMediaPlayer",
      "consistency": "PERMANENT",
      "experiment": [
        {
          "name": "Use_AImageReaderMediaPlayer_stable_100",
          "probabilityWeight": 100,
          "featureAssociation": {
            "enableFeature": [
              "AImageReaderMediaPlayer"
            ]
          }
        },
        {
          "name": "Control_stable_100",
          "probabilityWeight": 0,
          "featureAssociation": {
            "disableFeature": [
              "AImageReaderMediaPlayer"
            ]
          }
        }
      ],
      "filter": {
        "minVersion": "76.0.3809.111",
        "maxVersion": "77.*",
        "channel": [
          "STABLE"
        ],
        "platform": [
          "PLATFORM_ANDROID"
        ]
      }
    },
    /* ... */
  ],
  "version": "20201204-211533.631657"
}

Interpreting this data is up to you :) The Chromium source is probably a good place to start.

Readme

Keywords

none

Package Sidebar

Install

npm i finch-trials

Weekly Downloads

170

Version

1.1.0

License

MIT

Unpacked Size

4.68 MB

Total Files

7

Last publish

Collaborators

  • nornagon