-
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 a2a601286e493a9eba5f6871e6f…
…cba05172aca9f
- Loading branch information
github-action-benchmark
committed
Feb 19, 2024
1 parent
3c96607
commit 06a7e6c
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": 1707698612803, | ||
"lastUpdate": 1708304211727, | ||
"repoUrl": "https://github.com/candy-lang/candy", | ||
"entries": { | ||
"Compiler": [ | ||
|
@@ -23066,6 +23066,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": "a2a601286e493a9eba5f6871e6fcba05172aca9f", | ||
"message": "Merge pull request #947 from candy-lang/dependabot/npm_and_yarn/vscode_extension/types/node-20.11.19\n\nBump @types/node from 20.11.17 to 20.11.19 in /vscode_extension", | ||
"timestamp": "2024-02-19T01:49:01+01:00", | ||
"tree_id": "5fdf8c2af0fab3aa0b94fb3ae1b00f2b33af8371", | ||
"url": "https://github.com/candy-lang/candy/commit/a2a601286e493a9eba5f6871e6fcba05172aca9f" | ||
}, | ||
"date": 1708304211180, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "Time: Compiler/hello_world", | ||
"value": 55549809, | ||
"range": "± 817014", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: Compiler/fibonacci", | ||
"value": 256031013, | ||
"range": "± 1676616", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/hello_world", | ||
"value": 39619, | ||
"range": "± 58309", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/fibonacci/15", | ||
"value": 22141606, | ||
"range": "± 289296", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Time: VM Runtime/PLB/binarytrees/6", | ||
"value": 613509346, | ||
"range": "± 7378797", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|