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

Issues with the benchmarking instructions on the Wiki #8141

Closed
volyrique opened this issue Apr 13, 2023 · 1 comment
Closed

Issues with the benchmarking instructions on the Wiki #8141

volyrique opened this issue Apr 13, 2023 · 1 comment

Comments

@volyrique
Copy link
Contributor

The getting started guide for benchmarking on the Wiki is missing some details or contains outdated data:

  • The final docker run command is missing a parameter:
    -e USER_ID=$(id -u)
  • there are no instructions how to build the techempower/tfb image, i.e. by running:
    docker build --build-arg GROUP_ID=$(id -g) --build-arg USER_ID=$(id -u) -t techempower/tfb .
    (I think that simply executing ./tfb --help would work too)
  • the operating system is no longer Ubuntu Server 16.04 LTS 64-bit

Veteran contributors to the project are aware of these steps, of course, but beginners might have difficulties figuring them out.

@NateBrady23
Copy link
Member

Thanks @volyrique!

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