Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Jan 11, 2021
1 parent d0ccc5a commit ea95a75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notes/plutus-core/cek-budgeting-profiling/CostingDetails.md
Expand Up @@ -133,8 +133,6 @@ above. All benchmarks were run in `Restricting` mode (with a large initial limi
(`ExRestrictingBudget (ExBudget 10000000000 10000000000)`)
to make sure that the programs all ran to completion).

All times are in milliseconds.

* A. Original code

* B. Refactored to separate the updates to `_exBudgetStateBudget` and
Expand All @@ -144,8 +142,10 @@ All times are in milliseconds.
* C. Refactored so that `spendBudget` only contains the code relevant
to `Restricting` mode and doesn't have to consult the `mode` parameter.

All times are in milliseconds.


##### Validation
#### Validation

Benchmark | A | B | C
----------------------|-----------:|-----------:|--------:
Expand Down Expand Up @@ -179,7 +179,7 @@ marlowe/trustfund/2 | 16.35 | 11.86 | 10.98
marlowe/zerocoupon/1 | 22.17 | 14.83 | 13.33
marlowe/zerocoupon/2 | 15.06 | 11.10 | 10.33

##### Nofib
#### Nofib

Benchmark | A | B | C
----------------------|-----------:|-----------:|--------:
Expand Down

0 comments on commit ea95a75

Please sign in to comment.