summaryrefslogtreecommitdiff
path: root/profile.sh
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-07-01 23:17:57 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-07-01 23:17:57 +0200
commit3361f928658652bd7178f37851c9dd9fadb077c8 (patch)
tree7ebf8c6e8b99820c4a37900d24184d5828f2b913 /profile.sh
parent4425733bdfb516ca2530e6199c2c95ece91b627d (diff)
chore: refactor executor, add LocalCopy instructions
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'profile.sh')
-rwxr-xr-xprofile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.sh b/profile.sh
index 473c984..91bb946 100755
--- a/profile.sh
+++ b/profile.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
cargo build --example wasm-rust --profile profiling
-samply record ./target/profiling/examples/wasm-rust $@
+samply record -r 10000 ./target/profiling/examples/wasm-rust $@