Skip to content

Commit

Permalink
pre-generated seed (#95)
Browse files Browse the repository at this point in the history
* pre-generated seed 10 bytes byte size

* add seed files for byte size experiment

* update experiments

* [docs] git lfs
  • Loading branch information
adriandavila authored Dec 28, 2023
1 parent 89af52f commit 336a15b
Show file tree
Hide file tree
Showing 26 changed files with 77 additions and 32 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data/experiments/**/*.csv filter=lfs diff=lfs merge=lfs -text
7 changes: 3 additions & 4 deletions data/experiments/byte_size/1000_bytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ metadata:

client_config:
data:
generator: ByteSizeGenerator
n_bytes: 1000
seed_size: 1000000
num_operations: 1000
data_type: seed
seed: data/experiments/byte_size/1000_bytes_seed.csv
operations: data/experiments/byte_size/1000_bytes_operations.csv

flags:
- name: nthreads
Expand Down
3 changes: 3 additions & 0 deletions data/experiments/byte_size/1000_bytes_operations.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/experiments/byte_size/1000_bytes_seed.csv
Git LFS file not shown
7 changes: 3 additions & 4 deletions data/experiments/byte_size/100_bytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ metadata:

client_config:
data:
generator: ByteSizeGenerator
n_bytes: 100
seed_size: 1000000
num_operations: 1000
data_type: seed
seed: data/experiments/byte_size/100_bytes_seed.csv
operations: data/experiments/byte_size/100_bytes_operations.csv

flags:
- name: nthreads
Expand Down
3 changes: 3 additions & 0 deletions data/experiments/byte_size/100_bytes_operations.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/experiments/byte_size/100_bytes_seed.csv
Git LFS file not shown
7 changes: 3 additions & 4 deletions data/experiments/byte_size/10_bytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ metadata:

client_config:
data:
generator: ByteSizeGenerator
n_bytes: 10
seed_size: 1000000
num_operations: 1000
data_type: seed
seed: data/experiments/byte_size/10_bytes_seed.csv
operations: data/experiments/byte_size/10_bytes_operations.csv

flags:
- name: nthreads
Expand Down
3 changes: 3 additions & 0 deletions data/experiments/byte_size/10_bytes_operations.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/experiments/byte_size/10_bytes_seed.csv
Git LFS file not shown
7 changes: 3 additions & 4 deletions data/experiments/byte_size/200_bytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ metadata:

client_config:
data:
generator: ByteSizeGenerator
n_bytes: 200
seed_size: 1000000
num_operations: 1000
data_type: seed
seed: data/experiments/byte_size/200_bytes_seed.csv
operations: data/experiments/byte_size/200_bytes_operations.csv

flags:
- name: nthreads
Expand Down
3 changes: 3 additions & 0 deletions data/experiments/byte_size/200_bytes_operations.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/experiments/byte_size/200_bytes_seed.csv
Git LFS file not shown
7 changes: 3 additions & 4 deletions data/experiments/byte_size/300_bytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ metadata:

client_config:
data:
generator: ByteSizeGenerator
n_bytes: 300
seed_size: 1000000
num_operations: 1000
data_type: seed
seed: data/experiments/byte_size/300_bytes_seed.csv
operations: data/experiments/byte_size/300_bytes_operations.csv

flags:
- name: nthreads
Expand Down
3 changes: 3 additions & 0 deletions data/experiments/byte_size/300_bytes_operations.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/experiments/byte_size/300_bytes_seed.csv
Git LFS file not shown
7 changes: 3 additions & 4 deletions data/experiments/byte_size/400_bytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ metadata:

client_config:
data:
generator: ByteSizeGenerator
n_bytes: 400
seed_size: 1000000
num_operations: 1000
data_type: seed
seed: data/experiments/byte_size/400_bytes_seed.csv
operations: data/experiments/byte_size/400_bytes_operations.csv

flags:
- name: nthreads
Expand Down
3 changes: 3 additions & 0 deletions data/experiments/byte_size/400_bytes_operations.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/experiments/byte_size/400_bytes_seed.csv
Git LFS file not shown
7 changes: 3 additions & 4 deletions data/experiments/byte_size/500_bytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ metadata:

client_config:
data:
generator: ByteSizeGenerator
n_bytes: 500
seed_size: 1000000
num_operations: 1000
data_type: seed
seed: data/experiments/byte_size/500_bytes_seed.csv
operations: data/experiments/byte_size/500_bytes_operations.csv

flags:
- name: nthreads
Expand Down
3 changes: 3 additions & 0 deletions data/experiments/byte_size/500_bytes_operations.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/experiments/byte_size/500_bytes_seed.csv
Git LFS file not shown
7 changes: 3 additions & 4 deletions data/experiments/byte_size/750_bytes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ metadata:

client_config:
data:
generator: ByteSizeGenerator
n_bytes: 750
seed_size: 1000000
num_operations: 1000
data_type: seed
seed: data/experiments/byte_size/750_bytes_seed.csv
operations: data/experiments/byte_size/750_bytes_operations.csv

flags:
- name: nthreads
Expand Down
3 changes: 3 additions & 0 deletions data/experiments/byte_size/750_bytes_operations.csv
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/experiments/byte_size/750_bytes_seed.csv
Git LFS file not shown
4 changes: 4 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ORTOA-TEE Installation

## Git

Install [Git LFS](https://git-lfs.com/) following the instructions for your system.

## Installing the C++ project

### 1. OpenEnclave SDK
Expand Down

0 comments on commit 336a15b

Please sign in to comment.