summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-07-21 20:40:40 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-07-21 20:40:40 +0200
commita96424cf8a90aa93edcf4e9ff11fc54800ea1b9e (patch)
treefdc97af8d5a461f17972debafd00a9b4648b40aa /Makefile
parent2cc0a6ff93b2e0dc20ba75c18ce34881bf3d9fbe (diff)
Simplified duration handling to allow longer profiling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b630d0..42ce706 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ bench:
cargo run --release --features "benchmarking" --bin perf-test
profile:
- cargo build --release --features "benchmarking single-threaded"
+ cargo build --release --features "benchmarking single-threaded extended-time"
mkdir -p target/profile
perf record -g target/release/perf-test
perf script > target/profile/out.perf