-
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 5b30742c3df307b563d521dbb72…
…1bc0ff9da3538
- Loading branch information
github-action-benchmark
committed
Feb 8, 2024
1 parent
c449591
commit 459ca56
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": 1707330657450, | ||
"lastUpdate": 1707415946555, | ||
"repoUrl": "https://github.com/candy-lang/candy", | ||
"entries": { | ||
"Compiler": [ | ||
|
@@ -22850,6 +22850,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": "5b30742c3df307b563d521dbb721bc0ff9da3538", | ||
"message": "Merge pull request #934 from candy-lang/fix-automerge\n\nFix `github.base_ref` comparison in automerge condition", | ||
"timestamp": "2024-02-08T19:04:15+01:00", | ||
"tree_id": "6b397013059dc65e7c34cb2d7490df79ff188dda", | ||
"url": "https://github.com/candy-lang/candy/commit/5b30742c3df307b563d521dbb721bc0ff9da3538" | ||
}, | ||
"date": 1707415946011, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "Time: Compiler/hello_world", | ||
"value": 59966564, | ||
"range": "± 2340078", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: Compiler/fibonacci", | ||
"value": 270080825, | ||
"range": "± 5235184", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/hello_world", | ||
"value": 41648, | ||
"range": "± 4213", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/fibonacci/15", | ||
"value": 22565211, | ||
"range": "± 293655", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/PLB/binarytrees/6", | ||
"value": 644948778, | ||
"range": "± 8776113", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|