Skip to content

Commit

Permalink
add Compiler (cargo) benchmark result for 25fae7c15702a5aef5a21643cfb…
Browse files Browse the repository at this point in the history
…e2506a6a15bc4
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent 0c056fa commit 83d039b
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": 1699922882831,
"lastUpdate": 1700032161383,
"repoUrl": "https://github.com/candy-lang/candy",
"entries": {
"Compiler": [
Expand Down Expand Up @@ -18818,6 +18818,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": "25fae7c15702a5aef5a21643cfbe2506a6a15bc4",
"message": "Merge pull request #798 from candy-lang/dependabot/cargo/compiler/vm/itertools-0.12.0\n\nUpdate itertools requirement from 0.11.0 to 0.12.0 in /compiler/vm",
"timestamp": "2023-11-15T08:05:42+01:00",
"tree_id": "6f9ea0dfc03075c68396c9a82c6624c766507440",
"url": "https://github.com/candy-lang/candy/commit/25fae7c15702a5aef5a21643cfbe2506a6a15bc4"
},
"date": 1700032160548,
"tool": "cargo",
"benches": [
{
"name": "Time: Compiler/hello_world",
"value": 17214367,
"range": "± 540838",
"unit": "ns/iter"
},
{
"name": "Time: Compiler/fibonacci",
"value": 130364228,
"range": "± 1256342",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/hello_world",
"value": 33217,
"range": "± 4331",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/fibonacci/15",
"value": 58754029,
"range": "± 770902",
"unit": "ns/iter"
},
{
"name": "Time: VM Runtime/PLB/binarytrees/6",
"value": 896905409,
"range": "± 5802314",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 83d039b

Please sign in to comment.