Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 441c91f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 22, 2023
1 parent cfc5bd9 commit 06fba8c
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": 1697940172477,
"lastUpdate": 1698012330351,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -5786,6 +5786,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": "441c91fcab824d76a8c318efdb6bb633dd280c1a",
"message": "regex: support character class ranges",
"timestamp": "2023-10-23T00:01:57+02:00",
"tree_id": "2bcb26ab834e63325cbfca09cfb82bf1a8856024",
"url": "https://github.com/y21/dash/commit/441c91fcab824d76a8c318efdb6bb633dd280c1a"
},
"date": 1698012329552,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 2874575,
"range": "± 18412",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 236144,
"range": "± 1585",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 82756,
"range": "± 228",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 06fba8c

Please sign in to comment.