-
Notifications
You must be signed in to change notification settings - Fork 227
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
Empty results in the CSV files used to make gnu plots #155
Comments
gnuplot not installed? |
I am facing this issue while running locally, but it successfully ran in CodeSpace. I do have a doubt though .... What are the pipelining cases about ? Can I get a context or usecase of what it actually test .... ? I am referring to concurrency_pipeline.png & benchmark-pipelinge.png. |
Does your wrk support lua? throughput=$(wrk -t$cpu_cores -c$4 -d30s http://127.0.0.1:8080 -s pipeline.lua --latency -- /hello 16| grep Requests/sec | awk '{print $2}') |
I figured out the issue ...the test.sh file had few parts of the scripts specific to linux systems and hence gave an error on my MacOS system. Thanks for the help anyways. Adding a comment about it could be helpful, in case noobs like us try it out lol! |
I was trying to add a new framework but when I run the tests , I get empty results in the testResults folder and hence the gnuplots are also not created. Can you hep me understand what am I missing ?
The text was updated successfully, but these errors were encountered: