feat: add hyperfine installer
This commit is contained in:
parent
3e6c650380
commit
397e496ffc
1 changed files with 13 additions and 0 deletions
13
internal/installers/hyperfine.go
Normal file
13
internal/installers/hyperfine.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package installers
|
||||
|
||||
import "github.com/developomp/pompup/internal/wrapper"
|
||||
|
||||
func init() {
|
||||
register(&Installer{
|
||||
Name: "hyperfine",
|
||||
Desc: "benchmarking CLI",
|
||||
Setup: func() {
|
||||
wrapper.ParuOnce("hyperfine")
|
||||
},
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue