aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* delay `exception: false' checks for minor speedupnormal2015-07-021-0/+22
* add benchmarks for struct[:name]normal2015-06-225-0/+35
* variable.c: avoid compatibility table with generic ivarsnormal2015-05-302-0/+11
* * benchmark/bm_so_meteor_contest.rb: fix a typo.hsbt2015-04-201-1/+1
* bm_hash_aref_flo.rb: fix datanobu2015-03-251-1/+1
* * benchmark/bm_vm1_gc_wb_ary.rb: run GC to finish "marking" phase.ko12015-03-184-3/+11
* * benchmark/bm_vm1_gc_wb_ary(_promoted).rb: separate fastpath andko12015-03-174-8/+35
* driver.rb: load-rawdatanobu2015-03-061-1/+31
* driver.rb: rawdata formatnobu2015-03-061-3/+17
* driver.rb: name widthnobu2015-03-051-3/+1
* driver.rb: fix indexnobu2015-03-051-4/+4
* driver.rb: plain text tablenobu2015-03-051-12/+24
* driver.rb: suffixnobu2015-03-051-2/+7
* driver.rb: MarkDown tablenobu2015-03-051-5/+25
* benchmark/bm_marshal_dump_flo.rb: new benchmark for [Bug #10761]normal2015-01-231-0/+2
* fix flonum hashing regression from r45384normal2015-01-222-0/+8
* * array.c: Improve performance of Array#shift. use shared instead ofhsbt2015-01-031-0/+14
* struct: avoid all O(n) behavior on accessnormal2014-12-095-0/+35
* benchmark/bm_hash_aref_sym*.rb: force static symbolsnormal2014-10-092-2/+12
* bm_app_aobench.rb: update links [ci skip]nobu2014-09-161-2/+1
* benchmark/bm_app_aobench.rb: spelling fix [ci skip]normal2014-09-151-1/+1
* proc.c (rb_proc_alloc): inline and move to vm.cnormal2014-09-121-0/+5
* * benchmark/bm_app_lc_fizzbuzz.rb: should skip output on benchmark.ko12014-09-081-1/+1
* * benchmark/bm_app_lc_fizzbuzz.rb: `answer.to_a' does not returnko12014-09-081-2/+2
* * benchmark/bm_app_lc_fizzbuzz.rb: added.ko12014-09-081-0/+52
* * lib/securerandom.rb: use OpenSSL::BN for performance improvement.glass2014-08-081-0/+5
* * benchmark/prepare_so_k_nucleotide.rb: use require_relative.ko12014-07-112-2/+2
* vm*: doubly-linked list from ccan to manage vm->living_threadsnormal2014-05-101-0/+6
* * benchmark/driver.rb: remove debug output and output results intoko12014-05-071-2/+1
* * benchmark/driver.rb: add '--rawdata-output=[FILE] option to outputko12014-05-071-2/+17
* * benchmark/driver.rb: define File::NULL if not defiend and /dev/nullko12014-05-051-0/+6
* st.c: use power-of-two sizes to avoid slow modulo opsnormal2014-03-228-0/+37
* benchmark/driver: avoid large alloc in driver processnormal2014-01-301-1/+1
* * benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typoscharliesome2013-12-281-5/+5
* * benchmark/bm_so_meteor_contest.rb: [DOC] Fix typoa_matsuda2013-12-241-1/+1
* * benchmark/gc/gcbench.rb: check GC::OPTS availabilityko12013-12-191-1/+1
* * benchmark/bm_hash_flatten.rb: added. r43896 is about 4 times fasterglass2013-11-283-0/+27
* * benchmark/gc/gcbench.rb: output version description and GC::OPTS.ko12013-11-091-0/+3
* * properties.nobu2013-11-067-106/+106
* * benchmark/bm_vm1_gc_short_lived.rb: added.ko12013-11-067-0/+106
* * benchmark/gc/gcbench.rb: fix typo of r43543eregon2013-11-051-1/+1
* * benchmark/gc/gcbench.rb: add some options to make quiet.ko12013-11-051-6/+22
* * benchmark/gc/gcbench.rb: print HWM (high water mark) if possible.ko12013-10-311-0/+7
* * benchmark/bm_app_answer.rb: revert r42990, benchmark scripts shoulderegon2013-09-221-1/+9
* * append newline at EOF.nobu2013-09-201-1/+1
* * benchmark/bm_app_answer.rb: removed duplicate code [Fixes GH-393]zzak2013-09-201-10/+2
* * benchmark/gc/gcbench.rb: fix summary of benchmark result notaton.ko12013-06-211-1/+4
* * benchmark/gc/gcbench.rb: Do not use GC::Profiler::disable becauseko12013-06-201-3/+2
* * benchmark/gc/gcbench.rb: stop GC::Profiler before output results.ko12013-06-201-0/+1
* * benchmark/gc/gcbench.rb: don't use __dir__ to make compatibleko12013-06-201-1/+1