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

Feature request: --multiply-time-limit-by flag to quickly test a task on old PC #268

Open
wil93 opened this issue Oct 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wil93
Copy link
Member

wil93 commented Oct 7, 2024

Context: I'm testing some tasks on an old PC, and I mostly just want to make sure that the annotations (// @check-accepted, // @check-time-limit-exceeded, etc) are correct.

I have to manually edit the task.yaml file to avoid some AC solutions being misclassified as TLE. If I could pass this flag it would speed up the process.

Related, I currently run TMR on multiple tasks like so:

$ for i in */; do cd $; task-maker-rust; cd ..; done

Is there a command that does that automatically? Maybe even reading the task list from contest.yaml

@wil93 wil93 added the enhancement New feature or request label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant