Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/benchmarks/escrow/gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"approveTon": "7400",
"cancelTon": "5311"
},
"pr": "https://github.com/tact-lang/tact/pull/1390"
"pr": null
},
{
"label": "1.5.4",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/benchmarks/escrow/size.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
20 changes: 10 additions & 10 deletions src/benchmarks/jetton/gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"burn": "12514",
"discovery": "6554"
},
"pr": "https://github.com/ton-blockchain/token-contract"
"pr": "https://github.com/ton-blockchain/token-contract/blob/21e7844fa6dbed34e0f4c70eb5f0824409640a30/ft"
},
{
"label": "1.5.3",
Expand All @@ -25,7 +25,7 @@
"burn": "26594",
"discovery": "15408"
},
"pr": null
"pr": "https://github.com/tact-lang/tact/pull/1905"
},
{
"label": "1.5.3 without self-code in system cell",
Expand All @@ -34,7 +34,7 @@
"burn": "17898",
"discovery": "11135"
},
"pr": null
"pr": "https://github.com/tact-lang/tact/pull/1905"
},
{
"label": "1.5.3 with removed JettonWallet duplicate",
Expand All @@ -43,7 +43,7 @@
"burn": "17728",
"discovery": "11055"
},
"pr": null
"pr": "https://github.com/tact-lang/tact/pull/1905"
},
{
"label": "1.5.3 with #1586 and #1589",
Expand All @@ -52,7 +52,7 @@
"burn": "17718",
"discovery": "11063"
},
"pr": null
"pr": "https://github.com/tact-lang/tact/pull/1905"
},
{
"label": "1.5.3 with faster readForwardFee",
Expand All @@ -61,7 +61,7 @@
"burn": "17718",
"discovery": "11063"
},
"pr": null
"pr": "https://github.com/tact-lang/tact/pull/1905"
},
{
"label": "1.5.3 without run-time null checks for `!!`",
Expand All @@ -70,7 +70,7 @@
"burn": "17686",
"discovery": "11039"
},
"pr": null
"pr": "https://github.com/tact-lang/tact/pull/1905"
},
{
"label": "1.5.3 with optimized send()",
Expand All @@ -79,7 +79,7 @@
"burn": "16029",
"discovery": "10093"
},
"pr": null
"pr": "https://github.com/tact-lang/tact/pull/1905"
},
{
"label": "1.5.3 with improved storeBool",
Expand Down Expand Up @@ -245,7 +245,7 @@
},
{
"label": "1.5.3 with optimized contract storage saving",
"pr": null,
"pr": "https://github.com/tact-lang/tact/pull/2067",
"gas": {
"transfer": "15896",
"burn": "11927",
Expand Down Expand Up @@ -317,7 +317,7 @@
},
{
"label": "1.6.4 with no selector hack",
"pr": null,
"pr": "https://github.com/tact-lang/tact/pull/2398",
"gas": {
"transfer": "15182",
"burn": "11979",
Expand Down
4 changes: 2 additions & 2 deletions src/benchmarks/jetton/size.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"wallet cells": "37",
"wallet bits": "12748"
},
"pr": null
"pr": "https://github.com/ton-blockchain/token-contract/blob/21e7844fa6dbed34e0f4c70eb5f0824409640a30/ft"
},
{
"label": "1.5.4 with NOPs optimized",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions src/benchmarks/nft/gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"deploy nft": "10469",
"batch deploy nft": "1049281"
},
"pr": null

"pr": "https://github.com/ton-blockchain/token-contract/blob/21e7844fa6dbed34e0f4c70eb5f0824409640a30/nft"
},
{
"label": "Tact",
Expand Down Expand Up @@ -82,7 +83,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",
Expand Down Expand Up @@ -182,7 +183,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",
Expand Down
6 changes: 3 additions & 3 deletions src/benchmarks/nft/size.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"item cells": "16",
"item bits": "4039"
},
"pr": "https://github.com/ton-blockchain/token-contract/tree/main/nft"
"pr": "https://github.com/ton-blockchain/token-contract/blob/21e7844fa6dbed34e0f4c70eb5f0824409640a30/nft"
},
{
"label": "Tact",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/benchmarks/wallet-v4/gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"addPlugin": "5908",
"pluginTransfer": "4785"
},
"pr": "https://github.com/ton-blockchain/wallet-contract-v5"

"pr": "https://github.com/ton-blockchain/wallet-contract-v5/blob/047852ac96a45a8ed418d18960fa6d621a667ed3/contracts/wallet_v4.fc"
},
{
"label": "1.6.4 initial",
Expand Down
4 changes: 2 additions & 2 deletions src/benchmarks/wallet-v5/gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"internalTransfer": "5645",
"extensionTransfer": "3854"
},
"pr": "https://github.com/ton-blockchain/wallet-contract-v5"
"pr": "https://github.com/ton-blockchain/wallet-contract-v5/blob/047852ac96a45a8ed418d18960fa6d621a667ed3/contracts/wallet_v5.fc"
},
{
"label": "1.6.1",
Expand All @@ -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",
Expand Down
Loading