Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for 693c3cb
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 18, 2024
1 parent b85b250 commit b95e0fc
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": 1710758283253,
"lastUpdate": 1710758370361,
"repoUrl": "https://github.com/wnfs-wg/rs-wnfs",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -23608,6 +23608,126 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "693c3cbaca0d5869cbb166e19c909fc235c9e68d",
"message": "chore(npm)(deps-dev): bump style-loader in /wnfs-wasm (#394)\n\nBumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.3 to 3.3.4.\r\n- [Release notes](https://github.com/webpack-contrib/style-loader/releases)\r\n- [Changelog](https://github.com/webpack-contrib/style-loader/blob/v3.3.4/CHANGELOG.md)\r\n- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.3...v3.3.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: style-loader\r\n dependency-type: direct:development\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <[email protected]>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"timestamp": "2024-03-18T11:35:13+01:00",
"tree_id": "c17f8b5d69d561aefbe6228255d0cc5888cd63e6",
"url": "https://github.com/wnfs-wg/rs-wnfs/commit/693c3cbaca0d5869cbb166e19c909fc235c9e68d"
},
"date": 1710758369541,
"tool": "cargo",
"benches": [
{
"name": "node set",
"value": 16152,
"range": "± 513",
"unit": "ns/iter"
},
{
"name": "node set 1000 consecutive",
"value": 2251801,
"range": "± 29728",
"unit": "ns/iter"
},
{
"name": "node load and get",
"value": 46516,
"range": "± 97",
"unit": "ns/iter"
},
{
"name": "node load and remove",
"value": 53906,
"range": "± 648",
"unit": "ns/iter"
},
{
"name": "hamt load and decode/0",
"value": 3074,
"range": "± 62",
"unit": "ns/iter"
},
{
"name": "hamt set and encode",
"value": 61987,
"range": "± 3200",
"unit": "ns/iter"
},
{
"name": "hamt diff",
"value": 37916,
"range": "± 1998",
"unit": "ns/iter"
},
{
"name": "hamt merge",
"value": 114196,
"range": "± 6977",
"unit": "ns/iter"
},
{
"name": "NameSegment::<BigNumDig>::new_hashed",
"value": 1819378,
"range": "± 202624",
"unit": "ns/iter"
},
{
"name": "NameSegment::<BigNumRug>::new_hashed",
"value": 310442,
"range": "± 34407",
"unit": "ns/iter"
},
{
"name": "NameSegment::<BigNumDig>::new(rng)",
"value": 1876830,
"range": "± 215014",
"unit": "ns/iter"
},
{
"name": "NameSegment::<BigNumRug>::new(rng)",
"value": 598446,
"range": "± 19792",
"unit": "ns/iter"
},
{
"name": "NameAccumulator::<BigNumDig>::add",
"value": 1749999,
"range": "± 67793",
"unit": "ns/iter"
},
{
"name": "NameAccumulator::<BigNumRug>::add",
"value": 1001321,
"range": "± 25943",
"unit": "ns/iter"
},
{
"name": "NameAccumulator::<BigNumDig> serialization",
"value": 492,
"range": "± 17",
"unit": "ns/iter"
},
{
"name": "NameAccumulator::<BigNumRug> serialization",
"value": 654,
"range": "± 27",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit b95e0fc

Please sign in to comment.