Skip to content

ahsank/EvaluateIPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run benchmarks

Using docker

From root of this repo

./bin/rundocker --build
./bin/rundocker

Inside the docker container

/build# cmake -DCMAKE_BUILD_TYPE=Release /workspace

Or

/build# /workspace/bin/runcmakeindocker.sh

Then

/build# make
/build# ./tests/mutexbench
/build# ./tests/boostbench

etc

From Local Ubuntu machine

Run

./docker/cmake/install-dependencies.sh
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
./tests/mutexbench

About

Evaluate different inter process communication methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published