index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmark
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added more benchmarks for String
Nobuyoshi Nakada
2020-02-29
5
-0
/
+76
*
Improve `String#slice!` performance
Nobuyoshi Nakada
2020-01-31
1
-0
/
+11
*
Drop executable bit of *.{yml,h,mk.tmpl}
Kazuhiro NISHIYAMA
2020-01-22
1
-0
/
+0
*
Let execution context local storage be an ID table
Lourens Naudé
2020-01-11
1
-0
/
+8
*
Speeds up fallback to Hash#default_proc in rb_hash_aref by removing a method ...
Lourens Naudé
2020-01-08
1
-0
/
+6
*
Remove unneeded exec bits from some files
David Rodríguez
2019-11-09
1
-0
/
+0
*
Benchmark for [Feature #16155]
Nobuyoshi Nakada
2019-10-22
1
-0
/
+14
*
Stop making a redundant hash copy in Hash#dup (#2489)
Dylan Thacker-Smith
2019-10-21
1
-0
/
+8
*
Optimize Array#flatten and flatten! for already flattened arrays (#2495)
Dylan Thacker-Smith
2019-09-28
1
-0
/
+19
*
Reduce ISeq size of mjit_exec benchmark
Takashi Kokubun
2019-09-26
4
-22
/
+15
*
Add special runner to benchmark mjit_exec
Takashi Kokubun
2019-09-26
5
-46
/
+268
*
Add a benchmark for JIT-ed code dispatch
Takashi Kokubun
2019-09-21
1
-0
/
+46
*
reuse cc->call
卜部昌平
2019-09-19
1
-0
/
+25
*
Add a benchmark for opt_regexpmatch2
Takashi Kokubun
2019-09-02
1
-0
/
+2
*
Close created files [ci skip]
Nobuyoshi Nakada
2019-08-10
2
-10
/
+2
*
Fix typo in comment [ci skip]
Masato Ohba
2019-08-10
1
-1
/
+1
*
n+1 to include n in range
Yaw Boakye
2019-08-05
1
-1
/
+1
*
Revert "Revert "Add a specialized instruction for `.nil?` calls""
Yusuke Endoh
2019-08-02
1
-0
/
+9
*
Revert "Add a specialized instruction for `.nil?` calls"
Yusuke Endoh
2019-08-02
1
-9
/
+0
*
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-31
1
-0
/
+9
*
Explain what's benchmark/lib/load.rb [ci skip]
Takashi Kokubun
2019-07-20
1
-0
/
+16
*
Add note about setting `vm.max_map_count` for Linux.
Samuel Williams
2019-07-18
1
-0
/
+2
*
Add benchmark to help diagnose performance regression.
Samuel Williams
2019-07-18
1
-0
/
+12
*
* remove trailing spaces.
Nobuyoshi Nakada
2019-07-12
2
-3
/
+3
*
Improved fiber benchmarks. Increase number of iterations.
Samuel Williams
2019-07-12
6
-41
/
+67
*
Adjust memory_status.rb under the tool directory.
Hiroshi SHIBATA
2019-07-02
1
-1
/
+1
*
Use realpath(3) instead of custom realpath implementation if available
Jeremy Evans
2019-07-01
1
-0
/
+30
*
Improve benchmarks and tests for threads.
Samuel Williams
2019-06-19
6
-11
/
+17
*
Make sure to suppress .irbrc on benchmark
Takashi Kokubun
2019-06-10
1
-2
/
+2
*
Add a benchmark of irb boot time
Takashi Kokubun
2019-06-10
1
-0
/
+10
*
Optimize CGI.escapeHTML by reducing buffer extension
Takashi Kokubun
2019-06-05
1
-0
/
+40
*
Revert "Optimize CGI.escapeHTML by reducing buffer extension"
Takashi Kokubun
2019-06-05
1
-40
/
+0
*
Optimize CGI.escapeHTML by reducing buffer extension
Takashi Kokubun
2019-06-05
1
-0
/
+40
*
Add a benchmark using IRB::Color
Takashi Kokubun
2019-06-01
1
-0
/
+13
*
Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...
Lourens Naudé
2019-05-07
2
-0
/
+2
*
Improve performance of case-conversion methods
Nobuyoshi Nakada
2019-05-03
4
-0
/
+40
*
string.c: improve splitting into chars
nobu
2019-04-17
1
-0
/
+7
*
benchmark/app_aobench.rb: complete commented code to write the image to a file
eregon
2019-01-21
1
-0
/
+2
*
benchmark/app_aobench.rb: remove extra printf arguments
eregon
2019-01-21
1
-1
/
+1
*
benchmark/app_aobench.rb: move `srand(0)` at the top
eregon
2019-01-21
1
-2
/
+2
*
benchmark/app_aobench.rb: add `srand(0)`
mame
2019-01-21
1
-0
/
+2
*
benchmark/app_aobench.rb: add a magic comment
mame
2019-01-21
1
-0
/
+2
*
Time.strptime benchmarks
nobu
2019-01-07
1
-0
/
+13
*
benchmark/range_last.yml: remove needless prelude
mrkn
2019-01-06
1
-2
/
+0
*
benchmark/range_last.yml: add benchmark cases
mrkn
2019-01-06
1
-2
/
+4
*
benchmark/range_last.yml: add a benchmark of Range#last
mrkn
2019-01-05
1
-0
/
+4
*
benchmark/complex_float_*.yml: New benchmarks
mrkn
2019-01-01
6
-0
/
+42
*
delete emacs mode lines [ci skip]
shyouhei
2018-12-27
8
-8
/
+7
*
benchmark/app_erb.yml: remove unused variable
k0kubun
2018-12-22
1
-1
/
+0
*
Add benchmark for hash small literals
tenderlove
2018-12-06
3
-0
/
+9
[next]