You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to drop the multiple-runs functionality in grunt-phantomas to use your new implementation. Unfortunately it's missing the generation of metric statistics (median, average, ...)
This is kind of essential for grunt-phantomas.
Current result :
[
{
// detailed run information here
},
...
]
Desired result :
{
runs : [
{
// detailed run information here
},
...
],
stats : {
metricA : {
average : 100,
median : 100,
...
}
}
}
Thanks. :)
The text was updated successfully, but these errors were encountered:
Hey. :)
Just wanted to drop the multiple-runs functionality in
grunt-phantomas
to use your new implementation. Unfortunately it's missing the generation of metric statistics (median, average, ...)This is kind of essential for
grunt-phantomas
.Current result :
Desired result :
Thanks. :)
The text was updated successfully, but these errors were encountered: