forked from rarias/bscpkgs
creams: simplify granularity figure
This commit is contained in:
@@ -28,7 +28,7 @@ let
|
||||
];
|
||||
|
||||
# Max. number of iterations
|
||||
iterations = [ 10 20 ];
|
||||
iterations = [ 20 ] ++ optionals (enableExtended) [ 10 ];
|
||||
|
||||
nodes = [ 1 ] ++ optionals (enableExtended) (range2 2 16);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user