blob: 13fa6c33f0c9c5aec1b00c945d499f5a644dc649 (
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 3
}
|