Personal tools

GPBench

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
Current revision (10:56, 6 March 2010) (edit) (undo)
 
(One intermediate revision not shown.)
Line 2: Line 2:
== Links ==
== Links ==
-
* Darcs repository: http://darcs.haskell.org/generics
+
* Darcs repository: http://code.haskell.org/generics
-
* Paper: [http://www.cs.uu.nl/wiki/bin/view/Alexey/ComparingLibrariesForGenericProgrammingInHaskell]
+
* Paper "Comparing Libraries For Generic Programming In Haskell": [http://www.cs.uu.nl/wiki/bin/view/Alexey/ComparingLibrariesForGenericProgrammingInHaskell]
* Technical report (with detailed evaluation): [http://www.cs.uu.nl/wiki/bin/view/Alexey/ComparingLibrariesForGenericProgrammingInHaskell]
* Technical report (with detailed evaluation): [http://www.cs.uu.nl/wiki/bin/view/Alexey/ComparingLibrariesForGenericProgrammingInHaskell]
== Getting the code ==
== Getting the code ==
Line 9: Line 9:
To download the code do:
To download the code do:
-
> darcs get http://darcs.haskell.org/generics
+
> darcs get http://code.haskell.org/generics
== Running the tests ==
== Running the tests ==

Current revision

GPBench is a benchmark suite that tests the expressiveness of different generic programming libraries. It is part of an ongoing effort to design a common generic programming library for Haskell. For more information go to Applications_and_libraries/Generic_programming.

1 Links

2 Getting the code

To download the code do:

> darcs get http://code.haskell.org/generics

3 Running the tests

Run the tests as follows:

> cd generics/comparison

> runghc test.hs --all

Have a look at the README file in that directory for information about the benchmark suite and needed dependencies.