UNPKG

prismarine-nbt

Version:
8 lines (7 loc) 155 B
/* eslint-env mocha */ const bench = require('../bench/compiled_nbt') describe('protodef', function () { it('benchmark', () => { bench(1000) }) })