Skip to content

Commit

Permalink
add Benchmark (customSmallerIsBetter) benchmark result for 2146377
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 29, 2024
1 parent e8b9fc8 commit 42f0193
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": 1721681166639,
"lastUpdate": 1722293769161,
"repoUrl": "https://github.com/metaplex-foundation/mpl-core",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -4898,6 +4898,120 @@ window.BENCHMARK_DATA = {
"unit": "Compute Units"
}
]
},
{
"commit": {
"author": {
"email": "90809591+blockiosaurus@users.noreply.github.com",
"name": "blockiosaurus",
"username": "blockiosaurus"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "2146377145f74c4bc79cbb787c6f7fb88e5e0099",
"message": "Merge pull request #173 from metaplex-foundation/fix/proper-create-validations\n\nFixing create IXes to properly run create validations.",
"timestamp": "2024-07-29T18:51:33-04:00",
"tree_id": "e3a60d7d4f034b36a76208b6ee8591ae701713f8",
"url": "https://github.com/metaplex-foundation/mpl-core/commit/2146377145f74c4bc79cbb787c6f7fb88e5e0099"
},
"date": 1722293768288,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "CU: create a new, empty asset",
"value": 10565,
"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": 22037,
"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": 39604,
"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": 45626,
"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": 38800,
"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": 51097,
"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": 55999,
"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 42f0193

Please sign in to comment.