Thanks to visit codestin.com
Credit goes to github.com

Skip to content

medicm/perfbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarks

Intro

This is a collection of lua scripts for benchmarking (T) services. The banchmark scripts are written for WRK to simulate the load on the servers.

Usage

  1. Install wrk (https://github.com/wg/wrk)
brew install wrk
  1. Run the benchmark
wrk -s ./example.lua -t14 -c400 -d70s http://127.0.0.1:2998

This command will run the example.lua script with 14 threads and 400 connections for 70 seconds.

About

Benchmarking Collection for Services

Resources

License

Stars

Watchers

Forks

Languages