-
Notifications
You must be signed in to change notification settings - Fork 27
local-time-multiplier #471
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
Conversation
RagnarGrootKoerkamp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add some docs on that this feature exists and can be enabled via local_time_multiplier in .bapctools.yaml in the contest dir?
|
This just needs some docs (specifically an instruction where/how to add it to either repo or personal config), and then it's probably good to merge? |
|
should probably be merged after the typing thing... and may needs more input if this is really something we want? |
|
At BAPC someone said that clang on mac has slow |
Yes but i don't think we want that? I mean we don't allow language specific multipliers and i think that is a good. |
|
Agreed, but then it might be nice to at least merge this PR :) |
cf78265 to
aab3b70
Compare
|
My 2 cents:
|
* local-time-multiplier * remove default local_time_multiplier set for tests * adjust code * fix style * print time limit * add to readme
This adds the possibility to set
local_time_multiplierin local config files. This might be useful if hardcoded time limits are set, but you are working on a machine which is much faster/slower than the machine used for judging.I don't know if we really want to add such a feature though @RagnarGrootKoerkamp @mpsijm ?