-
Notifications
You must be signed in to change notification settings - Fork 675
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
update nim/mofuw #268
Merged
Merged
update nim/mofuw #268
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
@2vg still failing |
It seems there was a problem with mofuw. |
I have restart the build ;-) but I'm also testing on my |
build is success. |
waghanza
pushed a commit
that referenced
this pull request
Jun 22, 2018
* update nim/mofuw * fixed nest.nim not found
waghanza
added a commit
that referenced
this pull request
Jul 30, 2018
* add Java/act framework * validate working for each framework on travis * remove unused files * Add restify (node) (#276) * add restify (node) * add restify to node targets on makefile * add dockerfile for restify (node) * Introducing Vibora (#285) * add vibora this code has been tested and it requires `SO_REUSEPORT` on Ubuntu 16.04, therefore can't guarantee anything about the code. Use it at your own risk. * Update benchmarker.cr * update for vibora * fix routing -> type not required * add vibora * use gunicorn for sanic * use http://meinheld.org/ to enable async networking with django * reuse port on tornado * use meinheld / SO_REUSEPORT on django * use meinheld / SO_REUSEPORT on flask * Introducing Vibora (#285) * add vibora this code has been tested and it requires `SO_REUSEPORT` on Ubuntu 16.04, therefore can't guarantee anything about the code. Use it at your own risk. * Update benchmarker.cr * update for vibora * fix routing -> type not required * add vibora * use gunicorn for sanic * use http://meinheld.org/ to enable async networking with django * reuse port on tornado * use meinheld / SO_REUSEPORT on django * use meinheld / SO_REUSEPORT on flask * update nim/mofuw (#268) * update nim/mofuw * fixed nest.nim not found * cleanup ranking, display only two tables * format percentile * rank by 99th percentile, for latency * update mofuw (#294) * fix jester (#297) * fix jester * dockerfile refactor (jester) * update tornado to 5.1.0 (#298) * use a redis to store results * fix server_nim_mofuw (#301) * add redis on ci (storage will change) * create a sample resultset * add more details on results tables * Fix jester (#305) * fix jester, seeing tfb implementation * restore nimble file * fix version * use an internal in-memory storage for results * Restore hapijs (#306) * restore hapijs * add hapi to make targets * clarified tiles * compute results from each endpoints (previously was only on GET:/) * restore 50th percentile ranking for latency * Optimize mofuw implementation (#304) * remove unused files (mofuw) * homogenize implementation (inspiring from techempower) * add results sets for each route * remove duplicate target in makefile * fix python version for vibora
waghanza
added a commit
that referenced
this pull request
Jul 30, 2018
* add Java/act framework * validate working for each framework on travis * remove unused files * Add restify (node) (#276) * add restify (node) * add restify to node targets on makefile * add dockerfile for restify (node) * Introducing Vibora (#285) * add vibora this code has been tested and it requires `SO_REUSEPORT` on Ubuntu 16.04, therefore can't guarantee anything about the code. Use it at your own risk. * Update benchmarker.cr * update for vibora * fix routing -> type not required * add vibora * use gunicorn for sanic * use http://meinheld.org/ to enable async networking with django * reuse port on tornado * use meinheld / SO_REUSEPORT on django * use meinheld / SO_REUSEPORT on flask * Introducing Vibora (#285) * add vibora this code has been tested and it requires `SO_REUSEPORT` on Ubuntu 16.04, therefore can't guarantee anything about the code. Use it at your own risk. * Update benchmarker.cr * update for vibora * fix routing -> type not required * add vibora * use gunicorn for sanic * use http://meinheld.org/ to enable async networking with django * reuse port on tornado * use meinheld / SO_REUSEPORT on django * use meinheld / SO_REUSEPORT on flask * update nim/mofuw (#268) * update nim/mofuw * fixed nest.nim not found * cleanup ranking, display only two tables * format percentile * rank by 99th percentile, for latency * update mofuw (#294) * fix jester (#297) * fix jester * dockerfile refactor (jester) * update tornado to 5.1.0 (#298) * use a redis to store results * fix server_nim_mofuw (#301) * add redis on ci (storage will change) * create a sample resultset * add more details on results tables * Fix jester (#305) * fix jester, seeing tfb implementation * restore nimble file * fix version * use an internal in-memory storage for results * Restore hapijs (#306) * restore hapijs * add hapi to make targets * clarified tiles * compute results from each endpoints (previously was only on GET:/) * restore 50th percentile ranking for latency * Optimize mofuw implementation (#304) * remove unused files (mofuw) * homogenize implementation (inspiring from techempower) * add results sets for each route * remove duplicate target in makefile * fix python version for vibora
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use an efficient routing module.