5 lines
380 B
Bash
5 lines
380 B
Bash
|
#!/bin/bash
|
||
|
cargo build --profile perf || exit
|
||
|
/bin/rm perf.data
|
||
|
perf record -g --call-graph=dwarf ./target/perf/opentally stv '/home/runassudo/git/stvdb/Australian Senate/2022/VIC.blt' --round-votes 0 --round-quota 0 --quota droop --quota-criterion geq --ties backwards random --random-seed 20210727 --surplus uig --surplus-order by_order --exclusion by_value --pp-decimals 0 $@
|