aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/driver.rb
Commit message (Expand)AuthorAgeFilesLines
* driver.rb: measure_target option [ci skip]nobu2017-01-081-0/+1
* driver.rb: out output file when loading [ci skip]nobu2017-01-081-1/+1
* driver.rb: extract loop times [ci skip]nobu2017-01-081-1/+6
* driver.rb: adjust name width [ci skip]nobu2017-01-081-1/+3
* driver.rb: unused variablenobu2016-03-091-1/+0
* * benchmark/driver.rb: fix my last commit (syntax error).ko12016-03-091-1/+1
* * benchmark/driver.rb: fix output messages.ko12016-03-091-3/+3
* * benchmark/driver.rb: support memory usage benchmark.ko12016-03-091-8/+35
* * benchmark/driver.rb: exit benchmarking if a benchmark processko12016-03-091-0/+1
* 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/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
* benchmark/driver: avoid large alloc in driver processnormal2014-01-301-1/+1
* * common.mk: specify label `built-ruby'.ko12012-11-261-1/+1
* * benchmark/driver.rb: accept multiple `-e'.ko12012-11-261-10/+13
* benchmark/driver.rb: fix typos and output.eregon2012-11-171-3/+3
* * benchmark/driver.rb: add `-x' or `--exclude' optionko12012-10-241-0/+5
* * benchmark/driver.rb: remove unexpected `output'.ko12012-10-191-1/+0
* * benchmark/driver.rb: add new option `--ruby-arg [ARG]'ko12012-10-191-1/+7
* * benchmark/driver.rb (show_results): Show speedup ratioko12012-10-161-18/+45
* * benchmark/driver.rb: some refactoring.ko12012-10-161-14/+5
* * benchmark/driver.rb: fix typos.eregon2012-08-111-2/+2
* * benchmark/driver.rb: fix to continue benchmarks whenko12012-05-271-3/+4
* * benchmark/driver.rb: suppress unused/shadowing variable warnings.ktsj2012-02-121-5/+4
* * benchmark/driver.rb: Add difference column to report that averagesdrbrain2011-07-061-1/+20
* * remove trailing spaces.nobu2011-05-151-1/+1
* * benchmark/driver.rb (BenchmarkDriver#measure): Show command linekosaki2011-01-291-1/+1
* * benchmark/driver.rb: remove RUBY_VERSION output.ko12009-09-061-2/+0
* * benchmark/driver.rb: add path to trunk/lib if driver runner isko12007-11-211-1/+16
* * set eol-style.nobu2007-11-161-238/+238
* * benchmark/driver.rb: enable specify label to executable.ko12007-10-031-2/+8
* * benchmark/driver.rb: fix notations.ko12007-09-281-0/+2
* * benchmark/driver.rb: fix to output benchmark resultsko12007-09-281-34/+56
* * benchmark/driver.rb: fix file selection algorithm.ko12007-09-281-14/+34
* * benchmark/driver.rb: fix to output some helpful messages.ko12007-09-271-4/+22
* * benchmark/driver.rb: added.ko12007-09-271-0/+170