aboutsummaryrefslogtreecommitdiff
path: root/primrose/scripts/b_unique_asc_con_ra_3.sh
blob: 7ef5b22bd4c21abf0fd7973edefca0a1b70d32e7 (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 3
}