1 thing
This commit is contained in:
parent
fa6547f992
commit
d36bec61f4
@ -14,10 +14,12 @@ fn main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// let n_iterations = 16384;
|
// let n_iterations = 16384;
|
||||||
let n_iterations = 100;
|
let n_iterations = 1024;
|
||||||
|
// let n_iterations = 100;
|
||||||
// let n_iterations = 10;
|
// let n_iterations = 10;
|
||||||
|
|
||||||
let (width, height) = (512, 512);
|
let (width, height) = (256, 256);
|
||||||
|
// let (width, height) = (512, 512);
|
||||||
// let (width, height) = (1024, 1024);
|
// let (width, height) = (1024, 1024);
|
||||||
// let (width, height) = (2048, 2048);
|
// let (width, height) = (2048, 2048);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user