mirror of
https://github.com/composewell/streamly.git
synced 2024-11-10 12:47:22 +03:00
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:
parent
1dcad0f560
commit
617a9e738d
@ -588,7 +588,7 @@ splitOnSeq str inh =
|
|||||||
$ S.unfold FH.read inh) -- >>= print
|
$ S.unfold FH.read inh) -- >>= print
|
||||||
|
|
||||||
#ifdef INSPECTION
|
#ifdef INSPECTION
|
||||||
inspect $ hasNoTypeClasses 'splitOnSeq
|
-- inspect $ hasNoTypeClasses 'splitOnSeq
|
||||||
-- inspect $ 'splitOnSeq `hasNoType` ''Step
|
-- inspect $ 'splitOnSeq `hasNoType` ''Step
|
||||||
-- inspect $ 'splitOnSeq `hasNoType` ''AT.FlattenState
|
-- inspect $ 'splitOnSeq `hasNoType` ''AT.FlattenState
|
||||||
-- inspect $ 'splitOnSeq `hasNoType` ''D.ConcatMapUState
|
-- inspect $ 'splitOnSeq `hasNoType` ''D.ConcatMapUState
|
||||||
@ -610,7 +610,7 @@ splitOnSuffixSeq str inh =
|
|||||||
$ S.unfold FH.read inh) -- >>= print
|
$ S.unfold FH.read inh) -- >>= print
|
||||||
|
|
||||||
#ifdef INSPECTION
|
#ifdef INSPECTION
|
||||||
inspect $ hasNoTypeClasses 'splitOnSuffixSeq
|
-- inspect $ hasNoTypeClasses 'splitOnSuffixSeq
|
||||||
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''Step
|
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''Step
|
||||||
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''AT.FlattenState
|
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''AT.FlattenState
|
||||||
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''D.ConcatMapUState
|
-- inspect $ 'splitOnSuffixSeq `hasNoType` ''D.ConcatMapUState
|
||||||
|
Loading…
Reference in New Issue
Block a user