Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for cbf1a9b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 16, 2025
1 parent 3658b17 commit f3a00a1
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": 1736918690962,
"lastUpdate": 1737068708236,
"repoUrl": "https://github.com/metaplex-foundation/mpl-core",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -7060,6 +7060,120 @@ window.BENCHMARK_DATA = {
"unit": "Compute Units"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Blockiosaurus",
"username": "blockiosaurus"
},
"committer": {
"email": "[email protected]",
"name": "Blockiosaurus",
"username": "blockiosaurus"
},
"distinct": true,
"id": "cbf1a9bb8695ca44ad62009992df4841426e9bc3",
"message": "Merge branch 'main' of github.com:metaplex-foundation/mpl-core",
"timestamp": "2025-01-16T17:59:16-05:00",
"tree_id": "ba4f0e9fa8d4f466670f0f1418745435735acf74",
"url": "https://github.com/metaplex-foundation/mpl-core/commit/cbf1a9bb8695ca44ad62009992df4841426e9bc3"
},
"date": 1737068707291,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "CU: create a new, empty asset",
"value": 11205,
"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": 22682,
"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": 35181,
"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": 41203,
"unit": "Compute Units"
},
{
"name": "Space: create a new asset with plugins and empty collection",
"value": 194,
"unit": "Bytes"
},
{
"name": "CU: list an asset",
"value": 28103,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset",
"value": 44483,
"unit": "Compute Units"
},
{
"name": "CU: list an asset with empty collection",
"value": 35665,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset with empty collection",
"value": 56835,
"unit": "Compute Units"
},
{
"name": "CU: list an asset with collection royalties",
"value": 36436,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset with collection royalties",
"value": 61919,
"unit": "Compute Units"
},
{
"name": "CU: transfer an empty asset",
"value": 6445,
"unit": "Compute Units"
},
{
"name": "CU: transfer an empty asset with empty collection",
"value": 9044,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins",
"value": 14770,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins and empty collection",
"value": 17369,
"unit": "Compute Units"
}
]
}
]
}
Expand Down

0 comments on commit f3a00a1

Please sign in to comment.