Skip to content

ryyan/thrift-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thrift-benchmark

Project used to benchmark performance for Thrift in different languages.

Run

Build and run docker image

This could take a few minutes. Total size ~600MB.

docker build -t thrift-benchmark --no-cache .
docker run -it --rm -v ${PWD}:/app thrift-benchmark

Build and run tests within docker image

bash /app/sh/run.sh

Results

View the current results here