summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index 2470377..af2bffe 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -5,8 +5,6 @@ test-mvp="test --package tinywasm --test test-mvp --release -- --enable "
test-2="test --package tinywasm --test test-two --release -- --enable "
test-wast="test --package tinywasm --test test-wast -- --enable "
test-wast-release="test --package tinywasm --test test-wast --release -- --enable "
-generate-charts="run --package scripts --bin generate-charts --release"
-benchmark="bench -p benchmarks --bench"
# enable for linux perf
[target.x86_64-unknown-linux-gnu]