Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there a binary? #245

Open
sre-is-abrahms opened this issue May 28, 2024 · 1 comment
Open

is there a binary? #245

sre-is-abrahms opened this issue May 28, 2024 · 1 comment

Comments

@sre-is-abrahms
Copy link

The README references:

try running f1 run --help for more information)

which indicates there's an f1 binary, but it's not on the releases and I can't seem to go install it. Can you add usage/installation instructions?

@nvloff-f3
Copy link
Contributor

Hello,

Good point on improving the documentation. Yes, f1 does not provide a binary. We'll add some recommendations and examples to the README to elaborate on that.

In the mean time - benchcmd/main.go provides example usage and the Makefile has a build step

f1/Makefile

Lines 30 to 32 in 4057079

.PHONY: build-bench
build-bench:
go build -o ./bin/f1-bench ./benchcmd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants