-
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 9e579c9bf527403dbd536ed15ca…
…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.
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": 1705597383288, | ||
"lastUpdate": 1705598761540, | ||
"repoUrl": "https://github.com/candy-lang/candy", | ||
"entries": { | ||
"Compiler": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|