Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-orbit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Katerina Roukounaki
cloud-orbit
Commits
b7b263c5
Commit
b7b263c5
authored
Jan 12, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert short benchmark and amend compile options
parent
15522eb5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Bench.hs
Bench.hs
+1
-1
Makefile
Makefile
+1
-1
No files found.
Bench.hs
View file @
b7b263c5
...
@@ -77,7 +77,7 @@ select_dist_bench "False" = dist False
...
@@ -77,7 +77,7 @@ select_dist_bench "False" = dist False
select_dist_bench
_
=
error
"Invalid IWP Flag"
select_dist_bench
_
=
error
"Invalid IWP Flag"
bench_args
::
String
->
(
Vertex
->
GenClos
,
Int
)
bench_args
::
String
->
(
Vertex
->
GenClos
,
Int
)
bench_args
"short"
=
(
gg13
,
1
0
000
)
bench_args
"short"
=
(
gg13
,
1
5
000
)
bench_args
"intermediate"
=
(
gg124
,
40000
)
bench_args
"intermediate"
=
(
gg124
,
40000
)
bench_args
"long"
=
(
gg1245
,
60000
)
bench_args
"long"
=
(
gg1245
,
60000
)
bench_args
_
=
error
"Invalid Version"
bench_args
_
=
error
"Invalid Version"
...
...
Makefile
View file @
b7b263c5
.PHONY
:
FORCE clean distclean
.PHONY
:
FORCE clean distclean
COMPILE_OPTS
=
-Wall
-rtsopts
-O2
-threaded
COMPILE_OPTS
=
-Wall
-rtsopts
-O2
-threaded
-feager-blackholing
orbit
:
FORCE
orbit
:
FORCE
ghc
$(COMPILE_OPTS)
--make
Bench.hs
-main-is
Bench
-o
orbit
ghc
$(COMPILE_OPTS)
--make
Bench.hs
-main-is
Bench
-o
orbit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment