Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for 9e579c9bf527403dbd536ed15ca…
Browse files Browse the repository at this point in the history
…06da3fc29d794
  • Loading branch information
github-action-benchmark committed Jan 18, 2024
1 parent 96b23de commit 161a9d9
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1705597383288,
"lastUpdate": 1705598761540,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -21536,6 +21536,54 @@ 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": "9e579c9bf527403dbd536ed15ca06da3fc29d794",
"message": "Merge pull request #881 from candy-lang/call-tracing-mode-only-potentially-panicking\n\nCall tracing mode: only potentially panicking",
"timestamp": "2024-01-18T18:21:48+01:00",
"tree_id": "80c86d7387d762fa5d1bf172dfbf2657b916a681",
"url": "https://github.com/candy-lang/candy/commit/9e579c9bf527403dbd536ed15ca06da3fc29d794"
},
"date": 1705598760562,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 39812070,
"range": "± 919328",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 197265283,
"range": "± 5800320",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 42294,
"range": "± 2841",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 306523688,
"range": "± 3039008",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 161a9d9

Please sign in to comment.