Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 858c347
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 11, 2024
1 parent 69bb823 commit c8261bc
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": 1718133448916,
"lastUpdate": 1718141911542,
"repoUrl": "https://github.com/metaplex-foundation/mpl-core",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2960,6 +2960,120 @@ window.BENCHMARK_DATA = {
"unit": "Compute Units"
}
]
},
{
"commit": {
"author": {
"email": "nhan@metaplex.com",
"name": "Nhan Phan",
"username": "nhanphan"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "858c3476c3c496c53f6603fb5075d7c10b572bce",
"message": "add more collect tests (#144)",
"timestamp": "2024-06-11T14:33:17-07:00",
"tree_id": "cd8851f3c3e5c6e55ae6ff80d48e486b8f803df6",
"url": "https://github.com/metaplex-foundation/mpl-core/commit/858c3476c3c496c53f6603fb5075d7c10b572bce"
},
"date": 1718141910569,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "CU: create a new, empty asset",
"value": 7609,
"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": 17799,
"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": 36565,
"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": 42598,
"unit": "Compute Units"
},
{
"name": "Space: create a new asset with plugins and empty collection",
"value": 194,
"unit": "Bytes"
},
{
"name": "CU: list an asset",
"value": 30187,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset",
"value": 39337,
"unit": "Compute Units"
},
{
"name": "CU: list an asset with empty collection",
"value": 37745,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset with empty collection",
"value": 51641,
"unit": "Compute Units"
},
{
"name": "CU: list an asset with collection royalties",
"value": 38433,
"unit": "Compute Units"
},
{
"name": "CU: sell an asset with collection royalties",
"value": 56546,
"unit": "Compute Units"
},
{
"name": "CU: transfer an empty asset",
"value": 6470,
"unit": "Compute Units"
},
{
"name": "CU: transfer an empty asset with empty collection",
"value": 9068,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins",
"value": 12825,
"unit": "Compute Units"
},
{
"name": "CU: transfer an asset with plugins and empty collection",
"value": 15423,
"unit": "Compute Units"
}
]
}
]
}
Expand Down

0 comments on commit c8261bc

Please sign in to comment.