Skip to content

Commit

Permalink
remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Sep 25, 2024
1 parent c93d109 commit e74cdf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perf/efps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ import {exec} from './helpers/exec'
import {runTest} from './runTest'
import article from './tests/article/article'
import recipe from './tests/recipe/recipe'
import singleString from './tests/singleString/singleString'
// import singleString from './tests/singleString/singleString'
import synthetic from './tests/synthetic/synthetic'
import {type EfpsResult} from './types'

const tag = 'latest'
const deltaThreshold = 0.1

const headless = true
const tests = [singleString, recipe, article, synthetic]
const tests = [recipe, article, synthetic]

const projectId = process.env.VITE_PERF_EFPS_PROJECT_ID!
const dataset = process.env.VITE_PERF_EFPS_DATASET!
Expand Down

0 comments on commit e74cdf1

Please sign in to comment.