Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Apr 25, 2024
1 parent bf32d4f commit c1ffcc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions bench/macro/lsm-tree-bench-wp8.hs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE NoFieldSelectors #-}
{-# LANGUAGE OverloadedRecordDot #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE ViewPatterns #-}

{- Benchmark requirements:
Expand Down
3 changes: 1 addition & 2 deletions lsm-tree.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@ benchmark lsm-tree-macro-bench
ghc-options: -rtsopts -with-rtsopts=-T -threaded

benchmark lsm-tree-bench-wp8
import: warnings, wno-x-partial
default-language: Haskell2010
import: language, warnings, wno-x-partial
type: exitcode-stdio-1.0
hs-source-dirs: bench/macro src-extras
main-is: lsm-tree-bench-wp8.hs
Expand Down

0 comments on commit c1ffcc6

Please sign in to comment.