Skip to content

Commit

Permalink
move benchmarks into tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Aug 18, 2024
1 parent a5c1d1d commit c41986f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions benchmarks/twMerge.bench.ts → tests/tw-merge.benchmark.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { bench, describe, beforeEach, BenchOptions } from 'vitest'
import { beforeEach, bench, BenchOptions, describe } from 'vitest'

import { createTailwindMerge, getDefaultConfig } from '../src'

import testData from './perf-test-data.json'
import testData from './tw-merge-benchmark-data.json'

describe('twMerge', () => {
bench('init', () => {
Expand Down

0 comments on commit c41986f

Please sign in to comment.