Skip to content

Instantly share code, notes, and snippets.

@arcadefire
Created May 16, 2019 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcadefire/ec6dca6d3458a2cea43d2c7b7b3501e0 to your computer and use it in GitHub Desktop.
Save arcadefire/ec6dca6d3458a2cea43d2c7b7b3501e0 to your computer and use it in GitHub Desktop.
Build times plugin JSON format
{
"success": true,
"count": 663,
"measurements": [
{
"timestamp": 1558000984082,
"order": 0,
"task": ":clean",
"success": true,
"did_work": true,
"skipped": false,
"ms": 8,
"date": "2019-05-16T10:03:04,082Z",
"cpu": "Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz",
"memory": 17179869184,
"os": "Mac OS X 10.14.5 x86_64"
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment