#![feature(test)] extern crate primes; extern crate test; mod p001; mod p002; // ... etc fn main() {} 当我运行 cargo bench ,它为我项目中的每个文件运行基准 ...
確定! 回上一頁