Skip to content

Commit

Permalink
Add rollup size 128 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Oct 2, 2023
1 parent fad084d commit 9cb4f7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import times from 'lodash.times';

import { setup } from '../fixtures/utils.js';

const ROLLUP_SIZES = process.env.ROLLUP_SIZES ? process.env.ROLLUP_SIZES.split(',').map(Number) : [8, 32];
const ROLLUP_SIZES = process.env.ROLLUP_SIZES ? process.env.ROLLUP_SIZES.split(',').map(Number) : [8, 32, 128];

describe('benchmarks/publish_rollup', () => {
let context: Awaited<ReturnType<typeof setup>>;
Expand Down

0 comments on commit 9cb4f7d

Please sign in to comment.