diff --git a/dev/bench/data.js b/dev/bench/data.js index 39f86c79..4bb2c27b 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1736809470106, + "lastUpdate": 1736918690962, "repoUrl": "https://github.com/metaplex-foundation/mpl-core", "entries": { "Benchmark": [ @@ -6946,6 +6946,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": "b98bfd7a3e87b3761f261c8c9ae317f2e3483d09", + "message": "proper release job deps, use sanitized ref", + "timestamp": "2025-01-14T21:20:38-08:00", + "tree_id": "efe4f154b6780331493305bc3bea24ad90fa7070", + "url": "https://github.com/metaplex-foundation/mpl-core/commit/b98bfd7a3e87b3761f261c8c9ae317f2e3483d09" + }, + "date": 1736918690575, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "CU: create a new, empty asset", + "value": 11182, + "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": 22655, + "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": 35095, + "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": 41117, + "unit": "Compute Units" + }, + { + "name": "Space: create a new asset with plugins and empty collection", + "value": 194, + "unit": "Bytes" + }, + { + "name": "CU: list an asset", + "value": 28049, + "unit": "Compute Units" + }, + { + "name": "CU: sell an asset", + "value": 39324, + "unit": "Compute Units" + }, + { + "name": "CU: list an asset with empty collection", + "value": 35607, + "unit": "Compute Units" + }, + { + "name": "CU: sell an asset with empty collection", + "value": 51652, + "unit": "Compute Units" + }, + { + "name": "CU: list an asset with collection royalties", + "value": 36354, + "unit": "Compute Units" + }, + { + "name": "CU: sell an asset with collection royalties", + "value": 56614, + "unit": "Compute Units" + }, + { + "name": "CU: transfer an empty asset", + "value": 6420, + "unit": "Compute Units" + }, + { + "name": "CU: transfer an empty asset with empty collection", + "value": 9018, + "unit": "Compute Units" + }, + { + "name": "CU: transfer an asset with plugins", + "value": 14714, + "unit": "Compute Units" + }, + { + "name": "CU: transfer an asset with plugins and empty collection", + "value": 17312, + "unit": "Compute Units" + } + ] } ] }