From e41131bdac012187a6bba366a44ba94c6f8b1609 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Tue, 31 Dec 2019 14:25:18 +0200 Subject: [PATCH] Add Raw/Native funcs benchmark --- test/run-wasi-test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/run-wasi-test.py b/test/run-wasi-test.py index d2de349..1550491 100755 --- a/test/run-wasi-test.py +++ b/test/run-wasi-test.py @@ -41,6 +41,10 @@ commands = [ "wasm": "./wasi/test-opt.wasm", "args": ["cat", "./wasi/0.txt"], "expect_pattern": "Hello world*Constructor OK*Args: *; cat; ./wasi/0.txt;*fib(20) = 6765*[* ms]*48 65 6c 6c 6f 20 77 6f 72 6c 64*=== done ===*" + }, { + "name": "Raw/Native funcs benchmark", + "wasm": "./wasi/test_native_vs_raw.wasm", + "expect_pattern": "Validation...*Native/Raw: *" }, { "name": "mandelbrot", "wasm": "./benchmark/mandelbrot/mandel.wasm",