blob: fe7c0a087b1e48631c015a8304516fb16fce2e25 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
TIMEFORMAT='
semantic property: descending
syntactic property: Container, RandomAccess
search time: %R seconds
'
time {
cargo run b_des_con_ra.rs gen_des_con_ra 3
}
|