From 4460a68aa299ad6b63ffbbbb23585b93fad9feee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 7 Mar 2025 21:26:52 +0200 Subject: add pprof option and rename ioriotng to ior --- cmd/ior/main.go | 10 ++++++++++ cmd/ioriotng/main.go | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 cmd/ior/main.go delete mode 100644 cmd/ioriotng/main.go (limited to 'cmd') diff --git a/cmd/ior/main.go b/cmd/ior/main.go new file mode 100644 index 0000000..025abbb --- /dev/null +++ b/cmd/ior/main.go @@ -0,0 +1,10 @@ +package main + +import ( + "ior/internal" + "ior/internal/flags" +) + +func main() { + internal.Run(flags.New()) +} diff --git a/cmd/ioriotng/main.go b/cmd/ioriotng/main.go deleted file mode 100644 index 5173cbb..0000000 --- a/cmd/ioriotng/main.go +++ /dev/null @@ -1,10 +0,0 @@ -package main - -import ( - "ioriotng/internal" - "ioriotng/internal/flags" -) - -func main() { - internal.Run(flags.New()) -} -- cgit v1.2.3