-
Notifications
You must be signed in to change notification settings - Fork 161
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
Benchmark bad variable name #51
Comments
I don't know why only How about this?
|
It's same. produce the erorr too. now, I comment and uncomment file list.sh, so I can benchmark specific framework only. |
this should fix kenjis#51
@hscstudio can you please check, if my pull request (#52) fixes it? |
still produce same error |
What shell do you use? |
I use putty to acces my droplet in DO |
@hscstudio No, no. It is not your shell. It is your terminal application or ssh client application. Please run the command below in DO environment:
You can see the shell which you use. |
First at all, thank you for providing us with this benchmarking tool, this is really usefull. I just wanted to mention that I run into the same problem and managed to solved it by using the right shell command (so "bash benchmark.sh ..." instead of "sh benchmark.sh ..." in my case). |
@Fly06-Fr @hscstudio $ bash benchmark.sh laravel-5.1/ ci-3.0/ yii-2.0/ |
Hi Kenjis, Memory statistics are always null in the table summary. Any clue about this? Thanks. |
You can't get them, if you don't use Apache. |
I'm using Apache. So what's wrong? |
Do you see memory statistics when you see hello world pages with your brower? |
My fault sorry. I didn't have the correct DocumentRoot in my Apache conf. It's ok now. I have a last question: How should I proceed to add another framework to your benchmarking tool? |
See source code of existing frameworks, please. |
I just do this benchmark on my droplet Digital Ocean, I have git clone, and do
Success, but when I do
produce following error
But if benchmark one by one its run well
The text was updated successfully, but these errors were encountered: