{"id":31763997,"url":"https://github.com/dispatchrun/wasm-benchmarks","last_synced_at":"2025-10-09T23:39:28.061Z","repository":{"id":179301090,"uuid":"663271104","full_name":"dispatchrun/wasm-benchmarks","owner":"dispatchrun","description":"Benchmarks to compare the performance of wasm compilers","archived":false,"fork":false,"pushed_at":"2023-07-07T04:07:42.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-21T20:07:02.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dispatchrun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-07T00:10:49.000Z","updated_at":"2023-07-07T18:19:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"db14be11-b62c-49a4-b751-ba00cae390de","html_url":"https://github.com/dispatchrun/wasm-benchmarks","commit_stats":null,"previous_names":["stealthrocket/wasm-benchmarks","dispatchrun/wasm-benchmarks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dispatchrun/wasm-benchmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fwasm-benchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fwasm-benchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fwasm-benchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fwasm-benchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dispatchrun","download_url":"https://codeload.github.com/dispatchrun/wasm-benchmarks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fwasm-benchmarks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002311,"owners_count":26083340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T23:39:20.947Z","updated_at":"2025-10-09T23:39:28.056Z","avatar_url":"https://github.com/dispatchrun.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wasm-benchmarks\nBenchmarks to compare the performance of wasm compilers\n\n## Running Benchmarks\n\n```sh\nmake native wasmedge wasmtime wazero count=10 bench='BenchmarkJoinPath/#00' test=go\nmake native wasmedge wasmtime wazero count=10 bench='BenchmarkJoinPath/#00' test=tinygo\n```\n\n## Comparing Benchmark Results\n\n```\n$ benchstat -ignore=goarch,goos bench.tinygo.*\n             │ bench.tinygo.native │          bench.tinygo.node          │        bench.tinygo.wasmedge        │        bench.tinygo.wasmtime        │         bench.tinygo.wazero          │\n             │       sec/op        │   sec/op     vs base                │   sec/op     vs base                │   sec/op     vs base                │    sec/op     vs base                │\nJoinPath/#00          126.85n ± 1%   47.46n ± 1%  -62.58% (p=0.000 n=10)   46.40n ± 1%  -63.42% (p=0.000 n=10)   74.80n ± 2%  -41.03% (p=0.000 n=10)   143.05n ± 1%  +12.77% (p=0.000 n=10)\n$ benchstat -ignore=goarch,goos bench.go.*\npkg: github.com/stealthrocket/wasm-benchmarks/go\n             │ bench.go.native │          bench.go.node          │        bench.go.wasmedge        │        bench.go.wasmtime         │         bench.go.wazero          │\n             │     sec/op      │   sec/op     vs base            │    sec/op     vs base           │    sec/op      vs base           │    sec/op      vs base           │\nJoinPath/#00      15.99n ± ∞ ¹   96.75n ± 1%  ~ (p=0.182 n=1+10)   80.98n ± ∞ ¹  ~ (p=1.000 n=1) ²   445.00n ± ∞ ¹  ~ (p=1.000 n=1) ²   254.50n ± ∞ ¹  ~ (p=1.000 n=1) ²\n$ benchstat -ignore=goarch,goos bench.c.*\n             │ bench.c.native │            bench.c.node            │          bench.c.wasmedge          │          bench.c.wasmtime           │            bench.c.wazero            │\n             │     sec/op     │   sec/op     vs base               │   sec/op     vs base               │   sec/op     vs base                │   sec/op     vs base                 │\nJoinPath/#00      24.53n ± 0%   24.29n ± 0%  -0.96% (p=0.001 n=10)   26.15n ± 2%  +6.63% (p=0.000 n=10)   48.84n ± 1%  +99.14% (p=0.000 n=10)   73.01n ± 1%  +197.72% (p=0.000 n=10)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdispatchrun%2Fwasm-benchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdispatchrun%2Fwasm-benchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdispatchrun%2Fwasm-benchmarks/lists"}