diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-07-01 23:17:57 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-07-01 23:17:57 +0200 |
| commit | 3361f928658652bd7178f37851c9dd9fadb077c8 (patch) | |
| tree | 7ebf8c6e8b99820c4a37900d24184d5828f2b913 /profile.sh | |
| parent | 4425733bdfb516ca2530e6199c2c95ece91b627d (diff) | |
chore: refactor executor, add LocalCopy instructions
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'profile.sh')
| -rwxr-xr-x | profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |
