Set slug by default to true. (#3434)
This is gonna be released in September in a new major release. https://www.sitespeed.io/documentation/sitespeed.io/graphite/#upgrade-to-use-the-test-slug-in-the-namespace
This commit is contained in:
parent
8c8cc079c3
commit
de3562a2de
|
|
@ -77,7 +77,7 @@ module.exports = {
|
|||
group: 'Graphite'
|
||||
},
|
||||
addSlugToKey: {
|
||||
default: false,
|
||||
default: true,
|
||||
type: 'boolean',
|
||||
describe:
|
||||
'Add the slug (name of the test) as an extra key in the namespace.',
|
||||
|
|
|
|||
Loading…
Reference in New Issue