Skip to content
Snippets Groups Projects
Commit 36b8a0b9 authored by Luca Crocetti's avatar Luca Crocetti
Browse files

Final release

parent 8cde18a9
Branches
Tags
No related merge requests found
################################################################################
#
# OpenSSL performance test with 4 cores
#
################################################################################
Script usage:
Set permission to execute the script:
$ chmod +x ./run_large
Run the script:
./run_large
\ No newline at end of file
#!/bin/bash
echo ""
echo ">> Running openSSL library with four cores"
echo ""
cd ../../script
./run_all -multi 4
################################################################################
#
# OpenSSL performance test with 2 cores
#
################################################################################
Script usage:
Set permission to execute the script:
$ chmod +x ./run_medium
Run the script:
./run_medium
\ No newline at end of file
#!/bin/bash
echo ""
echo ">> Running openSSL library with two cores"
echo ""
cd ../../script
./run_all -multi 2
################################################################################
#
# OpenSSL performance test with 1 core
#
################################################################################
Script usage:
Set permission to execute the script:
$ chmod +x ./run_tiny
Run the script:
./run_tiny
\ No newline at end of file
#!/bin/bash
echo ""
echo ">> Running openSSL library with one core"
echo ""
cd ../../script
./run_all -multi 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment