-
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 5d74789bacdb2de7da4e7a82dab…
…ba4fa9f9e2971
- Loading branch information
github-action-benchmark
committed
Jan 25, 2024
1 parent
58a5567
commit 2cb1612
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": 1706215091133, | ||
"lastUpdate": 1706215303042, | ||
"repoUrl": "https://github.com/candy-lang/candy", | ||
"entries": { | ||
"Compiler": [ | ||
|
@@ -22040,6 +22040,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": "5d74789bacdb2de7da4e7a82dabba4fa9f9e2971", | ||
"message": "Merge pull request #903 from candy-lang/comment-out-iterator-tests\n\nComment out iterator tests", | ||
"timestamp": "2024-01-25T21:37:09+01:00", | ||
"tree_id": "5835717b6bab0502ee8f334a6390e0940fec0cd1", | ||
"url": "https://github.com/candy-lang/candy/commit/5d74789bacdb2de7da4e7a82dabba4fa9f9e2971" | ||
}, | ||
"date": 1706215302465, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "Time: Compiler/hello_world", | ||
"value": 33593898, | ||
"range": "± 607475", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: Compiler/fibonacci", | ||
"value": 148052750, | ||
"range": "± 2559343", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/hello_world", | ||
"value": 36368, | ||
"range": "± 2262", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/fibonacci/15", | ||
"value": 49069529, | ||
"range": "± 471734", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/PLB/binarytrees/6", | ||
"value": 1316666293, | ||
"range": "± 9821209", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|