summaryrefslogtreecommitdiff
path: root/profile.sh
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-03 23:40:04 +0200
committerHenry <mail@henrygressmann.de>2026-04-03 23:40:04 +0200
commit1f741ba37d8217de333488d0a66fa6cc7f8537a7 (patch)
tree0c37368d8160668b3a79bee4bc2b068be41e6cea /profile.sh
parenta15acabfc1e23282d8fba9ec660f593b96709b2a (diff)
feat: add relaxed simd
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'profile.sh')
-rwxr-xr-xprofile.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/profile.sh b/profile.sh
deleted file mode 100755
index 91bb946..0000000
--- a/profile.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env bash
-cargo build --example wasm-rust --profile profiling
-samply record -r 10000 ./target/profiling/examples/wasm-rust $@