Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for 5d74789bacdb2de7da4e7a82dab…
Browse files Browse the repository at this point in the history
…ba4fa9f9e2971
  • Loading branch information
github-action-benchmark committed Jan 25, 2024
1 parent 58a5567 commit 2cb1612
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": 1706215091133,
"lastUpdate": 1706215303042,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -22040,6 +22040,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jonas Wanke",
"username": "JonasWanke"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5d74789bacdb2de7da4e7a82dabba4fa9f9e2971",
"message": "Merge pull request #903 from candy-lang/comment-out-iterator-tests\n\nComment out iterator tests",
"timestamp": "2024-01-25T21:37:09+01:00",
"tree_id": "5835717b6bab0502ee8f334a6390e0940fec0cd1",
"url": "https://github.com/candy-lang/candy/commit/5d74789bacdb2de7da4e7a82dabba4fa9f9e2971"
},
"date": 1706215302465,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 33593898,
"range": "± 607475",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 148052750,
"range": "± 2559343",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 36368,
"range": "± 2262",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 49069529,
"range": "± 471734",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 1316666293,
"range": "± 9821209",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2cb1612

Please sign in to comment.