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: neovim/go-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: neovim/go-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: msgpack-opt
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 24, 2022

  1. msgpack: add correctFilels benchmark

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 24, 2022
    Copy the full SHA
    1a3a81f View commit details
  2. msgpack: add bounds check hint to compiler

    $ benchstat -geomean old.txt new.txt
    
    name                         old time/op    new time/op    delta
    _correctFilels/named-16        31.3µs ± 1%    30.3µs ± 0%    ~     (p=0.100 n=3+3)
    _correctFilels/omitempty-16    35.9µs ± 1%    36.7µs ± 3%    ~     (p=0.400 n=3+3)
    [Geo mean]                     33.5µs         33.3µs       -0.68%
    
    name                         old alloc/op   new alloc/op   delta
    _correctFilels/named-16        16.3kB ± 0%    16.3kB ± 0%    ~     (p=0.600 n=3+3)
    _correctFilels/omitempty-16    17.3kB ± 0%    17.3kB ± 0%    ~     (p=0.600 n=3+3)
    [Geo mean]                     16.8kB         16.8kB       +0.00%
    
    name                         old allocs/op  new allocs/op  delta
    _correctFilels/named-16           250 ± 0%       250 ± 0%    ~     (all equal)
    _correctFilels/omitempty-16       250 ± 0%       250 ± 0%    ~     (all equal)
    [Geo mean]                        250            250       +0.00%
    
    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 24, 2022
    Copy the full SHA
    8104f99 View commit details
  3. msgpack: add some Pack benchmark

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 24, 2022
    Copy the full SHA
    3c36ffc View commit details
  4. msgpack: add some Unpack benchmark

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 24, 2022
    Copy the full SHA
    5d56fef View commit details
  5. nvim: add bufferReader.Reader benchmark

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 24, 2022
    Copy the full SHA
    f1016b8 View commit details
  6. WIP

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 24, 2022
    Copy the full SHA
    5661227 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...msgpack-opt