blob: ea16bafe09cc7f3e8a0950c3fb2486b830de581c (
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 7
}
|