aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/b_des_con_ra_5.sh
blob: 3769ff5d4ff1d749bfd9ba7cb911d13d998119d3 (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 5
}