Run hello_world/power one by one in batch mode.

This commit is contained in:
Yifan Wu 2020-11-20 01:18:25 +08:00
parent e9949e5bd4
commit 3b920ac8f5
10 changed files with 74 additions and 26 deletions

View file

@ -6,7 +6,7 @@ extern crate user_lib;
const SIZE: usize = 10;
const P: u32 = 3;
const STEP: usize = 10000000;
const STEP: usize = 100000;
const MOD: u32 = 10007;
#[no_mangle]