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
2015-06-15
doc: benchmark/README.md copyedit
Rich Trott
1
-5
/
+11
2015-05-22
buffer: optimize Buffer.byteLength
Brendan Ashworth
1
-0
/
+55
2015-05-01
node: improve nextTick performance
Brian White
2
-0
/
+85
2015-04-09
benchmark: don't check wrk in non-http benchmark
Jackson Tian
1
-2
/
+1
2015-04-04
benchmark: add rsa/aes-gcm performance test
Shigeki Ohtsu
3
-0
/
+136
2015-04-04
benchmark: add/remove hash algorithm
Shigeki Ohtsu
1
-1
/
+1
2015-04-03
benchmark: fix chunky client benchmark execution
Brian White
2
-3
/
+10
2015-03-25
string_decoder: optimize write()
Brian White
1
-0
/
+60
2015-03-16
benchmark: add output format option [csv]
Brendan Ashworth
1
-6
/
+29
2015-03-16
benchmark: add plot_csv R graphing script
Brendan Ashworth
1
-0
/
+38
2015-03-09
benchmark: chunky http client benchmark variation
Rudi Cilibrasi
2
-0
/
+149
2015-03-05
benchmark: fix `wrk` check
Brian White
1
-1
/
+1
2015-03-04
benchmark: check for wrk ahead of running benchmarks
Johan Bergström
2
-6
/
+23
2015-03-04
build: remove tools/wrk from the tree
Johan Bergström
2
-7
/
+2
2015-02-24
benchmark: pass execArgv to the benchmarking process
Petka Antonov
1
-0
/
+1
2015-02-14
benchmark: add a few querystring benchmarks
Brian White
2
-0
/
+78
2015-02-07
benchmark: bump eventemitter number of iterations
Ben Noordhuis
5
-5
/
+5
2015-02-06
benchmark: add more EventEmitter benchmarks
Brian White
5
-0
/
+98
2015-02-04
benchmark: allow compare via fine-grained filters
Brian White
1
-3
/
+16
2015-02-04
benchmark: don't use template strings
Evan Lucas
1
-1
/
+1
2015-02-02
benchmark: clean up common.js
Brendan Ashworth
1
-13
/
+17
2015-01-30
benchmark: remove extra spacing in http options
Brendan Ashworth
2
-2
/
+2
2015-01-28
doc: add more info to benchmark/README.md
Fishrock123
1
-0
/
+22
2015-01-28
buffer: implement `iterable` interface
Vladimir Kurchatkin
1
-0
/
+63
2015-01-21
benchmark: print score to five decimal places
Yosuke Furukawa
1
-1
/
+1
2015-01-18
benchmark: fix tcp bench after internal api change
Yosuke Furukawa
3
-10
/
+21
2015-01-18
benchmark: stop v8 benchmark clobbering RegExp
Ben Noordhuis
1
-4
/
+8
2015-01-17
benchmark: add filter option for benchmark
Yosuke Furukawa
1
-1
/
+15
2015-01-14
benchmark: fix command name in benchmark scripts
Yosuke Furukawa
6
-11
/
+11
2015-01-12
Remove excessive copyright/license boilerplate
isaacs
5
-106
/
+0
2014-12-20
lib: micro-optimize url.resolve()
Ben Noordhuis
1
-0
/
+31
2014-12-20
benchmark: rename url.parse() benchmark
Ben Noordhuis
1
-0
/
+0
2014-12-20
lib: micro-optimize EventEmitter#removeListener()
Ben Noordhuis
1
-0
/
+23
2014-12-20
benchmark: fix printing of large numbers
Ben Noordhuis
1
-1
/
+1
2014-12-19
benchmark: pre-optimize url.parse() before start
Ben Noordhuis
1
-0
/
+9
2014-12-19
fs: deprecate exists() and existsSync()
cjihrig
1
-1
/
+3
2014-12-12
domain: forward args to .run(fn)
micnic
1
-0
/
+43
2014-12-09
benchmark: add url benchmarks
Ben Noordhuis
1
-0
/
+27
2014-09-24
benchmark: add test for module loader
Robert Kowalski
1
-0
/
+72
2014-06-04
bench: fix buffers/buffer-base64-encode benchmark
Ben Noordhuis
1
-2
/
+1
2014-05-28
doc: Add a README for benchmark tests
Raymond Feng
1
-0
/
+115
2014-05-28
benchmark: Add a test to measure Buffer.slice perf
Raymond Feng
1
-0
/
+20
2014-04-28
buffer: add compare and equals methods
Sean McArthur
1
-0
/
+42
2014-04-01
buffer: improve {read,write}{U}Int* methods
Nick Apperson
2
-12
/
+21
2014-02-25
benchmark: update to use new wrk
Timothy J Fontaine
4
-5
/
+4
2014-01-29
stream_wrap: use `uv_try_write` where possible
Fedor Indutny
2
-3
/
+8
2013-12-07
benchmark: fixate `ciphers` in tls benchmarks
Fedor Indutny
2
-2
/
+4
2013-11-06
benchmark: Correct the bufferSize to highWaterMark
Jackson Tian
1
-1
/
+1
2013-11-01
benchmark: add http chunked encoding benchmarks
Ben Noordhuis
1
-1
/
+2
2013-08-31
Merge remote-tracking branch 'ry/v0.10'
isaacs
1
-2
/
+1
[next]