ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: takashikkbn@gmail.com
To: ruby-core@ruby-lang.org
Subject: [ruby-core:90191] [Ruby trunk Feature#9577][Closed] [PATCH] benchmark/driver.rb: align columns in text output
Date: Fri, 30 Nov 2018 14:33:48 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-75313.20181130143347.69e18e539d37ceeb@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-9577.20140228074416@ruby-lang.org

Issue #9577 has been updated by k0kubun (Takashi Kokubun).

Status changed from Open to Closed

I think this was already fixed by introducing benchmark-driver.

~~~
$ make benchmark OPTS="-r time -o simple" ITEM=app_
../revision.h unchanged
/home/k0kubun/.rbenv/shims/ruby --disable=gems -rrubygems -I../benchmark/lib ../benchmark/benchmark-driver/exe/benchmark-driver \
            --executables="compare-ruby::/home/k0kubun/.rbenv/shims/ruby --disable=gems -I.ext/common --disable-gem" \
            --executables="built-ruby::./miniruby -I../lib -I. -I.ext/common  -r../prelude --disable-gem" \
            $(find ../benchmark -maxdepth 1 -name '*app_*.yml' -o -name '*app_*.rb' | sort) -r time -o simple
Execution time (s):
                 compare-ruby  built-ruby
app_answer             0.022        0.019
app_aobench           31.575       30.098
app_erb                0.632        1.311
~~~

----------------------------------------
Feature #9577: [PATCH] benchmark/driver.rb: align columns in text output
https://bugs.ruby-lang.org/issues/9577#change-75313

* Author: normalperson (Eric Wong)
* Status: Closed
* Priority: Normal
* Assignee: normalperson (Eric Wong)
* Target version: 
----------------------------------------
It is easier to read output when columns are aligned properly.
I have an 80 column terminal, that's HUGE!  Use it :D

pulL: git://80x24.org/ruby.git bmdriver-align
patch: http://bogomips.org/ruby.git/patch?id=32eed05c80

samples
before: http://80x24.org/bmlog-20140126-003136.7320.gz
after:  http://80x24.org/bmlog-20140228-071544.1805.gz

I'll commit soon unless this breaks some tools (or this makes life hard
for the 40-column people :P)




-- 
https://bugs.ruby-lang.org/

      parent reply	other threads:[~2018-11-30 14:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <redmine.issue-9577.20140228074416@ruby-lang.org>
2014-02-28  7:44 ` [ruby-core:61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output normalperson
2014-02-28 12:26   ` [ruby-core:61144] " SASADA Koichi
2014-02-28 16:38     ` [ruby-core:61146] " Eric Wong
2014-02-28 12:30 ` [ruby-core:61145] [ruby-trunk - Feature #9577] " ko1
2014-02-28 16:42 ` [ruby-core:61148] " normalperson
2018-11-30 14:33 ` takashikkbn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-75313.20181130143347.69e18e539d37ceeb@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).