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

Add the lapis framework to benchmarks #350

Merged
merged 1 commit into from
Jul 16, 2013

Conversation

torhve
Copy link
Contributor

@torhve torhve commented Jun 21, 2013

No description provided.

michaelhixson added a commit that referenced this pull request Jul 16, 2013
Add the lapis framework to benchmarks
@michaelhixson michaelhixson merged commit c31c665 into TechEmpower:master Jul 16, 2013
@michaelhixson
Copy link
Contributor

Thanks, @torhve!

@yiziz
Copy link
Contributor

yiziz commented Oct 1, 2013

noticed that in the conf, lua_code_cache is off. This need to be "lua_code_cache on;" if you want to test the true performance of the framework. Difference from on and off could be as big as 250 req/s to 6500 req/s.

@bhauer
Copy link
Contributor

bhauer commented Oct 9, 2013

@torhve We have the following error appearing when starting Lapis before validating the URLs. This is causing none of the tests to complete successfully on Lapis. Any ideas?

2013/10/02 14:30:34 [emerg] 11002#0: unknown directive "postgres_server" in /home/tfb/FrameworkBenchmarks/lapis/nginx.conf:17

@torhve
Copy link
Contributor Author

torhve commented Oct 9, 2013

Yes, as stated in the readme lapis framework uses nginx postgres driver
which is bundled with openresty.
Make sure you build openresty with the configuration parameter
--with-http_postgres_module

@yiziz
Copy link
Contributor

yiziz commented Oct 9, 2013

are you guys already running the benchmark tests on the master branch? the lua_code_cache config is still set to off, should be on.

@bhauer
Copy link
Contributor

bhauer commented Oct 9, 2013

Looks like @torhve just submitted another pull (#504) to address that.

@mirob2005
Copy link
Contributor

lua_code_cache is set to on for the branch we are currently testing on (not currently available on github)

michaelhixson added a commit that referenced this pull request Oct 12, 2013
Add the lapis framework to benchmarks
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

Successfully merging this pull request may close these issues.

5 participants