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 Polka (Node.js) #105

Merged
merged 2 commits into from
Feb 8, 2018
Merged

Add Polka (Node.js) #105

merged 2 commits into from
Feb 8, 2018

Conversation

lukeed
Copy link
Contributor

@lukeed lukeed commented Feb 8, 2018

Adds a normal Polka app as well as Polka running within a cluster.

Also modified .gitignore to hide all node_modules by default~

FWIW, I didn't shut down everything for a clean environment, but my results nonetheless:

OS: Darwin (version: 17.4.0, arch: x86_64)
CPU Cores: 8
---

| Language (Runtime)        | Framework (Middleware)    |       Max [sec] |       Min [sec] |       Ave [sec] |
|---------------------------|---------------------------|-----------------|-----------------|-----------------|
| node                      | express                   |       14.045810 |       13.786849 |       13.860336 |
| node                      | clusterexpress            |        6.542760 |        6.045073 |        6.294131 |
| node                      | polka                     |        7.428920 |        7.351898 |        7.406287 |
| node                      | clusterpolka              |        3.814742 |        3.681836 |        3.740319 |

Closes #104

@tbrand
Copy link
Collaborator

tbrand commented Feb 8, 2018

Awesome!:tada:

@tbrand tbrand merged commit f49811e into the-benchmarker:master Feb 8, 2018
@kalicki
Copy link

kalicki commented Feb 8, 2018

@tbrand update result in readme?!

@tbrand
Copy link
Collaborator

tbrand commented Feb 8, 2018

Sorry, see #102

@tbrand
Copy link
Collaborator

tbrand commented Feb 12, 2018

Updated 🎉
https://github.com/tbrand/which_is_the_fastest/releases/tag/v1.2.3

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.

3 participants