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

Having problems running the benchmarks cause file is missing #28

Open
Terra854 opened this issue Sep 4, 2024 · 1 comment
Open

Having problems running the benchmarks cause file is missing #28

Terra854 opened this issue Sep 4, 2024 · 1 comment

Comments

@Terra854
Copy link

Terra854 commented Sep 4, 2024

I encountered an error will trying to run task benchmark using Ubuntu 24.04 WSL

task: [benchmark:entt:utils:run-benchmark-template] <home directory>/ecs_benchmark/ecs_benchmark/build/benchmark/benchmarks/entt/Release/ecs-benchmark-entt  --benchmark_format=json > <home directory>/ecs_benchmark/ecs_benchmark/reports/entt.json
stat <home directory>/ecs_benchmark/ecs_benchmark/build/benchmark/benchmarks/entt/Release/ecs-benchmark-entt: no such file or directory
task: Failed to run task "benchmark:default": exit status 127

It seems like the benchmark programs were built and placed somewhere else

@abeimler
Copy link
Owner

abeimler commented Sep 9, 2024

Hi, you need to run the build task first. (better make an build/ folder first)

You can run task build benchmark, you can find the results (json) in report/.

This will run ALL the benchmarks, this may take some time.

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