Skip to content

Commit

Permalink
Final (?) benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Jul 4, 2024
1 parent e61dc0e commit 49c560e
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions plutus-core/cost-model/budgeting-bench/Benchmarks/Bitwise.hs
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,17 @@ benchFindFirstSetBit =

makeBenchmarks :: [Benchmark]
makeBenchmarks =
[ benchIntegerToByteString
, benchByteStringToInteger
, benchAndByteString
, benchComplementByteString
, benchReadBit
, benchWriteBits
, benchReplicateByte
, benchShiftByteString
, benchRotateBytestring
, benchCountSetBits
, benchFindFirstSetBit
[ bgroup "bytestrings"
[ benchIntegerToByteString
, benchByteStringToInteger
, benchAndByteString
, benchComplementByteString
, benchReadBit
, benchWriteBits
, benchReplicateByte
, benchShiftByteString
, benchRotateBytestring
, benchCountSetBits
, benchFindFirstSetBit
]
]

0 comments on commit 49c560e

Please sign in to comment.