-
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
Lint yaml #166
Merged
Merged
Lint yaml #166
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
tbrand
approved these changes
Mar 17, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!! 👍
waghanza
pushed a commit
that referenced
this pull request
Apr 28, 2018
* use docker to isolate hosts * run flask on gunicorn (temporary solution) * build on ci (only to ensure build could run) * fix style (underscore for large numbers) * use shards to release all binaries (client,benchmarker) * remove unused directory * uniformize rubies dockerfile * enable to specify (or not) frameworks to benchmark * fix style (underscore for large numbers) * allow docker host * re-enable django (in a container) * enable go frameworks -> iris / gin / echo / fasthttprouter / gorilla-mux * dockerize iris * fix jester containerization * re-enable rack-routing * re-enable lucky * re-enable amber * re-enable spider-gazelle * Lint yaml (#166) * lint neph config file * lint actual config file * disable line length verification (temporary) * re-enable vapor * use docker to isolate hosts * fix style (underscore for large numbers) * use shards to release all binaries (client,benchmarker) * enable to specify (or not) frameworks to benchmark * enable to specify (or not) frameworks to benchmark * re-enable django (in a container) * enable go frameworks -> iris / gin / echo / fasthttprouter / gorilla-mux * re-enable actix * update dependencies * fix actix availability * re-enable rust frameworks > iron > nickel > rocket * upgrade dependencies * fix listening ip * upgrade dependencies * use rust nightly to cimple rocket * force shards to install ameba binary * keep crystal code / yaml files clean * use production mode * lint * fix assets compilation * use --no-debug flag on compilation * fix version * fix version * remove unnecessary code on lucky * use production env mode on lucky * fix nickel running into dockerf * fix mofuw in docker * re-enable japronto * re-enable sanic * re-enable tornado * re-enable node frameworks (polka / express) * remove Package.pins (see #172) * update to last major * re-enable swift frameworks (kitura / perfect / vapor) * re-enable tornado & sanic * install neph cli tool on compilation * re-enable elixir frameworks (plug & elixir) * re-enable libevhtp * fix version conflict on amber compilation * add scala framework (akkahttp) * re-enable mofuw * re-enable c# (.net) framework * fix travis config (duplicate key) * upgrade docker image * restore evhtp source files * do not start containers with neph, but on-the-fly * re-enable node frameworks * Revert "upgrade docker image" This reverts commit ba53886. Since docker image was updated @see #180 (comment) * increase sleeping time to wait container starting * fix aspnetcore container * use make to build containers sequentially * crystal tools are compiled with shards intsead of make * fix * avoid using lock files * fix rocket build (needs nighlty) * fix lucky build
waghanza
pushed a commit
to AlexWayfer/which_is_the_fastest
that referenced
this pull request
May 3, 2018
* use docker to isolate hosts * run flask on gunicorn (temporary solution) * build on ci (only to ensure build could run) * fix style (underscore for large numbers) * use shards to release all binaries (client,benchmarker) * remove unused directory * uniformize rubies dockerfile * enable to specify (or not) frameworks to benchmark * fix style (underscore for large numbers) * allow docker host * re-enable django (in a container) * enable go frameworks -> iris / gin / echo / fasthttprouter / gorilla-mux * dockerize iris * fix jester containerization * re-enable rack-routing * re-enable lucky * re-enable amber * re-enable spider-gazelle * Lint yaml (the-benchmarker#166) * lint neph config file * lint actual config file * disable line length verification (temporary) * re-enable vapor * use docker to isolate hosts * fix style (underscore for large numbers) * use shards to release all binaries (client,benchmarker) * enable to specify (or not) frameworks to benchmark * enable to specify (or not) frameworks to benchmark * re-enable django (in a container) * enable go frameworks -> iris / gin / echo / fasthttprouter / gorilla-mux * re-enable actix * update dependencies * fix actix availability * re-enable rust frameworks > iron > nickel > rocket * upgrade dependencies * fix listening ip * upgrade dependencies * use rust nightly to cimple rocket * force shards to install ameba binary * keep crystal code / yaml files clean * use production mode * lint * fix assets compilation * use --no-debug flag on compilation * fix version * fix version * remove unnecessary code on lucky * use production env mode on lucky * fix nickel running into dockerf * fix mofuw in docker * re-enable japronto * re-enable sanic * re-enable tornado * re-enable node frameworks (polka / express) * remove Package.pins (see the-benchmarker#172) * update to last major * re-enable swift frameworks (kitura / perfect / vapor) * re-enable tornado & sanic * install neph cli tool on compilation * re-enable elixir frameworks (plug & elixir) * re-enable libevhtp * fix version conflict on amber compilation * add scala framework (akkahttp) * re-enable mofuw * re-enable c# (.net) framework * fix travis config (duplicate key) * upgrade docker image * restore evhtp source files * do not start containers with neph, but on-the-fly * re-enable node frameworks * Revert "upgrade docker image" This reverts commit ba53886. Since docker image was updated @see the-benchmarker#180 (comment) * increase sleeping time to wait container starting * fix aspnetcore container * use make to build containers sequentially * crystal tools are compiled with shards intsead of make * fix * avoid using lock files * fix rocket build (needs nighlty) * fix lucky build
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.
Hi,
I can see that actual
neph
config file is badly designedRegards,
PS : @tbrand To help in maintaining we can enable Require status checks to pass before merging on master