We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0799c12 commit 1bafc9cCopy full SHA for 1bafc9c
1 file changed
tests/tw-merge.benchmark.ts
@@ -67,13 +67,13 @@ describe('twMerge', () => {
67
}
68
})
69
70
- benchWithMemory('ultra long class list with many conflicts', () => {
+ benchWithMemory('ultra long class list with many conflicts without cache', () => {
71
const twMerge = extendTailwindMerge({ cacheSize: 0 })
72
73
twMerge(...ultraLongClassList)
74
75
76
- benchWithMemory('ultra long class list with many conflicts (cached)', () => {
+ benchWithMemory('ultra long class list with many conflicts with cache', () => {
77
const twMerge = extendTailwindMerge({})
78
79
0 commit comments