-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR is related to extism/extism#605 ``` PS D:\dylibso\go-sdk> go test -benchmem -run=^$ -bench . goos: windows goarch: amd64 pkg: github.com/extism/go-sdk cpu: 13th Gen Intel(R) Core(TM) i7-1365U BenchmarkInitialize/noop-12 385 3051739 ns/op 2942236 B/op 2751 allocs/op BenchmarkInitializeWithCache/noop-12 2112 504269 ns/op 1686493 B/op 1554 allocs/op ``` Without using compilation cache: 3ms with compilation cache: 0.5ms Since we're already exposing `wazero.RuntimeConfig`, I think we just need to mention it in the README
- Loading branch information
1 parent
df4f5ac
commit c14b7a3
Showing
2 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters