Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark: bumps vs tests wasmtime and wasmedge to latest #1097

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

codefromthecrypt
Copy link
Contributor

I tried to run wasmedge locally as they publish arm64 os/x now, but it fails like below even sourcing their env. I left that alone for now

dyld[88003]: Library not loaded: @rpath/libwasmedge.0.dylib
  Referenced from: <B1821F61-C84A-38EE-BC33-F3DFB1837BEB> /private/var/folders/vd/1cf8zdb1721f4z5rjggy8bp40000gn/T/go-build1872793839/b001/wasmedge.test
  Reason: tried: '/System/Volumes/Preboot/Cryptexes/OS@rpath/libwasmedge.0.dylib' (no such file), '/usr/local/lib/libwasmedge.0.dylib' (no such file), '/usr/lib/libwasmedge.0.dylib' (no such file, not in dyld cache)
signal: abort trap
FAIL	github.com/tetratelabs/wazero/internal/integration_test/vs/wasmedge	0.240s
FAIL

I tried to run wasmedge locally as they publish arm64 os/x now, but it
fails like below even sourcing their env. I left that alone for now

```
dyld[88003]: Library not loaded: @rpath/libwasmedge.0.dylib
  Referenced from: <B1821F61-C84A-38EE-BC33-F3DFB1837BEB> /private/var/folders/vd/1cf8zdb1721f4z5rjggy8bp40000gn/T/go-build1872793839/b001/wasmedge.test
  Reason: tried: '/System/Volumes/Preboot/Cryptexes/OS@rpath/libwasmedge.0.dylib' (no such file), '/usr/local/lib/libwasmedge.0.dylib' (no such file), '/usr/lib/libwasmedge.0.dylib' (no such file, not in dyld cache)
signal: abort trap
FAIL	github.com/tetratelabs/wazero/internal/integration_test/vs/wasmedge	0.240s
FAIL
```

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt
Copy link
Contributor Author

verified CI can still use wasmedge even if I can't locally

BenchmarkAllocation/Call-16
wazero-compiler 5933.16   ns/op
wasmedge        167909.74 ns/op
BenchmarkFactorial/Call-16
wazero-compiler 941.73   ns/op
wasmedge        14413.08 ns/op
BenchmarkHostCall_CrossBoundary/Call-16
wazero-compiler 115.78  ns/op
wasmedge        2421.91 ns/op
Benchmark/memory.i32/Call-16
wazero-compiler 372.47  ns/op
wasmedge        9234.57 ns/op
Benchmark/memory.i64/Call-16
wazero-compiler 328.78  ns/op
wasmedge        9515.26 ns/op

@codefromthecrypt codefromthecrypt merged commit e55ac9b into main Feb 3, 2023
@codefromthecrypt codefromthecrypt deleted the bump-vs branch February 3, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant