Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for c1f8e4ecc95e96880879f71548f…
Browse files Browse the repository at this point in the history
…3c83cfbfca179
  • Loading branch information
github-action-benchmark committed Jan 6, 2024
1 parent 3f88bb1 commit 1778b70
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1704538593471,
"lastUpdate": 1704539419882,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -20444,6 +20444,48 @@ 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": "c1f8e4ecc95e96880879f71548f3c83cfbfca179",
"message": "Merge pull request #845 from candy-lang/simplify-formatter-issue-template\n\nSimplify formatter issue template",
"timestamp": "2024-01-06T12:07:25+01:00",
"tree_id": "a27966e632f058f17e14f1a20cba3c9b47e259bb",
"url": "https://github.com/candy-lang/candy/commit/c1f8e4ecc95e96880879f71548f3c83cfbfca179"
},
"date": 1704539419337,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 18199559,
"range": "± 790692",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 140650235,
"range": "± 1344963",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 33533,
"range": "± 3308",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 1778b70

Please sign in to comment.