Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for cca5a4057b902cc2eefa30c8e6b…
Browse files Browse the repository at this point in the history
…8fcd68f721441
  • Loading branch information
github-action-benchmark committed Nov 29, 2023
1 parent 65dc42b commit 2139a45
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": 1701131928606,
"lastUpdate": 1701219530990,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -19466,6 +19466,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": "cca5a4057b902cc2eefa30c8e6b8fcd68f721441",
"message": "Merge pull request #818 from candy-lang/dependabot/npm_and_yarn/vscode_extension/typescript-eslint-5a2ab52a27\n\nBump the typescript-eslint group in /vscode_extension with 2 updates",
"timestamp": "2023-11-29T01:55:19+01:00",
"tree_id": "1c5797b59c0b825d8ce807489a8bda442a5a3d10",
"url": "https://github.com/candy-lang/candy/commit/cca5a4057b902cc2eefa30c8e6b8fcd68f721441"
},
"date": 1701219530471,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 16697098,
"range": "± 558883",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 133835228,
"range": "± 1372220",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 33297,
"range": "± 60995",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 58820933,
"range": "± 924081",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 891074230,
"range": "± 8901615",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2139a45

Please sign in to comment.