-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run simulations from BenchTopology (#108)
- Loading branch information
Showing
13 changed files
with
1,273 additions
and
362 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ maintainer: [email protected] | |
-- category: | ||
build-type: Simple | ||
extra-source-files: CHANGELOG.md | ||
data-files: | ||
test/data/BenchTopology/topology-dense-52.json | ||
test/data/BenchTopology/latency.sqlite3.gz | ||
|
||
flag perf | ||
description: Ghc options for improved performance, disables asserts. | ||
|
@@ -166,3 +169,27 @@ executable ols | |
|
||
default-language: Haskell2010 | ||
ghc-options: -Wall | ||
|
||
test-suite ols-test | ||
if flag(perf) | ||
import: performance-opts | ||
|
||
type: exitcode-stdio-1.0 | ||
hs-source-dirs: test | ||
main-is: Main.hs | ||
build-depends: | ||
, base | ||
, directory | ||
, fgl | ||
, fgl-arbitrary | ||
, ouroboros-leios-sim | ||
, QuickCheck | ||
, random | ||
, tasty | ||
, tasty-hunit | ||
, tasty-quickcheck | ||
, text | ||
other-modules: | ||
Paths_ouroboros_leios_sim | ||
Test.Topology | ||
default-language: Haskell2010 |
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
Oops, something went wrong.