Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for d47b258
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 1, 2024
1 parent 0d771ac commit 64f5ed9
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": 1714555271254,
"lastUpdate": 1714555277589,
"repoUrl": "https://github.com/leizongmin/simpledb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1878,6 +1878,38 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "leizongmin",
"username": "leizongmin"
},
"committer": {
"name": "leizongmin",
"username": "leizongmin"
},
"id": "d47b258c60317c7a34cb6cdb6a8a9b289d46365e",
"message": "chore(deps): update rust crate criterion to 0.5.1",
"timestamp": "2023-11-29T07:07:54Z",
"url": "https://github.com/leizongmin/simpledb/pull/38/commits/d47b258c60317c7a34cb6cdb6a8a9b289d46365e"
},
"date": 1714555277081,
"tool": "cargo",
"benches": [
{
"name": "map_put",
"value": 12276,
"range": "± 1883",
"unit": "ns/iter"
},
{
"name": "map_get",
"value": 6218,
"range": "± 557",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 64f5ed9

Please sign in to comment.