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 <[email protected]>
    zchee committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1a3a81f View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    zchee committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8104f99 View commit details
    Browse the repository at this point in the history
  3. msgpack: add some Pack benchmark

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3c36ffc View commit details
    Browse the repository at this point in the history
  4. msgpack: add some Unpack benchmark

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    5d56fef View commit details
    Browse the repository at this point in the history
  5. nvim: add bufferReader.Reader benchmark

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f1016b8 View commit details
    Browse the repository at this point in the history
  6. WIP

    Signed-off-by: Koichi Shiraishi <[email protected]>
    zchee committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    5661227 View commit details
    Browse the repository at this point in the history
Loading