Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for e54c6d2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 28, 2024
1 parent 054e177 commit 6d479ce
Showing 1 changed file with 121 additions and 1 deletion.
122 changes: 121 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": 1709126448921,
"lastUpdate": 1709127187877,
"repoUrl": "https://github.com/wnfs-wg/rs-wnfs",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -22408,6 +22408,126 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Philipp Krüger",
"username": "matheus23"
},
"committer": {
"email": "[email protected]",
"name": "Philipp Krüger",
"username": "matheus23"
},
"distinct": true,
"id": "e54c6d2b0ea693c7981c745139fc6a5de3c3b102",
"message": "chore: Bump wnfs and wnfs-wasm versions to 0.2.1",
"timestamp": "2024-02-28T14:28:33+01:00",
"tree_id": "ae8055c8e0a675235b627a7cf8d6eed7981976e4",
"url": "https://github.com/wnfs-wg/rs-wnfs/commit/e54c6d2b0ea693c7981c745139fc6a5de3c3b102"
},
"date": 1709127187260,
"tool": "cargo",
"benches": [
{
"name": "node set",
"value": 15571,
"range": "± 573",
"unit": "ns/iter"
},
{
"name": "node set 1000 consecutive",
"value": 2132905,
"range": "± 61680",
"unit": "ns/iter"
},
{
"name": "node load and get",
"value": 43824,
"range": "± 1224",
"unit": "ns/iter"
},
{
"name": "node load and remove",
"value": 50804,
"range": "± 1313",
"unit": "ns/iter"
},
{
"name": "hamt load and decode/0",
"value": 3089,
"range": "± 121",
"unit": "ns/iter"
},
{
"name": "hamt set and encode",
"value": 61375,
"range": "± 1718",
"unit": "ns/iter"
},
{
"name": "hamt diff",
"value": 36925,
"range": "± 1971",
"unit": "ns/iter"
},
{
"name": "hamt merge",
"value": 111971,
"range": "± 7222",
"unit": "ns/iter"
},
{
"name": "NameSegment::<BigNumDig>::new_hashed",
"value": 1734297,
"range": "± 220137",
"unit": "ns/iter"
},
{
"name": "NameSegment::<BigNumRug>::new_hashed",
"value": 305920,
"range": "± 48390",
"unit": "ns/iter"
},
{
"name": "NameSegment::<BigNumDig>::new(rng)",
"value": 1749388,
"range": "± 195632",
"unit": "ns/iter"
},
{
"name": "NameSegment::<BigNumRug>::new(rng)",
"value": 595209,
"range": "± 22926",
"unit": "ns/iter"
},
{
"name": "NameAccumulator::<BigNumDig>::add",
"value": 1711600,
"range": "± 66058",
"unit": "ns/iter"
},
{
"name": "NameAccumulator::<BigNumRug>::add",
"value": 973739,
"range": "± 29949",
"unit": "ns/iter"
},
{
"name": "NameAccumulator::<BigNumDig> serialization",
"value": 474,
"range": "± 28",
"unit": "ns/iter"
},
{
"name": "NameAccumulator::<BigNumRug> serialization",
"value": 628,
"range": "± 25",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6d479ce

Please sign in to comment.