blob: cd8fd68e7982114f395ec90994cc721819c7121e (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
TIMEFORMAT='
semantic property: unique, ascending
syntactic property: Container
search time: %R seconds
'
time {
cargo run b_unique_asc_con.rs gen_unique_asc_con 5
}
|