-
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 7a4cce379185ac051bc25d83c90…
…13d1cff4acb8b
- Loading branch information
github-action-benchmark
committed
Feb 29, 2024
1 parent
e2d1946
commit f6e5704
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": 1709217743485, | ||
"lastUpdate": 1709225101098, | ||
"repoUrl": "https://github.com/candy-lang/candy", | ||
"entries": { | ||
"Compiler": [ | ||
|
@@ -23822,6 +23822,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": "7a4cce379185ac051bc25d83c9013d1cff4acb8b", | ||
"message": "Merge pull request #963 from candy-lang/fix-textconcatenate-constant-folding\n\nFix constant folding of textConcatenate with empty text", | ||
"timestamp": "2024-02-29T17:36:24+01:00", | ||
"tree_id": "11a2c82c144ac3f6af6eaa7a15b1d8f4f97dfb73", | ||
"url": "https://github.com/candy-lang/candy/commit/7a4cce379185ac051bc25d83c9013d1cff4acb8b" | ||
}, | ||
"date": 1709225100146, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "Time: Compiler/hello_world", | ||
"value": 54594172, | ||
"range": "± 2541595", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: Compiler/fibonacci", | ||
"value": 251935719, | ||
"range": "± 2093410", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/hello_world", | ||
"value": 38737, | ||
"range": "± 7244", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/fibonacci/15", | ||
"value": 21630504, | ||
"range": "± 219602", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/PLB/binarytrees/6", | ||
"value": 612382502, | ||
"range": "± 5191772", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|