Fix benchmark

This commit is contained in:
roblabla 2015-03-06 23:10:05 +00:00
parent 50f216cdaf
commit c27a40cde2

View File

@ -36,7 +36,7 @@ console.log('Finished write test in ' + (Date.now() - start) / 1000 + ' seconds'
var testDataRead = [
{id: 0x00, params: {keepAliveId: 957759560}},
{id: 0x02, params: {message: '<Bob> Hello World!'}},
{id: 0x08, params: {x: 6.5, y: 65.62, stance: 67.24, z: 7.5, yaw: 0, pitch: 0, onGround: true}},
{id: 0x08, params: {x: 6.5, y: 65.62, z: 7.5, yaw: 0, pitch: 0, flags: 0}},
];
client.isServer = true;