Skip to content

Commit cff63e1

Browse files
committed
Fixed typo in regression table
1 parent 5b03980 commit cff63e1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/post-cip-findings.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ The db-analyser is very noisy and hard to fit. Nevertheless, here are the best f
7575

7676
| Regression | Dependent variable | Block size | Number of transactions | Number of transaction inputs | Number of Plutus steps |
7777
| --------------- | ------------------ | -----------: | ---------------------: | ---------------------------: | ---------------------: |
78-
| Simple ratio | `Apply - Reapply` | | | | `1.5e0 ps/step` |
79-
| Linear model | `Apply - Reapply` | `4.7e4 ps/B` | `2.3e8 ps/tx` | `8.0e3 ps/txin` | `6.1e-1 ps/step` |
78+
| Simple ratio | `Apply - Reapply` | | | | `1.5 ps/step` |
79+
| Linear model | `Apply - Reapply` | `4.7e4 ps/B` | `1.2e8 ps/tx` | `8.0e3 ps/txin` | `0.61 ps/step` |
8080
| | `Reapply` | `2.8e3 ps/B` | `3.5e7 ps/tx` | `5.2e6 ps/txin` | |
81-
| | `Apply` | `4.8e4 ps/B` | `1.6e8 ps/tx` | `1.3e7 ps/txin` | `6.3e-1 ps/step` |
82-
| 75th percentile | `Apply - Reapply` | `1.6e4 ps/B` | `1.7e8 ps/tx` | `1.8e7 ps/txin` | `9.6e-1 ps/step` |
81+
| | `Apply` | `4.8e4 ps/B` | `1.6e8 ps/tx` | `1.3e7 ps/txin` | `0.63 ps/step` |
82+
| 75th percentile | `Apply - Reapply` | `1.6e4 ps/B` | `1.7e8 ps/tx` | `1.8e7 ps/txin` | `0.96 ps/step` |
8383
| | `Reapply` | `1.7e3 ps/B` | `4.2e7 ps/tx` | `5.7e6 ps/txin` | |
84-
| | `Apply` | `1.6e4 ps/B` | `2.2e8 ps/tx` | `2.3e7 ps/txin` | `9.7e-1 ps/step` |
84+
| | `Apply` | `1.6e4 ps/B` | `2.2e8 ps/tx` | `2.3e7 ps/txin` | `0.97 ps/step` |
8585

8686
Coarsely, the "one picosecond per Plutus step" is a reasonable estimate for Plutus costs; we did not assess whether "eight bytes per Plutus memory unit" was also reasonable.
8787

post-cip/apply-reapply/analysis.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,13 +1440,13 @@
14401440
"\n",
14411441
"| Regression | Dependent variable | Block size | Number of transactions | Number of transaction inputs | Number of Plutus steps |\n",
14421442
"| --------------- | ------------------ | -----------: | ---------------------: | ---------------------------: | ---------------------: |\n",
1443-
"| Simple ratio | `Apply - Reapply` | | | | `1.5e0 ps/step` |\n",
1444-
"| Linear model | `Apply - Reapply` | `4.7e4 ps/B` | `2.3e8 ps/tx` | `8.0e3 ps/txin` | `6.1e-1 ps/step` |\n",
1443+
"| Simple ratio | `Apply - Reapply` | | | | `1.5 ps/step` |\n",
1444+
"| Linear model | `Apply - Reapply` | `4.7e4 ps/B` | `1.2e8 ps/tx` | `8.0e3 ps/txin` | `0.61 ps/step` |\n",
14451445
"| | `Reapply` | `2.8e3 ps/B` | `3.5e7 ps/tx` | `5.2e6 ps/txin` | |\n",
1446-
"| | `Apply` | `4.8e4 ps/B` | `1.6e8 ps/tx` | `1.3e7 ps/txin` | `6.3e-1 ps/step` |\n",
1447-
"| 75th percentile | `Apply - Reapply` | `1.6e4 ps/B` | `1.7e8 ps/tx` | `1.8e7 ps/txin` | `9.6e-1 ps/step` |\n",
1446+
"| | `Apply` | `4.8e4 ps/B` | `1.6e8 ps/tx` | `1.3e7 ps/txin` | `0.63 ps/step` |\n",
1447+
"| 75th percentile | `Apply - Reapply` | `1.6e4 ps/B` | `1.7e8 ps/tx` | `1.8e7 ps/txin` | `0.96 ps/step` |\n",
14481448
"| | `Reapply` | `1.7e3 ps/B` | `4.2e7 ps/tx` | `5.7e6 ps/txin` | |\n",
1449-
"| | `Apply` | `1.6e4 ps/B` | `2.2e8 ps/tx` | `2.3e7 ps/txin` | `9.7e-1 ps/step` |\n",
1449+
"| | `Apply` | `1.6e4 ps/B` | `2.2e8 ps/tx` | `2.3e7 ps/txin` | `0.97 ps/step` |\n",
14501450
"\n",
14511451
"Coarsely, the \"one picosecond per Plutus step\" is a reasonable estimate for Plutus costs; we did not assess whether \"eight bytes per Plutus memory unit\" was also reasonable."
14521452
]

0 commit comments

Comments
 (0)