Compare commits
No commits in common. "f4248a59a587376513e3be92c561218d7c13ee43" and "bb4f2b136445f37571e5ce433a9ee04aeecdc132" have entirely different histories.
f4248a59a5
...
bb4f2b1364
|
@ -27,9 +27,9 @@ from joj3_config_generator.models.repo import Groups
|
||||||
|
|
||||||
class ParserResultDetail(BaseModel):
|
class ParserResultDetail(BaseModel):
|
||||||
cpu_time: bool = Field(
|
cpu_time: bool = Field(
|
||||||
True, validation_alias=AliasChoices("cpu-time", "cpu_time", "cpu")
|
True, validation_alias=AliasChoices("cpu-time", "cpu_time")
|
||||||
) # Display CPU time
|
) # Display CPU time
|
||||||
time: bool = True # Display clock time
|
time: bool = True # Display run time
|
||||||
mem: bool = True # Display memory usage
|
mem: bool = True # Display memory usage
|
||||||
stdout: bool = False # Display stdout messages
|
stdout: bool = False # Display stdout messages
|
||||||
stderr: bool = False # Display stderr messages
|
stderr: bool = False # Display stderr messages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user