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 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(); |
This file contains 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 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 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 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 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 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
/* | |
* 此範例 | |
* A2接Light Sensor v1.1 | |
* D4接Buzzer v1.2 | |
* analogPin=撈取A2 Sensor值 | |
* 計算方式 5v/1024每個刻度4.9mv左右 | |
* 實際量測過這顆sensor 輸出最高數值約為2.08v左右 | |
* 依照這個基準點算起來2.08v/4.9mv所以就會得到425左右的值輸入 | |
* 此範例程式將撈取到的值供Delay使用 | |
* 所以當沒有光線的時候Delay越少 |
This file contains 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
$ make test -f Makefile2 | |
> [email protected] postinstall /Users/fred/projects/koa-benchmark/koa2 | |
> babel koa2-async.js --out-file koa2-async-compile.js | |
prepare complete | |
benchmark koa-1 | |
1 middleware | |
6295.24 |
This file contains 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
npm install groa --save |
OlderNewer