Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for b98bfd7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 15, 2025
1 parent aac172b commit 3658b17
Showing 1 changed file with 115 additions and 1 deletion.
116 changes: 115 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": 1736809470106,
"lastUpdate": 1736918690962,
"repoUrl": "https://github.com/metaplex-foundation/mpl-core",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -6946,6 +6946,120 @@ window.BENCHMARK_DATA = {
"unit": "Compute Units"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Nhan Phan",
"username": "nhanphan"
},
"committer": {
"email": "[email protected]",
"name": "Nhan Phan",
"username": "nhanphan"
},
"distinct": true,
"id": "b98bfd7a3e87b3761f261c8c9ae317f2e3483d09",
"message": "proper release job deps, use sanitized ref",
"timestamp": "2025-01-14T21:20:38-08:00",
"tree_id": "efe4f154b6780331493305bc3bea24ad90fa7070",
"url": "https://github.com/metaplex-foundation/mpl-core/commit/b98bfd7a3e87b3761f261c8c9ae317f2e3483d09"
},
"date": 1736918690575,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "CU: create a new, empty asset",
"value": 11182,
"unit": "Compute Units"
},
{
"name": "Space: create a new, empty asset",
"value": 91,
"unit": "Bytes"
},
{
"name": "CU: create a new, empty asset with empty collection",
"value": 22655,
"unit": "Compute Units"
},
{
"name": "Space: create a new, empty asset with empty collection",
"value": 91,
"unit": "Bytes"
},
{
"name": "CU: create a new asset with plugins",
"value": 35095,
"unit": "Compute Units"
},
{
"name": "Space: create a new asset with plugins",
"value": 194,
"unit": "Bytes"
},
{
"name": "CU: create a new asset with plugins and empty collection",
"value": 41117,
"unit": "Compute Units"
},
{
"name": "Space: create a new asset with plugins and empty collection",
"value": 194,
"unit": "Bytes"
},
{
"name": "CU: list an asset",
"value": 28049,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset",
"value": 39324,
"unit": "Compute Units"
},
{
"name": "CU: list an asset with empty collection",
"value": 35607,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset with empty collection",
"value": 51652,
"unit": "Compute Units"
},
{
"name": "CU: list an asset with collection royalties",
"value": 36354,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset with collection royalties",
"value": 56614,
"unit": "Compute Units"
},
{
"name": "CU: transfer an empty asset",
"value": 6420,
"unit": "Compute Units"
},
{
"name": "CU: transfer an empty asset with empty collection",
"value": 9018,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins",
"value": 14714,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins and empty collection",
"value": 17312,
"unit": "Compute Units"
}
]
}
]
}
Expand Down

0 comments on commit 3658b17

Please sign in to comment.