Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/benchmarks/escrow/gas.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/benchmarks/jetton/size.json
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions src/benchmarks/nft/gas.json
Original file line number Diff line number Diff line change
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",
"gas": {
"transfer": "7634",
"get static data": "5763",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/benchmarks/nft/size.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/benchmarks/wallet-v5/gas.json
Original file line number Diff line number Diff line change
Expand Up @@ -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