Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for ca4b488
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 12, 2024
1 parent c8261bc commit 0edf47e
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": 1718141911542,
"lastUpdate": 1718218023051,
"repoUrl": "https://github.com/metaplex-foundation/mpl-core",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3074,6 +3074,120 @@ window.BENCHMARK_DATA = {
"unit": "Compute Units"
}
]
},
{
"commit": {
"author": {
"email": "nhan.phan@gmail.com",
"name": "Nhan Phan",
"username": "nhanphan"
},
"committer": {
"email": "nhan.phan@gmail.com",
"name": "Nhan Phan",
"username": "nhanphan"
},
"distinct": true,
"id": "ca4b48855ff19f142b695ba173389d4341d3d265",
"message": "make transfer delegate test more explicit",
"timestamp": "2024-06-12T11:42:02-07:00",
"tree_id": "c3520c44044c17426ee8c4ab5c6282fc52e4c702",
"url": "https://github.com/metaplex-foundation/mpl-core/commit/ca4b48855ff19f142b695ba173389d4341d3d265"
},
"date": 1718218022033,
"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 0edf47e

Please sign in to comment.