Skip to content
/ secperf Public

The first benchmarking platform for secure systems.

Notifications You must be signed in to change notification settings

spcl/secperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecPerf

To run first build the Docker container:

docker build . -t secperf

Then run with host networking and priviliged state:

docker run --rm --privileged --network=host -it secperf bash -c "/app/build/crypto_benchmarks --benchmark_filter=\".*Hashing.*\""

To run with logging:

docker run --rm --privileged --network=host -v $(pwd):/output -it secperf bash -c "/app/build/crypto_benchmarks --benchmark_filter=\".*Hashing.*\" --color=no | tee /output/data.log"

About

The first benchmarking platform for secure systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •