Skip to content
Snippets Groups Projects
Commit a3247022 authored by harendra's avatar harendra
Browse files

Fix benchmarking

france.html is not available in the test data. Commenting out the corresponding
benchmark for now so that benchmarking does not fail.
parent 09843692
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ benchmarks = do
, Mul.benchmark
, Pure.benchmark "tiny" (tf "tiny.txt")
, Pure.benchmark "ascii" (tf "ascii-small.txt")
, Pure.benchmark "france" (tf "france.html")
-- , Pure.benchmark "france" (tf "france.html")
, Pure.benchmark "russian" (tf "russian-small.txt")
, Pure.benchmark "japanese" (tf "japanese.txt")
, ReadNumbers.benchmark (tf "numbers.txt")
......
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