-
Notifications
You must be signed in to change notification settings - Fork 40
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: neovim/go-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: msgpack-opt
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 5 files changed
- 1 contributor
Commits on Feb 24, 2022
-
msgpack: add correctFilels benchmark
Signed-off-by: Koichi Shiraishi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a3a81f - Browse repository at this point
Copy the full SHA 1a3a81fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8104f99 - Browse repository at this point
Copy the full SHA 8104f99View commit details -
msgpack: add some Pack benchmark
Signed-off-by: Koichi Shiraishi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c36ffc - Browse repository at this point
Copy the full SHA 3c36ffcView commit details -
msgpack: add some Unpack benchmark
Signed-off-by: Koichi Shiraishi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d56fef - Browse repository at this point
Copy the full SHA 5d56fefView commit details -
nvim: add bufferReader.Reader benchmark
Signed-off-by: Koichi Shiraishi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1016b8 - Browse repository at this point
Copy the full SHA f1016b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5661227 - Browse repository at this point
Copy the full SHA 5661227View commit details
Loading
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