-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51f3e27
commit 66a4699
Showing
4 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ install/ | |
|
||
# e2e benchmarking flow | ||
out/ | ||
*.csv | ||
|
||
# Miscellaneous | ||
.vscode/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |