bheisler / iai

Experimental one-shot benchmarking/profiling harness for Rust
Apache License 2.0
563 stars 35 forks source link

Should use proccontrol instead of setarch on FreeBSD #9

Closed asomers closed 3 years ago

asomers commented 3 years ago

FreeBSD doesn't have setarch. Instead, it you must use proccontrol to disable ASLR. I'll submit a PR to fix that.