Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 6f9d037
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 14, 2024
1 parent 0edf47e commit 68a92e6
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": 1718218023051,
"lastUpdate": 1718397682546,
"repoUrl": "https://github.com/metaplex-foundation/mpl-core",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3188,6 +3188,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": "6f9d037e58a02b020fe1718ce8dd2dd7e0eef598",
"message": "add minor collect test",
"timestamp": "2024-06-14T13:36:20-07:00",
"tree_id": "9ee9fa7a174ed0f596ad81e9c401fef89a7b9212",
"url": "https://github.com/metaplex-foundation/mpl-core/commit/6f9d037e58a02b020fe1718ce8dd2dd7e0eef598"
},
"date": 1718397681629,
"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 68a92e6

Please sign in to comment.