Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for afd8c9c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 23, 2023
1 parent 97d1c5c commit f7a95bf
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1703291595405,
"lastUpdate": 1703366116581,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -5870,6 +5870,48 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "y21",
"username": "y21"
},
"committer": {
"email": "[email protected]",
"name": "y21",
"username": "y21"
},
"distinct": true,
"id": "afd8c9c099447daea2bd334ccd3914659378d7a8",
"message": "reformat code base and add stress_gc feature",
"timestamp": "2023-12-23T22:12:30+01:00",
"tree_id": "f60c0d1f98d7bea6f77b700d58827ffba5809a03",
"url": "https://github.com/y21/dash/commit/afd8c9c099447daea2bd334ccd3914659378d7a8"
},
"date": 1703366115949,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 2517312,
"range": "± 6552",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 228425,
"range": "± 951",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 58679,
"range": "± 2279",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit f7a95bf

Please sign in to comment.