mpugach / vertx_mongo_benchmark_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Vert.x + MongoDB benchmark app

export MONGO_DB="my_collection" MONGO_COLLECTION="my_collection"

vertx run mongo.rb
vertx run mongo.js
vertx run mongo.groovy

vertx run static.rb
vertx run static.js
vertx run static.groovy

ab -n 10000 -c 4 http://127.0.0.1:8000
wrk -t20 -c100 -d15s http://127.0.0.1:8000

About


Languages

Language:Groovy 35.8%Language:JavaScript 34.1%Language:Ruby 30.0%