Skip to content

Commit

Permalink
Update benchmarks/cacheGetFieldValues.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Feb 20, 2024
1 parent 0e12714 commit a6474a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion benchmarks/cacheGetFieldValues.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ import { bench, group, run } from 'mitata'
import { getFieldValues } from '../lib/cache/util.js'

const values = [
'',
'foo',
'invälid',
'foo, '
'foo, ',
'foo, bar',
'foo, bar, baz',
'foo, bar, baz, ',
'foo, bar, baz, , '
]

group('getFieldValues', () => {
Expand Down

0 comments on commit a6474a2

Please sign in to comment.