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

Added sampleFraction and submissionTime to the workloadSpec #295

Conversation

DanteNiewenhuis
Copy link
Contributor

Summary

Added sampleFraction and submissionTime to the workloadSpec.

sampleFraction can be used to randomly sample a subset of a workload.
This can be useful when testing new features because it can significantly reduce the runtime.

submissionTime will shift the start of the workload to the given timestamp.
This can be useful when exploring the effect of when a workload is executed.
submissionTime needs to be provided in the following format "YYYY-MM-DDThh:mm:ss"

Implementation Notes ⚒️

  • Briefly outline the overall technical solution. If necessary, identify talking points where the reviewer's attention should be drawn to.

External Dependencies 🍀

Breaking API Changes ⚠️

Simply specify none (N/A) if not applicable.

@DanteNiewenhuis DanteNiewenhuis merged commit bb945c2 into atlarge-research:master Jan 23, 2025
4 checks passed
@DanteNiewenhuis DanteNiewenhuis deleted the workloadLoader-extension branch January 23, 2025 12:31
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

Successfully merging this pull request may close these issues.

2 participants