Skip to content
Snippets Groups Projects
Commit dfaf7805 authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Reduce generic cache size to 100 elements.

Reading the file with 12000+ examples is slow as it's deserialized with
'read'.
parent 072e145b
No related branches found
No related tags found
No related merge requests found
...@@ -37,4 +37,4 @@ readPackageDescriptionCache amount = do ...@@ -37,4 +37,4 @@ readPackageDescriptionCache amount = do
return pds return pds
cacheFilePath :: String cacheFilePath :: String
cacheFilePath = "generics-bench.cache.gz" cacheFilePath = "generics-bench.cache-100.gz"
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment