Now code gen is finished and we just have testing
This commit is contained in:
@@ -36,6 +36,13 @@ impl ExBudget {
|
||||
cpu: 10000000000,
|
||||
}
|
||||
}
|
||||
|
||||
pub fn max() -> Self {
|
||||
ExBudget {
|
||||
mem: 14000000000,
|
||||
cpu: 10000000000000,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for ExBudget {
|
||||
|
||||
Reference in New Issue
Block a user