Keenan Brock da40596641 move prereqs to proper place 10 năm trước cách đây
..
README.md 623be66d9a renamed framework name to ngx_mruby 10 năm trước cách đây
__init__.py 623be66d9a renamed framework name to ngx_mruby 10 năm trước cách đây
benchmark_config 623be66d9a renamed framework name to ngx_mruby 10 năm trước cách đây
db.rb 623be66d9a renamed framework name to ngx_mruby 10 năm trước cách đây
install.sh da40596641 move prereqs to proper place 10 năm trước cách đây
nginx.conf 401ad02c62 ngx_mruby cleanup 10 năm trước cách đây
queries.rb 623be66d9a renamed framework name to ngx_mruby 10 năm trước cách đây
setup.sh 401ad02c62 ngx_mruby cleanup 10 năm trước cách đây
source_code 623be66d9a renamed framework name to ngx_mruby 10 năm trước cách đây
updates.rb 623be66d9a renamed framework name to ngx_mruby 10 năm trước cách đây

README.md

nginx + mruby Benchmark Test

The nginx app is distributes across a few files. most of it is in nginx.conf The nginx conf is inside nginx.conf Requires a nginx compiled with ngx_mruby module. It has been called nginx_mruby for lack of a better name

Test URLs

JSON Encoding

http://localhost:8080/json

Single Row Random Query

http://localhost:8080/db

Variable Row Query Test

http://localhost:8080/db?queries=2

Based upon the openresty implementation.