Skip to content

Commit

Permalink
Fix compilation of benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Jan 8, 2025
1 parent 707be90 commit 0cfd293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/Benchmarks.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import Ambar.Emulator.Queue.Partition (Record(..), Position(..))
import qualified Ambar.Emulator.Queue.Partition as P
import Ambar.Emulator.Queue.Partition.File (FilePartition)
import qualified Ambar.Emulator.Queue.Partition.File as F
import Utils.Some (Some(..))
import Utils.Warden as Warden
import Util.Some (Some(..))
import Util.Warden as Warden

main :: IO ()
main =
Expand Down
1 change: 1 addition & 0 deletions emulator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ benchmark emulator-bench
main-is: benchmarks/Benchmarks.hs
build-depends:
base
, ambar-hs-utils
, emulator-lib
, async
, bytestring
Expand Down

0 comments on commit 0cfd293

Please sign in to comment.