-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
benchmark: fix typo in README #2067
Conversation
LGTM |
@@ -9,7 +9,7 @@ Most of the http benchmarks require [`wrk`][wrk] and [`ab`][ab] (ApacheBench) be | |||
These may be available through your preferred package manager. | |||
|
|||
If they are not available: | |||
- `wrk` may easily built [from source](https://github.com/wg/wrk) via `make`. | |||
- `wrk` may be easily built [from source](https://github.com/wg/wrk) via `make`. |
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.
Haha, oops. While you are at it, could you change the source link to be [from source][wrk]
? Thanks!
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.
Sure, changed and pushed.
LGTM |
👍 Just make sure the link works in a markdown viewer if you can. (I'm not used to those.) Also, maybe it should be "may easily be" instead of "may be easily"? I dunno, I'm tired haha. |
I checked the link here: https://github.com/Trott/io.js/blob/benchmark-typo/benchmark/README.md As for "may easily be built from source via make" vs. "may be easily built from source via make", how about we opt for dropping the "easily" altogether and going with "may be built from source via make"? |
I also prefer 'may easily be built from source'. |
Pushed a change with "easily" moved to the desired location per @Fishrock123 & @ofrobots |
PR-URL: #2067 Reviewed-By: Brian White <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Thanks. Landed: f52d733. |
PR-URL: nodejs#2067 Reviewed-By: Brian White <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
No description provided.