https://github.com/tkuchiki/waf-benchmarks
Benchmark of web application frameworks
https://github.com/tkuchiki/waf-benchmarks
Last synced: 2 months ago
JSON representation
Benchmark of web application frameworks
- Host: GitHub
- URL: https://github.com/tkuchiki/waf-benchmarks
- Owner: tkuchiki
- License: mit
- Created: 2014-03-29T08:21:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-26T13:57:19.000Z (about 11 years ago)
- Last Synced: 2025-01-25T09:11:08.230Z (4 months ago)
- Language: PHP
- Size: 637 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
waf-benchmarks
==============Benchmark of web application frameworks
# Bundle install
~~~~
bundle install --path=vendor/bundle --binstubs=vendor/bin
~~~~# Create chef cache dir
~~~~
sudo bundle exec ./bin/chef_cachedir
~~~~# Run chef-solo
~~~~
bundle exec chef-solo -c /path/to/chef/solo.rb COOKBOOK
bundle exec chef-solo -c /path/to/chef/solo.rb -j /path/to/chef/nodes/localhost.json
~~~~