Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for 202c0864222dc13010e5435338a…
Browse files Browse the repository at this point in the history
…5e0258936a7b8
  • Loading branch information
github-action-benchmark committed Feb 29, 2024
1 parent 249a230 commit dc097af
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1709133484312,
"lastUpdate": 1709215199866,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -23606,6 +23606,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "jwbot",
"username": "jwbot"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "202c0864222dc13010e5435338a5e0258936a7b8",
"message": "Merge pull request #962 from candy-lang/fix-constant-folding-typeof-textfromutf8\n\nFix constant folding's `typeOf textFromUtf8`",
"timestamp": "2024-02-29T14:51:19+01:00",
"tree_id": "b4abda8605be62cd47269daac93790ffe0b82462",
"url": "https://github.com/candy-lang/candy/commit/202c0864222dc13010e5435338a5e0258936a7b8"
},
"date": 1709215199147,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 57596466,
"range": "± 1694804",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 274905984,
"range": "± 7181834",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 41518,
"range": "± 5756",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 21806009,
"range": "± 194731",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 622281839,
"range": "± 8257250",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit dc097af

Please sign in to comment.