Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for d3ba482a252a154b0cf70f3c7ee…
Browse files Browse the repository at this point in the history
…841120986a13a
  • Loading branch information
github-action-benchmark committed Feb 12, 2024
1 parent df3f611 commit 843b0f3
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": 1707430524808,
"lastUpdate": 1707698119414,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -22958,6 +22958,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": "d3ba482a252a154b0cf70f3c7ee841120986a13a",
"message": "Merge pull request #943 from candy-lang/dependabot/npm_and_yarn/vscode_extension/mocha-960c2efaff\n\nBump the mocha group in /vscode_extension with 1 update",
"timestamp": "2024-02-12T01:27:07+01:00",
"tree_id": "d60ce631f9d50c5c21e1dc917d793fea7af704eb",
"url": "https://github.com/candy-lang/candy/commit/d3ba482a252a154b0cf70f3c7ee841120986a13a"
},
"date": 1707698118517,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 54785730,
"range": "± 1132149",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 256881993,
"range": "± 1621071",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 40480,
"range": "± 53982",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 21681845,
"range": "± 349287",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 615533241,
"range": "± 4715577",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 843b0f3

Please sign in to comment.