http/client-request-body.js | v1.x | v.1.x-slab-experiment |
---|---|---|
dur=5 type=asc bytes=32 method=write | 7160.07564 | 7506.41816 |
dur=5 type=asc bytes=32 method=end | 7157.35209 | 7221.59182 |
dur=5 type=asc bytes=256 method=write | 6951.54187 | 7027.47337 |
dur=5 type=asc bytes=256 method=end | 7124.46118 | 7509.53170 |
dur=5 type=asc bytes=1024 method=write | 6743.92064 | 7100.50591 |
dur=5 type=asc bytes=1024 method=end | 6924.91636 | 6777.61740 |
dur=5 type=utf bytes=32 method=write | 7080.62645 | 7360.18988 |
dur=5 type=utf bytes=32 method=end | 7247.72584 | 7372.85813 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
var qr = require('qr-image'); | |
var co = require('co'); | |
co(function *() { | |
for (var index = 1; index <= 100; index++) { | |
yield function() { | |
return function(done) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is ApacheBench, Version 2.3 <$Revision: 1554214 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking 127.0.0.1 (be patient) | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is ApacheBench, Version 2.3 <$Revision: 1554214 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking 127.0.0.1 (be patient) | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is ApacheBench, Version 2.3 <$Revision: 1554214 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking 127.0.0.1 (be patient) | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is ApacheBench, Version 2.3 <$Revision: 1554214 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking 127.0.0.1 (be patient) | |
Server Software: | |
Server Hostname: 127.0.0.1 | |
Server Port: 8000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//FightCode can only understand your robot | |
//if its class is called Robot | |
var Robot = function(robot) { | |
var self = this; | |
self.robot = robot; | |
self.members = {}; | |
robot.clone(); |
NewerOlder