blob: 1a503ffde223b237ce5cb6113f020971679643c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
select PROJ:
cargo run -- --manifest-path tests/Cargo.toml -p {{PROJ}} select
compare PROJ:
cargo run -- --manifest-path tests/Cargo.toml -p {{PROJ}} select --compare
candidates PROJ:
cargo run -- --manifest-path tests/Cargo.toml -p {{PROJ}} candidates
cost-model IMPL:
cargo run -- cost-model {{IMPL}}
|