Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: 3a140ab2b30d
Choose a base ref
...
head repository: jruby/jruby
compare: 1a7a4823f6be
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 25, 2018

  1. Copy the full SHA
    f0450cb View commit details
    Browse the repository at this point in the history
  2. [bench] sample benchmark for RubyString implements CharSequence

    ```
    Benchmark                                        Mode  Cnt       Score      Error   Units
    StringLoopBenchmark.benchLongDecodeStringLoop   thrpt    5   10601.329 ±  530.061  ops/ms
    StringLoopBenchmark.benchLongJavaStringLoop     thrpt    5   10653.619 ±  786.823  ops/ms
    StringLoopBenchmark.benchLongRubyStringLoop     thrpt    5   20799.312 ± 1440.544  ops/ms
    StringLoopBenchmark.benchShortDecodeStringLoop  thrpt    5   16571.679 ±  566.696  ops/ms
    StringLoopBenchmark.benchShortJavaStringLoop    thrpt    5   16073.402 ± 1785.195  ops/ms
    StringLoopBenchmark.benchShortRubyStringLoop    thrpt    5  103646.077 ± 2765.196  ops/ms
    ```
    kares committed May 25, 2018
    Copy the full SHA
    1a7a482 View commit details
    Browse the repository at this point in the history