Nate 9fd9408c0e Clearly define PHP versions (#2130) 9 years ago
..
deploy d7b992d5ee Remove more commented-out lines in HHVM's nginx.conf. 10 years ago
.gitignore e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved 9 years ago
README.md deaa40d430 Update README.md to reflect changed URLs. 10 years ago
URLs ef2aab10f7 Update the hhvm test to use nginx. 10 years ago
benchmark_config.json 9fd9408c0e Clearly define PHP versions (#2130) 9 years ago
db.php c791a06013 name php properly 11 years ago
fortunes.php c791a06013 name php properly 11 years ago
json.php c791a06013 name php properly 11 years ago
once.php.inc 40c37ef7d2 Disabled PDOResource persistence for HHVM. Fixes segfault during response handling 10 years ago
plaintext.php c791a06013 name php properly 11 years ago
queries.php c791a06013 name php properly 11 years ago
setup_hhvm.sh cc8b629264 php/hhvm working with php7 9 years ago
updates.php c791a06013 name php properly 11 years ago

README.md

#HHVM Benchmarking Test

This is the HHVM portion of a benchmarking test suite

Supports the Following Benmarking URLs

1. Plaintext Test

2. Single database query

3. Multiple database queries

4. Fortune test

5. Database updates test

6. Plaintext test

Infrastructure Software Versions

The tests were run with:

Setting up a test environment

  1. Invoke the ./setup.sh script

  2. Invoke the ./run.sh script in another terminal

  3. Invoke the ./tests.sh script and see that you get a sample output from all the urls mentions in the ./URLs file