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
*
Optimize method_missing calls
Jeremy Evans
2023-04-25
1
-0
/
+62
*
Optimize symproc calls
Jeremy Evans
2023-04-25
1
-0
/
+83
*
Optimize send calls
Jeremy Evans
2023-04-25
1
-0
/
+77
*
Optimize cfunc calls for f(*a) and f(*a, **kw) if kw is empty
Jeremy Evans
2023-04-25
1
-2
/
+13
*
Speed up calling iseq bmethods
Jeremy Evans
2023-04-25
1
-0
/
+37
*
Remove MJIT-specific benchmarks
Takashi Kokubun
2023-03-06
7
-149
/
+0
*
Fix spelling (#7405)
John Bampton
2023-02-28
1
-1
/
+1
*
Benchmark String interpolation across size pools
Matt Valentine-House
2023-01-13
1
-0
/
+6
*
Rewrite Kernel#loop in Ruby (#6983)
Takashi Kokubun
2022-12-25
1
-1
/
+1
*
[Feature #18033] Make Time.new parse time strings
Nobuyoshi Nakada
2022-12-16
1
-0
/
+2
*
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-12-06
4
-0
/
+57
*
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-14
1
-1
/
+1
*
Improve HTML escape benchmarks
Takashi Kokubun
2022-11-04
2
-23
/
+45
*
Improve performance some `Integer` and `Float` methods [Feature #19085] (#6638)
S.H
2022-10-27
1
-0
/
+16
*
Add several new methods for getting and setting buffer contents. (#6434)
Samuel Williams
2022-09-26
2
-5
/
+47
*
Adds a benchmark to measure freezing objects
Jemma Issroff
2022-09-22
1
-0
/
+6
*
avoid extra dup and pop in compile_op_asgn2
HParker
2022-09-22
1
-0
/
+8
*
Fix style on vm_ivar benchmarks (#6379)
Jemma Issroff
2022-09-15
3
-27
/
+27
*
Add vm_ivar get, get_unitialized, and lazy_set benchmarks
Jemma Issroff
2022-09-14
3
-0
/
+61
*
rb_str_concat_literals: use rb_str_buf_append
Jean Boussier
2022-09-08
1
-0
/
+10
*
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
1
-0
/
+6
*
Remove mjit_exec benchmarks
Takashi Kokubun
2022-08-21
4
-255
/
+0
*
Rename mjit_compile.c to mjit_compiler.c
Takashi Kokubun
2022-08-21
1
-1
/
+1
*
Rename mjit_exec to jit_exec (#6262)
Takashi Kokubun
2022-08-19
1
-3
/
+3
*
Make benchmark indentation consistent
Takashi Kokubun
2022-08-19
2
-55
/
+55
*
Added vm setivar benchmark from yjit-bench
Jemma Issroff
2022-08-17
1
-0
/
+35
*
Optimize Marshal dump/load for large (> 31-bit) FIXNUM (#6229)
John Hawthorn
2022-08-15
1
-0
/
+22
*
Update multiple assignment benchmarks to include non-literal array cases
Jeremy Evans
2022-08-09
1
-1
/
+25
*
Update IO::Buffer#get_value benchmark
Jean Boussier
2022-08-08
1
-8
/
+9
*
rb_str_buf_append: add a fast path for ENC_CODERANGE_VALID
Jean Boussier
2022-07-25
1
-13
/
+13
*
string.c: use str_enc_fastpath in TERM_LEN
Jean Boussier
2022-07-21
1
-3
/
+4
*
rb_str_buf_append: fastpath to str_buf_cat
Jean Boussier
2022-07-19
1
-2
/
+23
*
Add benchmarks for setting / getting ivars on generics
Jemma Issroff
2022-07-15
2
-0
/
+31
*
Fixes ivar benchmarks to not depend on object allocation
Jemma Issroff
2022-07-15
3
-7
/
+14
*
vm_opt_ltlt: call rb_str_buf_append directly if RHS is a String
Jean Boussier
2022-07-06
1
-0
/
+13
*
Added vm_ivar benchmark for initializing an embedded obj
Jemma Issroff
2022-06-16
2
-1
/
+13
*
Update the help message on /benchmark
Takashi Kokubun
2022-06-07
1
-3
/
+5
*
Add IO write throughput/locking overhead benchmark.
Samuel Williams
2022-05-28
1
-0
/
+22
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-0
/
+22
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-22
/
+0
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-0
/
+22
*
Constant time class to class ancestor lookup
John Hawthorn
2022-02-23
1
-0
/
+27
*
Speed up and avoid kwarg hash alloc in Time.now
John Hawthorn
2022-01-12
1
-0
/
+3
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
2
-7
/
+7
*
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-11-18
10
-0
/
+67
*
Skip string allocation in benchmark/time_at.yml
Takashi Kokubun
2021-11-14
2
-1
/
+2
*
add benchmark/time_at.yml
Koichi Sasada
2021-11-15
1
-0
/
+5
*
add benchmark/array_sample.yml
Koichi Sasada
2021-11-15
1
-0
/
+5
*
IO::Buffer for scheduler interface.
Samuel Williams
2021-11-10
1
-0
/
+9
*
add vm_ivar_of_class_set
Koichi Sasada
2021-10-23
1
-0
/
+11
[next]