generated from metaplex-foundation/solana-project-template
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for f565600
- Loading branch information
github-action-benchmark
committed
Sep 6, 2024
1 parent
e030eac
commit 0342ee5
Showing
1 changed file
with
115 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]", | ||
"name": "blockiosaurus", | ||
"username": "blockiosaurus" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|