From 43beb4fb5b561c45f48a24bf4d82133363df34cb Mon Sep 17 00:00:00 2001 From: xpyctumo <30053565+xpyctumo@users.noreply.github.com> Date: Wed, 4 Jun 2025 18:03:39 +0300 Subject: [PATCH] fix: update `pr` in benchmarks --- src/benchmarks/escrow/gas.json | 2 +- src/benchmarks/escrow/size.json | 2 +- src/benchmarks/jetton/size.json | 2 +- src/benchmarks/nft/gas.json | 4 ++-- src/benchmarks/nft/size.json | 4 ++-- src/benchmarks/wallet-v5/gas.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/benchmarks/escrow/gas.json b/src/benchmarks/escrow/gas.json index 4ce0a66131..a0d218fea2 100644 --- a/src/benchmarks/escrow/gas.json +++ b/src/benchmarks/escrow/gas.json @@ -172,7 +172,7 @@ }, { "label": "1.6.4 with no selector hack", - "pr": null, + "pr": "https://github.com/tact-lang/tact/pull/2398", "gas": { "fundingTon": "4689", "changeCode": "4798", diff --git a/src/benchmarks/escrow/size.json b/src/benchmarks/escrow/size.json index b69dc1e81c..f2ebdf9964 100644 --- a/src/benchmarks/escrow/size.json +++ b/src/benchmarks/escrow/size.json @@ -34,7 +34,7 @@ }, { "label": "1.6.4 with no selector hack", - "pr": null, + "pr": "https://github.com/tact-lang/tact/pull/2398", "size": { "cells": "21", "bits": "12423" diff --git a/src/benchmarks/jetton/size.json b/src/benchmarks/jetton/size.json index 58cb095539..668fd337d8 100644 --- a/src/benchmarks/jetton/size.json +++ b/src/benchmarks/jetton/size.json @@ -82,7 +82,7 @@ }, { "label": "1.6.4 with no selector hack", - "pr": null, + "pr": "https://github.com/tact-lang/tact/pull/2398", "size": { "minter cells": "31", "minter bits": "14646", diff --git a/src/benchmarks/nft/gas.json b/src/benchmarks/nft/gas.json index f079f2c6bf..c6f2cdd2f3 100644 --- a/src/benchmarks/nft/gas.json +++ b/src/benchmarks/nft/gas.json @@ -82,7 +82,7 @@ }, { "label": "1.6.6 with deployNFTItem outside contract", - "pr": null, + "pr": "https://github.com/tact-lang/tact/pull/2837", "gas": { "transfer": "7634", "get static data": "5763", @@ -182,7 +182,7 @@ }, { "label": "1.6.11 with optimized send", - "pr": null, + "pr": "https://github.com/tact-lang/tact/pull/3278", "gas": { "transfer": "6979", "get static data": "4424", diff --git a/src/benchmarks/nft/size.json b/src/benchmarks/nft/size.json index 7a19fcca05..110e7f3e8b 100644 --- a/src/benchmarks/nft/size.json +++ b/src/benchmarks/nft/size.json @@ -82,7 +82,7 @@ }, { "label": "1.6.6 with deployNFTItem outside contract", - "pr": null, + "pr": "https://github.com/tact-lang/tact/pull/2837", "size": { "collection cells": "43", "collection bits": "22786", @@ -192,7 +192,7 @@ }, { "label": "1.6.11 with optimized send", - "pr": null, + "pr": "https://github.com/tact-lang/tact/pull/3278", "size": { "collection cells": "39", "collection bits": "19604", diff --git a/src/benchmarks/wallet-v5/gas.json b/src/benchmarks/wallet-v5/gas.json index 3cf3626264..3d843dc3da 100644 --- a/src/benchmarks/wallet-v5/gas.json +++ b/src/benchmarks/wallet-v5/gas.json @@ -32,7 +32,7 @@ }, { "label": "1.6.4 with no selector hack", - "pr": null, + "pr": "https://github.com/tact-lang/tact/pull/2398", "gas": { "externalTransfer": "8069", "addExtension": "8392",