github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/benchmark/cmd/command/command.go (about)

     1  package command
     2  
     3  import (
     4  	"github.com/pyroscope-io/pyroscope/pkg/cli"
     5  	"github.com/spf13/viper"
     6  )
     7  
     8  func newViper() *viper.Viper {
     9  	return cli.NewViper("PYROBENCH")
    10  }