Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 9480456
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 3, 2024
1 parent d1cdbdb commit 7b70493
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 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": 1699499668314,
"lastUpdate": 1727920830886,
"repoUrl": "https://github.com/dalance/sv-parser",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -4682,6 +4682,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "dalance",
"username": "dalance"
},
"committer": {
"email": "[email protected]",
"name": "dalance",
"username": "dalance"
},
"distinct": true,
"id": "948045641b14cd8e3a0590cf886bb756f1fa1cee",
"message": "Fix compile error by recursion limit",
"timestamp": "2024-10-03T10:51:14+09:00",
"tree_id": "7cff5209702a271de1102fb9e9936b578d0417e2",
"url": "https://github.com/dalance/sv-parser/commit/948045641b14cd8e3a0590cf886bb756f1fa1cee"
},
"date": 1727920830663,
"tool": "cargo",
"benches": [
{
"name": "test1",
"value": 13387325,
"range": "± 263340.48",
"unit": "ns/iter"
},
{
"name": "test2",
"value": 11967701.3,
"range": "± 305349.04",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 7b70493

Please sign in to comment.