bench: Increase the difficulty of fasta

This commit is contained in:
Brian Anderson 2012-06-09 13:25:05 -07:00
parent c2a9cc9394
commit a884044066

View File

@ -77,7 +77,7 @@ fn acid(ch: char, prob: u32) -> aminoacids { ret {ch: ch, prob: prob}; }
fn main(args: [str]) {
let args = if os::getenv("RUST_BENCH").is_some() {
// alioth tests k-nucleotide with this data at 25,000,000
["", "300000"]
["", "5000000"]
} else if args.len() <= 1u {
["", "1000"]
} else {