aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/b_unique_asc_con_ra_5.sh
blob: a32ee2f3376d822f4608c293ad2142fdf23fb040 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
TIMEFORMAT='
semantic property: unique, ascending
syntactic property: Container, RandomAccess
search time: %R seconds
'
time {
cargo run b_unique_asc_con_ra.rs gen_unique_asc_con_ra 5
}