Skip to content

Commit

Permalink
Count fix for thimbleberry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Jan 8, 2024
1 parent 97c97f8 commit ab1b707
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/bench-thimbleberry.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,7 @@
};

( async () => {
const workgroupSize = 256;
const inputSize = workgroupSize * ( 6 ) - 27 * 301;
// const inputSize = workgroupSize * workgroupSize * ( 6 ) - 27 * 301;
// const inputSize = workgroupSize * workgroupSize * ( workgroupSize - 3 ) - 27 * 301;
const inputSize = 4000;
const uintNumbers = new Uint32Array( _.range( 0, inputSize ).map( () => random.nextInt( 0, 100 ) ) );

await benchRunner( [
Expand Down

0 comments on commit ab1b707

Please sign in to comment.