DescriptionAdd --properties for things like gitHash that describe the current nanobench run.
--key describes the type of run (describes the line on the chart), --properties
describes the run itself (describes the dot on the chart).
We'll pass --properties gitHash <git hash> build_number <build number> --key
... to nanobench from the bots.
And... delete a whole lot of dead code.
Example: nanobench --properties gitHash foo build_number 1234 --key bar baz
{
"build_number" : "1234",
"gitHash" : "foo",
"key" : {
"bar" : "baz"
},
"results" : {
....
Friends with https://codereview.chromium.org/491943002
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/1915b62637bea20e1471a8a358b22e9e47a4a385
Patch Set 1 #Patch Set 2 : styled, comments #
Messages
Total messages: 5 (0 generated)
|