Skip to content

Commit

Permalink
benchmarks/wizzardo-http: Fix links to source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Feb 17, 2020
1 parent 822df47 commit 6c67440
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions benchmarks/wizzardo-http/README.md
Expand Up @@ -6,8 +6,11 @@ Furtheremore, an experimental interface of inline-java is used, where
[-XLinearTypes][linear-types] ensures references to Java objects are
handled correctly on the Haskell side.

Running the benchmark requires the framework from
https://github.com/TechEmpower/FrameworkBenchmarks/compare/master...facundominguez:fd/wizzardo-http-inline-java
A copy of this code is kept in
https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Haskell/wizzardo-inline

The instruction to run the benchmarks can be found in
https://github.com/TechEmpower/FrameworkBenchmarks

[inline-java]: https://github.com/tweag/inline-java
[linear-types]: https://github.com/tweag/ghc-proposals/blob/linear-types/proposals/0000-linear-types.rst
3 changes: 2 additions & 1 deletion benchmarks/wizzardo-http/src/main/haskell/DbHandler.hs
Expand Up @@ -9,7 +9,8 @@
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-name-shadowing #-}
-- The code in Java here has been copied from the benchmark wizzardo-http
-- in https://github.com/TechEmpower/FrameworkBenchmarks
-- in
-- https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/wizzardo-http
module DbHandler (createDbHandler) where

import Control.Monad.IO.Class.Linear (MonadIO)
Expand Down

0 comments on commit 6c67440

Please sign in to comment.