// Chosen to be larger than 16K.
const NUMBER_OF_WRITES = 20000;
// This must be synchronized with SimpleQueue.js, unfortunately.
const QUEUE_MAX_ARRAY_SIZE = 16384;
// Chosen to be larger than 16K.
const NUMBER_OF_WRITES = 20000;
// This must be synchronized with SimpleQueue.js, unfortunately.
const QUEUE_MAX_ARRAY_SIZE = 16384;