Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change "ODM_CLUSTER" column to "SPLIT_PARAMS" #27

Open
coreysnipes opened this issue Jan 24, 2021 · 0 comments
Open

Change "ODM_CLUSTER" column to "SPLIT_PARAMS" #27

coreysnipes opened this issue Jan 24, 2021 · 0 comments

Comments

@coreysnipes
Copy link
Collaborator

Currently the ODM_CLUSTER column is just a flag to indicate whether split was used. All current benchmark data is "N".

To support more detailed split/merge info in future benchmarks, I suggest changing the column header to "SPLIT_PARAMS", and changing all existing data to "-" (to indicate that split was not used).

Recommended notation for split params in future data: "sX soY"
Derived from: "--split X --split-overlap Y"

e.g., notation in benchmarks data would be "s200 so150" for --split 200 --split-overlap 150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant