Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for cfce928a32db88328f63a6b75ab…
Browse files Browse the repository at this point in the history
…7ff70b50ea016
  • Loading branch information
github-action-benchmark committed Dec 11, 2023
1 parent 33db285 commit 4dd87ef
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": 1702257348030,
"lastUpdate": 1702257561650,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -19898,6 +19898,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": "cfce928a32db88328f63a6b75ab7ff70b50ea016",
"message": "Merge pull request #837 from candy-lang/dependabot/npm_and_yarn/vscode_extension/prettier-d1689063ef\n\nBump the prettier group in /vscode_extension with 2 updates",
"timestamp": "2023-12-11T02:13:33+01:00",
"tree_id": "828a5e2d442a0410c0bfac8609cea53b8d403014",
"url": "https://github.com/candy-lang/candy/commit/cfce928a32db88328f63a6b75ab7ff70b50ea016"
},
"date": 1702257561235,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 17961100,
"range": "± 843634",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 138559255,
"range": "± 1150242",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 35942,
"range": "± 58185",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 59170594,
"range": "± 866204",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 907681791,
"range": "± 8125650",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 4dd87ef

Please sign in to comment.