-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Costing for new bitwise builtins * Fix alignment problem * Add changelog entry * Update some CIP URLs * Update some CIP URLs * Remove outdated comment * Address some review comments * Address some review comments * Fix for changes in main branch * Update costing for revised version of writeBits * Fix benchmark tests for integer division builtins * Fix comments * Update benchmark results for writeBits split updates * Try removing zip in writeBits * Remove wrapper * Rearrange code again * Tidying up * Fix plutus-tx * Make some helpers INLINEABLE * Rearrange code again * Simplify known type instances for 'ListCostedByLength' --------- Co-authored-by: effectfully <effectfully@gmail.com>
- Loading branch information
1 parent
3461df2
commit 39ae101
Showing
39 changed files
with
12,782 additions
and
9,926 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
plutus-core/changelog.d/20240711_030856_kenneth.mackenzie_bitwise_4.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### Added | ||
|
||
- Added costing for the new bitwise builtins (see CIP-0058), which will probably become available at the Chang+1 HF. |
Oops, something went wrong.
39ae101
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.validation-auction_2-5
238.2
μs224.6
μs1.06
validation-crowdfunding-success-1
217.8
μs206.4
μs1.06
validation-crowdfunding-success-2
217.8
μs205.9
μs1.06
validation-crowdfunding-success-3
218
μs205.5
μs1.06
validation-stablecoin_2-2
201.9
μs189.9
μs1.06
validation-stablecoin_2-4
211.9
μs200.2
μs1.06
validation-token-account-2
347.9
μs331.2
μs1.05
nofib-knights/4x4
18440
μs17130
μs1.08
nofib-knights/6x6
48040
μs44990
μs1.07
nofib-knights/8x8
84150
μs78850
μs1.07
nofib-primetest/05digits
10580
μs9963
μs1.06
nofib-primetest/08digits
17090
μs16190.000000000002
μs1.06
nofib-primetest/10digits
20620
μs19500
μs1.06
This comment was automatically generated by workflow using github-action-benchmark.
CC: @IntersectMBO/plutus-core