package main import ( "github.com/vibetunnel/benchmark/cmd" ) func main() { cmd.Execute() }