index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmark
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-11
bench: Use hrtime in throughput benchmark
isaacs
1
-4
/
+3
2012-09-13
bench: correct time calculation in url.js
Ben Noordhuis
1
-3
/
+2
2012-09-13
bench: improve url parser benchmark
Ben Noordhuis
1
-22
/
+41
2012-09-13
bench: add url parser benchmark
Felix Böhm
1
-0
/
+22
2012-08-13
bench: fetch port from env
jbergstroem
1
-4
/
+1
2012-07-14
benchmark: add single process tls connection benchmark
Bert Belder
1
-0
/
+86
2012-07-12
Merge branch 'v0.6' into v0.8
Bert Belder
1
-1
/
+1
2012-06-23
benchmark: Backport improvements made in master
isaacs
4
-41
/
+156
2012-06-21
Fix bug in io benchmark
Bert Belder
1
-2
/
+2
2012-05-25
bench: start a worker for each CPU
Ben Noordhuis
1
-1
/
+1
2012-05-25
bench: add http_simple_auto benchmark
Ben Noordhuis
1
-0
/
+109
2012-05-16
benchmark for fs.readfile
isaacs
1
-0
/
+72
2012-05-09
Benchmark: add /unicode/nnn bench to http_simple.js
Bert Belder
1
-1
/
+12
2012-05-09
Benchmark: clean up http_simple.js
Bert Belder
1
-41
/
+41
2012-04-27
bench: add continuous stress test
Ben Noordhuis
1
-0
/
+127
2012-04-27
bench: run GC and dump stats if --expose-gc is set
Ben Noordhuis
1
-0
/
+19
2012-04-17
Add switches to http_simple bench to use domains
isaacs
2
-1
/
+23
2012-03-29
test: move pummel/test-tls-fragmentation to benchmark/
Ben Noordhuis
1
-0
/
+63
2012-03-07
client latency benchmark: don't require('request')
Bert Belder
1
-1
/
+0
2012-03-06
Typo in http_server_lag.js script
isaacs
1
-1
/
+1
2012-03-06
Bash script for running http-simple benchmarks
isaacs
1
-0
/
+10
2012-03-06
A server with configurable lag for testing
isaacs
1
-0
/
+13
2012-03-06
A benchmark script for measuring client latency
isaacs
1
-0
/
+81
2012-03-06
bench: add http_simple_auto benchmark
Ben Noordhuis
1
-0
/
+109
2011-12-30
bench: add /echo endpoint to http_simple
Ben Noordhuis
1
-0
/
+6
2011-12-26
bench: fix use of fd after close
Ben Noordhuis
1
-1
/
+2
2011-12-23
Add another nextTick benchmark
Bert Belder
1
-0
/
+41
2011-11-10
bench: optimize io.c benchmark
Ben Noordhuis
1
-27
/
+38
2011-11-09
bench: start (NUM_CPUS-1) workers
Ben Noordhuis
1
-1
/
+2
2011-11-06
bench: update static_http_server benchmark to new API
koichik
1
-32
/
+27
2011-11-04
bench: add http_simple cluster edition benchmark
Ben Noordhuis
1
-0
/
+8
2011-10-31
bench: add process.nextTick() benchmark
Ben Noordhuis
1
-0
/
+17
2011-10-12
Remove uname and git-rev detection from http_simple.js
Ryan Dahl
1
-23
/
+0
2011-10-11
Add throughput benchmark
Ryan Dahl
2
-0
/
+46
2011-10-06
Print libuv counters after http_simple exits
Ryan Dahl
1
-0
/
+3
2011-08-17
bench: make number of response body chunks configurable in http_simple
Ben Noordhuis
1
-4
/
+14
2011-08-17
bench: make http_simple send chunked encoding if requested
Ben Noordhuis
1
-3
/
+10
2011-08-12
typed arrays: preliminary benchmarks
Ben Noordhuis
3
-0
/
+45
2011-02-18
Add startup memory script to benchmarks
Ryan Dahl
1
-0
/
+1
2011-02-14
Add script for running V8 benchmarks
Ryan Dahl
1
-0
/
+15
2011-01-10
Bump size of bench histogram to 100ms
Ryan Dahl
1
-1
/
+1
2011-01-06
Remove debugger statement from http_simple.js
Ryan Dahl
1
-1
/
+0
2010-12-30
debugger: Disable/Enable raw mode for child
Ryan Dahl
1
-0
/
+1
2010-10-28
Abstract out a Server.prototype.pause method
Ryan Dahl
1
-1
/
+1
2010-10-28
Abstract out net.Server.prototype._rejectPending
Ryan Dahl
1
-0
/
+2
2010-10-27
Add extra anti-DoS tech to net.Server
Ryan Dahl
1
-16
/
+1
2010-10-27
Improve idle benchmarks
Ryan Dahl
2
-13
/
+20
2010-10-27
Gracefully handle EMFILE
Ryan Dahl
1
-1
/
+4
2010-10-26
Use the timer list for setTimeout
Ryan Dahl
1
-0
/
+15
2010-10-20
Add incomplete R plot file
Ryan Dahl
1
-0
/
+86
[next]