bench: Increase the difficulty of fasta
This commit is contained in:
parent
c2a9cc9394
commit
a884044066
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user