Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simar7/wasm-bench-go
wasm runtime benchmarks for go
https://github.com/simar7/wasm-bench-go
Last synced: 9 days ago
JSON representation
wasm runtime benchmarks for go
- Host: GitHub
- URL: https://github.com/simar7/wasm-bench-go
- Owner: simar7
- License: mit
- Created: 2021-07-21T22:53:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T17:43:38.000Z (about 2 years ago)
- Last Synced: 2024-10-28T06:48:11.189Z (about 2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm-bench-go
wasm runtime benchmarks for go```
make bench | prettybench -no-passthrough
benchmark iter time/iter bytes alloc allocs
--------- ---- --------- ----------- ------
BenchmarkWasmtime-8 100000 3488.00 ns/op 311 B/op 20 allocs/op
BenchmarkWasmtime-8 100000 3614.00 ns/op 311 B/op 20 allocs/op
BenchmarkWasmtime-8 100000 3543.00 ns/op 311 B/op 20 allocs/op
BenchmarkWasmer-8 100000 1997.00 ns/op 208 B/op 12 allocs/op
BenchmarkWasmer-8 100000 1990.00 ns/op 208 B/op 12 allocs/op
BenchmarkWasmer-8 100000 1950.00 ns/op 208 B/op 12 allocs/op
BenchmarkGasm-8 100000 331.50 ns/op 288 B/op 9 allocs/op
BenchmarkGasm-8 100000 334.40 ns/op 288 B/op 9 allocs/op
BenchmarkGasm-8 100000 332.20 ns/op 288 B/op 9 allocs/op```