Skip to content

Commit

Permalink
real world experiments (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriandavila authored Dec 29, 2023
1 parent 51f3e27 commit 66a4699
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install/

# e2e benchmarking flow
out/
*.csv

# Miscellaneous
.vscode/
Expand Down
16 changes: 16 additions & 0 deletions data/experiments/real_world_data/bank.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Bank Data Experiment

output_directory: bank_data_experiment/

metadata:
description: How does ORTOA perform on real world data?

client_config:
data:
data_type: seed
seed: data/experiments/real_world_data/bank_seed.csv
operations: data/experiments/real_world_data/bank_operations.csv

flags:
- name: nthreads
value: 32
16 changes: 16 additions & 0 deletions data/experiments/real_world_data/ehr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: EHR Data Experiment

output_directory: ehr_data_experiment/

metadata:
description: How does ORTOA perform on real world data?

client_config:
data:
data_type: seed
seed: data/experiments/real_world_data/ehr_seed.csv
operations: data/experiments/real_world_data/ehr_operations.csv

flags:
- name: nthreads
value: 32
16 changes: 16 additions & 0 deletions data/experiments/real_world_data/retail.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Retail Data Experiment

output_directory: retail_data_experiment/

metadata:
description: How does ORTOA perform on real world data?

client_config:
data:
data_type: seed
seed: data/experiments/real_world_data/retail_seed.csv
operations: data/experiments/real_world_data/retail_operations.csv

flags:
- name: nthreads
value: 32

0 comments on commit 66a4699

Please sign in to comment.