Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for ef6be3207d52192508e317c2c23…
Browse files Browse the repository at this point in the history
…88cb43a47c28d
  • Loading branch information
github-action-benchmark committed Dec 21, 2023
1 parent 283a4b8 commit d89d834
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": 1703012201190,
"lastUpdate": 1703165845229,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -20114,6 +20114,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": "ef6be3207d52192508e317c2c2388cb43a47c28d",
"message": "Merge pull request #849 from candy-lang/fix-use-after-free-in-fuzzer\n\nFix use-after-free in fuzzer",
"timestamp": "2023-12-21T14:33:47+01:00",
"tree_id": "66540f0f80b8b22c9a10b71fcfc55ba732156441",
"url": "https://github.com/candy-lang/candy/commit/ef6be3207d52192508e317c2c2388cb43a47c28d"
},
"date": 1703165844353,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 16438784,
"range": "± 594104",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 128285204,
"range": "± 1843597",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 32781,
"range": "± 3406",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 54891227,
"range": "± 633067",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 837775887,
"range": "± 7927704",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d89d834

Please sign in to comment.