Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 400041d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 12, 2024
1 parent 66c3a8e commit 6134169
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 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": 1708326710957,
"lastUpdate": 1710218187439,
"repoUrl": "https://github.com/leizongmin/simpledb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1750,6 +1750,38 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "leizongmin",
"username": "leizongmin"
},
"committer": {
"name": "leizongmin",
"username": "leizongmin"
},
"id": "400041d2ab0760dfc30ff456d593326f595517bd",
"message": "chore(deps): update rust crate anyhow to 1.0.81",
"timestamp": "2023-11-29T07:07:54Z",
"url": "https://github.com/leizongmin/simpledb/pull/36/commits/400041d2ab0760dfc30ff456d593326f595517bd"
},
"date": 1710218186862,
"tool": "cargo",
"benches": [
{
"name": "map_put",
"value": 12036,
"range": "± 2007",
"unit": "ns/iter"
},
{
"name": "map_get",
"value": 6004,
"range": "± 593",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6134169

Please sign in to comment.