Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upNew 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
Update round 14 with latest changes from master #2282
Merged
nbrady-techempower
merged 119 commits into
TechEmpower:round-14
from
knewmanTE:round-14-updated
Sep 26, 2016
Conversation
imalsogreg
and others
added some commits
Jul 13, 2016
Loading status checks…
Verified
This commit was signed with a verified signature.
GPG key ID: E09E55FF418C50B1
Learn about signing commits
Verified
This commit was signed with a verified signature.
GPG key ID: E09E55FF418C50B1
Learn about signing commits
Merge pull request #2238 from knewmanTE/add-mongodb-to-travis-services
add mongodb to travis services
Update web2py db.py (#2217)
You are using a debug setup. The proposed changes should give some benefit
Merge pull request #2231 from vkostyukov/vk/make-colossus-fair
Make Colossus building a response object on each request
dantti
and others
added some commits
Sep 9, 2016
cutelyst fixes for round 13 (#2255)
Nginx was using only one worker, now with auto it will have the same number as processors available, and uWSGI HTTP parser does not support keep-alive which on poor Azure connection led to 7 req/s so replacing it with our own HTTP server which supports keep-alive and pipelining, and adding threaded tests.
Update web2py tests to production quality (#2263)
Switch to a production web server, use database connection pooling, turn off database migrations, remove unnecessary code, compile the application, and make other minor tweaks.
knewmanTE
added
the
Round-14
label
Sep 20, 2016
nbrady-techempower
merged commit e08b21a
into
TechEmpower:round-14
Sep 26, 2016
1 check passed
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
knewmanTE commentedSep 20, 2016
Updates the round-14 branch with the latest changes from master. There were some merge conflicts, so I addressed them on a new branch before opining this pull request.