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:
Peter Hedenskog 2021-09-28 08:38:57 +02:00 committed by GitHub
parent 8c8cc079c3
commit de3562a2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.',