-
Notifications
You must be signed in to change notification settings - Fork 2
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
Benchpress/oss benchmark #6
base: master
Are you sure you want to change the base?
Conversation
Since it builds on top of the nginx branch, it shows the nginx changes. You can ignore those as you already reviewed them. New changes are from commit 70a034f forward. This link shows only that subset: |
75b0a5a
to
e418ca8
Compare
#!/bin/bash | ||
set -e | ||
set -x | ||
|
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.
Add prerequisites here. Libraries we need to install on our test hosts before we can run this script.
# Installs HHVM's oss-performance under benchmarks/ | ||
# | ||
|
||
HHVM_PATH=${HHVM_PATH:-'hhvm'} |
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.
Does this assume hhvm is installed or we are installing it using benchpress before calling the oss-performance installer?
set -e | ||
set -x | ||
|
||
SIEGE_GIT_REPO='https://github.com/JoeDog/siege.git' |
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.
Lets add prerequisite library section here.
Updates:
|
3e48c29
to
223aed6
Compare
This adds the oss-benchmark.
Please review but don't merge, as I want to merge to upstream.