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