mirror of
https://github.com/toss/es-toolkit.git
synced 2025-01-08 09:18:51 +03:00
chore: Update bundle size benchmarks
This commit is contained in:
parent
fb05fbe355
commit
3c7e2ce5de
@ -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`);
|
||||
});
|
||||
});
|
||||
|
@ -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`);
|
||||
});
|
||||
});
|
||||
|
@ -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`);
|
||||
});
|
||||
});
|
||||
|
@ -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`);
|
||||
});
|
||||
});
|
||||
|
@ -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`);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user