From 42f01931ae46e4e1df6afb06f0e7e7bba1944914 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 29 Jul 2024 22:56:09 +0000 Subject: [PATCH] add Benchmark (customSmallerIsBetter) benchmark result for 2146377145f74c4bc79cbb787c6f7fb88e5e0099 --- dev/bench/data.js | 116 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 115 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 104c10d1..cdda04fd 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1721681166639, + "lastUpdate": 1722293769161, "repoUrl": "https://github.com/metaplex-foundation/mpl-core", "entries": { "Benchmark": [ @@ -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" + } + ] } ] }