Skip to content

Commit e9fe85b

Browse files
author
github-action-benchmark
committed
add Criterion.rs Benchmark (customSmallerIsBetter) benchmark result for 5c75842
1 parent 6b14975 commit e9fe85b

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

dev/bench/data.js

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1761698654765,
2+
"lastUpdate": 1761783591386,
33
"repoUrl": "https://github.com/containerd/runwasi",
44
"entries": {
55
"Criterion.rs Benchmark": [
@@ -34858,6 +34858,52 @@ window.BENCHMARK_DATA = {
3485834858
"unit": "ns/iter"
3485934859
}
3486034860
]
34861+
},
34862+
{
34863+
"commit": {
34864+
"author": {
34865+
"name": "Jiaxiao Zhou",
34866+
"username": "Mossaka",
34867+
"email": "[email protected]"
34868+
},
34869+
"committer": {
34870+
"name": "GitHub",
34871+
"username": "web-flow",
34872+
"email": "[email protected]"
34873+
},
34874+
"id": "5c75842bcd24fee941f5d6c9a3eda4abc9984a10",
34875+
"message": "Merge pull request #1050 from containerd/dependabot/github_actions/actions/github-script-8\n\nchore(deps): bump actions/github-script from 7 to 8",
34876+
"timestamp": "2025-10-15T16:48:36Z",
34877+
"url": "https://github.com/containerd/runwasi/commit/5c75842bcd24fee941f5d6c9a3eda4abc9984a10"
34878+
},
34879+
"date": 1761783582957,
34880+
"tool": "customSmallerIsBetter",
34881+
"benches": [
34882+
{
34883+
"name": "wamr/memory-usage",
34884+
"value": 14896,
34885+
"unit": "kB",
34886+
"extra": "shim: 12088 kB\nzygote: 2808 kB"
34887+
},
34888+
{
34889+
"name": "wasmedge/memory-usage",
34890+
"value": 66080,
34891+
"unit": "kB",
34892+
"extra": "shim: 53600 kB\nzygote: 12480 kB"
34893+
},
34894+
{
34895+
"name": "wasmer/memory-usage",
34896+
"value": 18284,
34897+
"unit": "kB",
34898+
"extra": "shim: 15012 kB\nzygote: 3272 kB"
34899+
},
34900+
{
34901+
"name": "wasmtime/memory-usage",
34902+
"value": 19540,
34903+
"unit": "kB",
34904+
"extra": "shim: 16148 kB\nzygote: 3392 kB"
34905+
}
34906+
]
3486134907
}
3486234908
],
3486334909
"HTTP Throughput": [

0 commit comments

Comments
 (0)