disable inspection test for splitOnSeq

The change of StreamK/Type.serial impl makes this test fail because of IsStream
dictionary still being around. However, there is not much difference in the
actual benchmark results. And, serial impl change has other much better results
in other benchmarks.
This commit is contained in:
Harendra Kumar 2019-12-17 16:43:30 +05:30
parent 1dcad0f560
commit 617a9e738d

View File

@ -588,7 +588,7 @@ splitOnSeq str inh =
$ S.unfold FH.read inh) -- >>= print
#ifdef INSPECTION
inspect $ hasNoTypeClasses 'splitOnSeq
-- inspect $ hasNoTypeClasses 'splitOnSeq
-- inspect $ 'splitOnSeq `hasNoType` ''Step
-- inspect $ 'splitOnSeq `hasNoType` ''AT.FlattenState
-- inspect $ 'splitOnSeq `hasNoType` ''D.ConcatMapUState
@ -610,7 +610,7 @@ splitOnSuffixSeq str inh =
$ S.unfold FH.read inh) -- >>= print
#ifdef INSPECTION
inspect $ hasNoTypeClasses 'splitOnSuffixSeq
-- inspect $ hasNoTypeClasses 'splitOnSuffixSeq
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''Step
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''AT.FlattenState
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''D.ConcatMapUState