Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for c238573ddc86debe4f5d727c520…
Browse files Browse the repository at this point in the history
…7c717980b5d5c
  • Loading branch information
github-action-benchmark committed Feb 25, 2024
1 parent 1d12fc5 commit e4354f4
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": 1708620881729,
"lastUpdate": 1708858133607,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -23174,6 +23174,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": "c238573ddc86debe4f5d727c5207c717980b5d5c",
"message": "Merge pull request #949 from candy-lang/update-readme\n\nUpdate README",
"timestamp": "2024-02-25T11:41:03+01:00",
"tree_id": "d5f84f649e7ecf20ca0190c8e056840d1ac340d7",
"url": "https://github.com/candy-lang/candy/commit/c238573ddc86debe4f5d727c5207c717980b5d5c"
},
"date": 1708858133046,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 54977850,
"range": "± 893511",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 249814195,
"range": "± 1527660",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 38096,
"range": "± 37396",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 21279575,
"range": "± 195874",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 594916010,
"range": "± 5088833",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit e4354f4

Please sign in to comment.