chore: Update bundle size benchmarks

This commit is contained in:
Sojin Park 2024-08-11 15:05:14 +09:00
parent fb05fbe355
commit 3c7e2ce5de
5 changed files with 5 additions and 5 deletions

View File

@ -9,6 +9,6 @@ describe('isEqual bundle size', () => {
it('es-toolkit', async () => {
const bundleSize = await getBundleSize('es-toolkit', 'isEqual');
expect(bundleSize).toMatchInlineSnapshot(`2930`);
expect(bundleSize).toMatchInlineSnapshot(`2975`);
});
});

View File

@ -14,6 +14,6 @@ describe('mapKeys bundle size', () => {
it('es-toolkit/compat', async () => {
const bundleSize = await getBundleSize('es-toolkit/compat', 'mapKeys');
expect(bundleSize).toMatchInlineSnapshot(`1124`);
expect(bundleSize).toMatchInlineSnapshot(`1248`);
});
});

View File

@ -14,6 +14,6 @@ describe('mapValues bundle size', () => {
it('es-toolkit/compat', async () => {
const bundleSize = await getBundleSize('es-toolkit/compat', 'mapValues');
expect(bundleSize).toMatchInlineSnapshot(`1124`);
expect(bundleSize).toMatchInlineSnapshot(`1248`);
});
});

View File

@ -14,6 +14,6 @@ describe('merge bundle size', () => {
it('es-toolkit/compat', async () => {
const bundleSize = await getBundleSize('es-toolkit/compat', 'merge');
expect(bundleSize).toMatchInlineSnapshot(`4381`);
expect(bundleSize).toMatchInlineSnapshot(`4338`);
});
});

View File

@ -14,6 +14,6 @@ describe('mergeWith bundle size', () => {
it('es-toolkit/compat', async () => {
const bundleSize = await getBundleSize('es-toolkit/compat', 'mergeWith');
expect(bundleSize).toMatchInlineSnapshot(`4329`);
expect(bundleSize).toMatchInlineSnapshot(`4286`);
});
});