Skip to content

Commit 1bafc9c

Browse files
committed
Make benchmark test names consistent
1 parent 0799c12 commit 1bafc9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/tw-merge.benchmark.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ describe('twMerge', () => {
6767
}
6868
})
6969

70-
benchWithMemory('ultra long class list with many conflicts', () => {
70+
benchWithMemory('ultra long class list with many conflicts without cache', () => {
7171
const twMerge = extendTailwindMerge({ cacheSize: 0 })
7272

7373
twMerge(...ultraLongClassList)
7474
})
7575

76-
benchWithMemory('ultra long class list with many conflicts (cached)', () => {
76+
benchWithMemory('ultra long class list with many conflicts with cache', () => {
7777
const twMerge = extendTailwindMerge({})
7878

7979
twMerge(...ultraLongClassList)

0 commit comments

Comments
 (0)