Keenan Brock 3f83017674 fix github url 10 years ago
..
README.md 623be66d9a renamed framework name to ngx_mruby 10 years ago
__init__.py 623be66d9a renamed framework name to ngx_mruby 10 years ago
benchmark_config 623be66d9a renamed framework name to ngx_mruby 10 years ago
db.rb 623be66d9a renamed framework name to ngx_mruby 10 years ago
install.sh 3f83017674 fix github url 10 years ago
nginx.conf c25576c421 Use worker_process auto 10 years ago
queries.rb 17107efda5 nginx_mruby: return 1 query for invalid param queries 10 years ago
setup.sh c25576c421 Use worker_process auto 10 years ago
source_code 623be66d9a renamed framework name to ngx_mruby 10 years ago
updates.rb 623be66d9a renamed framework name to ngx_mruby 10 years ago

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.