diff --git a/dev/bench/data.js b/dev/bench/data.js index c3ef7107..4f2d7355 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1725474535120, + "lastUpdate": 1725662435988, "repoUrl": "https://github.com/metaplex-foundation/mpl-core", "entries": { "Benchmark": [ @@ -5468,6 +5468,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": "f565600803a41638fbea361d5730128026504eba", + "message": "Merge pull request #192 from metaplex-foundation/fix/bad-bumping\n\nMerging bad bumps into mainline.", + "timestamp": "2024-09-06T18:35:20-04:00", + "tree_id": "ac95115c46324fca4fa49ff33517b821a5a73014", + "url": "https://github.com/metaplex-foundation/mpl-core/commit/f565600803a41638fbea361d5730128026504eba" + }, + "date": 1725662435655, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "CU: create a new, empty asset", + "value": 10577, + "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": 22051, + "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": 39618, + "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": 45640, + "unit": "Compute Units" + }, + { + "name": "Space: create a new asset with plugins and empty collection", + "value": 194, + "unit": "Bytes" + }, + { + "name": "CU: list an asset", + "value": 30237, + "unit": "Compute Units" + }, + { + "name": "CU: sell an asset", + "value": 38674, + "unit": "Compute Units" + }, + { + "name": "CU: list an asset with empty collection", + "value": 37795, + "unit": "Compute Units" + }, + { + "name": "CU: sell an asset with empty collection", + "value": 50971, + "unit": "Compute Units" + }, + { + "name": "CU: list an asset with collection royalties", + "value": 38499, + "unit": "Compute Units" + }, + { + "name": "CU: sell an asset with collection royalties", + "value": 55890, + "unit": "Compute Units" + }, + { + "name": "CU: transfer an empty asset", + "value": 6320, + "unit": "Compute Units" + }, + { + "name": "CU: transfer an empty asset with empty collection", + "value": 8918, + "unit": "Compute Units" + }, + { + "name": "CU: transfer an asset with plugins", + "value": 14532, + "unit": "Compute Units" + }, + { + "name": "CU: transfer an asset with plugins and empty collection", + "value": 17130, + "unit": "Compute Units" + } + ] } ] }