Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for 7a4cce379185ac051bc25d83c90…
Browse files Browse the repository at this point in the history
…13d1cff4acb8b
  • Loading branch information
github-action-benchmark committed Feb 29, 2024
1 parent e2d1946 commit f6e5704
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": 1709217743485,
"lastUpdate": 1709225101098,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -23822,6 +23822,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": "7a4cce379185ac051bc25d83c9013d1cff4acb8b",
"message": "Merge pull request #963 from candy-lang/fix-textconcatenate-constant-folding\n\nFix constant folding of textConcatenate with empty text",
"timestamp": "2024-02-29T17:36:24+01:00",
"tree_id": "11a2c82c144ac3f6af6eaa7a15b1d8f4f97dfb73",
"url": "https://github.com/candy-lang/candy/commit/7a4cce379185ac051bc25d83c9013d1cff4acb8b"
},
"date": 1709225100146,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 54594172,
"range": "± 2541595",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 251935719,
"range": "± 2093410",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 38737,
"range": "± 7244",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 21630504,
"range": "± 219602",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 612382502,
"range": "± 5191772",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit f6e5704

Please sign in to comment.