cletus/node_modules/prismarine-nbt/test/protodef.js
2025-05-09 15:53:19 -05:00

7 lines
155 B
JavaScript

/* eslint-env mocha */
const bench = require('../bench/compiled_nbt')
describe('protodef', function () {
it('benchmark', () => {
bench(1000)
})
})