-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Compiler (cargo) benchmark result for 1ca725e6dbbb5f292f8f2ff6a05…
…00bd833c8aae9
- Loading branch information
github-action-benchmark
committed
Jan 26, 2024
1 parent
2cb1612
commit 6775746
Showing
1 changed file
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1706215303042, | ||
"lastUpdate": 1706293029573, | ||
"repoUrl": "https://github.com/candy-lang/candy", | ||
"entries": { | ||
"Compiler": [ | ||
|
@@ -22094,6 +22094,60 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jonas Wanke", | ||
"username": "JonasWanke" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "1ca725e6dbbb5f292f8f2ff6a0500bd833c8aae9", | ||
"message": "Merge pull request #913 from candy-lang/dependabot/github_actions/peter-evans/create-or-update-comment-4.0.0\n\nBump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0", | ||
"timestamp": "2024-01-26T19:13:20+01:00", | ||
"tree_id": "f2524005b28f80371b25242293adbc4002086b90", | ||
"url": "https://github.com/candy-lang/candy/commit/1ca725e6dbbb5f292f8f2ff6a0500bd833c8aae9" | ||
}, | ||
"date": 1706293028648, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "Time: Compiler/hello_world", | ||
"value": 33272934, | ||
"range": "± 494359", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: Compiler/fibonacci", | ||
"value": 146030006, | ||
"range": "± 1113121", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/hello_world", | ||
"value": 35807, | ||
"range": "± 2068", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/fibonacci/15", | ||
"value": 49080511, | ||
"range": "± 469498", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/PLB/binarytrees/6", | ||
"value": 1314136713, | ||
"range": "± 5904241", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|