mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-05-11 05:40:24 -04:00
Reduced benchmark execution time
This commit is contained in:
parent
63dea28bab
commit
2b594399ea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
var ITERATIONS = 1000000;
|
||||
var ITERATIONS = 100000;
|
||||
|
||||
var Client = require('../lib/client'),
|
||||
EventEmitter = require('events').EventEmitter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue