Haxl/tests
P. C. Shyamshankar a7b3552d5c Add memoization benchmarks to monadbench
Summary:
Memoized operations were not represented in monadbench, this diff fixes that. Three tests are included:

1. Unmemoized computation, repeated N times.
2. Memoized computation, repeated N times.
3. Memoized computation, repeated N times **under different memo keys**

Reviewed By: simonmar

Differential Revision: D3444238

fbshipit-source-id: b2df534232acd5c02f9f6aea030c55d5cc846eb0
2016-06-20 02:46:24 -07:00
..
AdoTests.hs A haxl test for ApplicativeDo 2015-10-07 01:06:35 -07:00
AllTests.hs Unbreak cabal test 2016-06-04 15:31:43 -07:00
BatchTests.hs Add support for disabling the cache 2016-05-31 06:25:54 -07:00
Bench.hs Count rounds/fetches for profiling labels. 2016-06-04 15:20:42 -07:00
CoreTests.hs Update exposed-modules in haxl.cabal 2014-07-17 13:02:09 -07:00
DataCacheTest.hs Count rounds/fetches for profiling labels. 2016-06-04 15:20:42 -07:00
ExampleDataSource.hs Add a benchmark for basic Haxl monad patterns 2015-10-07 01:16:22 -07:00
LoadCache.hs Initial open source import 2014-06-10 02:47:59 -07:00
LoadCache.txt Initial open source import 2014-06-10 02:47:59 -07:00
MockTAO.hs A haxl test for ApplicativeDo 2015-10-07 01:06:35 -07:00
MonadBench.hs Add memoization benchmarks to monadbench 2016-06-20 02:46:24 -07:00
ProfileTests.hs Count rounds/fetches for profiling labels. 2016-06-04 15:20:42 -07:00
TestExampleDataSource.hs Unbreak cabal test 2016-06-04 15:31:43 -07:00
TestMain.hs Unbreak cabal test 2016-06-04 15:31:43 -07:00
TestTypes.hs Add (de)serialization functions to most datasources 2016-05-31 01:20:38 -07:00
TestUtils.hs A haxl test for ApplicativeDo 2015-10-07 01:06:35 -07:00