-
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 202c0864222dc13010e5435338a…
…5e0258936a7b8
- Loading branch information
github-action-benchmark
committed
Feb 29, 2024
1 parent
249a230
commit dc097af
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": 1709133484312, | ||
"lastUpdate": 1709215199866, | ||
"repoUrl": "https://github.com/candy-lang/candy", | ||
"entries": { | ||
"Compiler": [ | ||
|
@@ -23606,6 +23606,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": "202c0864222dc13010e5435338a5e0258936a7b8", | ||
"message": "Merge pull request #962 from candy-lang/fix-constant-folding-typeof-textfromutf8\n\nFix constant folding's `typeOf textFromUtf8`", | ||
"timestamp": "2024-02-29T14:51:19+01:00", | ||
"tree_id": "b4abda8605be62cd47269daac93790ffe0b82462", | ||
"url": "https://github.com/candy-lang/candy/commit/202c0864222dc13010e5435338a5e0258936a7b8" | ||
}, | ||
"date": 1709215199147, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "Time: Compiler/hello_world", | ||
"value": 57596466, | ||
"range": "± 1694804", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: Compiler/fibonacci", | ||
"value": 274905984, | ||
"range": "± 7181834", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/hello_world", | ||
"value": 41518, | ||
"range": "± 5756", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/fibonacci/15", | ||
"value": 21806009, | ||
"range": "± 194731", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/PLB/binarytrees/6", | ||
"value": 622281839, | ||
"range": "± 8257250", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|