-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: gorilla/websocket
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: RomiChan/websocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 27 files changed
- 2 contributors
Commits on Jan 12, 2022
-
mask: speed up for amd64 with sse&avx2
for sse benchmark: name old time/op new time/op delta MaskBytes/size-32/align-0/mask-8 11.1ns ± 1% 11.8ns ± 4% +6.77% (p=0.008 n=5+5) MaskBytes/size-32/align-4/mask-8 10.6ns ± 4% 11.3ns ± 0% +6.39% (p=0.008 n=5+5) MaskBytes/size-512/align-0/mask-8 26.4ns ± 1% 21.1ns ± 1% -19.92% (p=0.008 n=5+5) MaskBytes/size-512/align-4/mask-8 26.3ns ± 1% 21.3ns ± 1% -19.05% (p=0.008 n=5+5) MaskBytes/size-1024/align-0/mask-8 42.7ns ± 0% 29.4ns ± 1% -31.20% (p=0.008 n=5+5) MaskBytes/size-1024/align-4/mask-8 44.0ns ± 0% 30.6ns ± 1% -30.39% (p=0.008 n=5+5) MaskBytes/size-4096/align-0/mask-8 142ns ± 1% 79ns ± 1% -44.45% (p=0.016 n=4+5) MaskBytes/size-4096/align-4/mask-8 162ns ± 0% 100ns ± 0% -37.95% (p=0.008 n=5+5) name old speed new speed delta MaskBytes/size-32/align-0/mask-8 2.90GB/s ± 1% 2.71GB/s ± 4% -6.28% (p=0.008 n=5+5) MaskBytes/size-32/align-4/mask-8 3.01GB/s ± 4% 2.83GB/s ± 0% -6.11% (p=0.008 n=5+5) MaskBytes/size-512/align-0/mask-8 19.4GB/s ± 1% 24.3GB/s ± 1% +24.89% (p=0.008 n=5+5) MaskBytes/size-512/align-4/mask-8 19.5GB/s ± 1% 24.1GB/s ± 1% +23.53% (p=0.008 n=5+5) MaskBytes/size-1024/align-0/mask-8 24.0GB/s ± 0% 34.9GB/s ± 1% +45.36% (p=0.008 n=5+5) MaskBytes/size-1024/align-4/mask-8 23.3GB/s ± 0% 33.5GB/s ± 1% +43.67% (p=0.008 n=5+5) MaskBytes/size-4096/align-0/mask-8 28.9GB/s ± 1% 51.9GB/s ± 1% +80.02% (p=0.016 n=4+5) MaskBytes/size-4096/align-4/mask-8 25.3GB/s ± 0% 40.8GB/s ± 0% +61.14% (p=0.008 n=5+5) for avx2 benchmark: name old time/op new time/op delta MaskBytes/size-32/align-0/mask-8 11.1ns ± 1% 11.7ns ± 5% +5.68% (p=0.008 n=5+5) MaskBytes/size-32/align-4/mask-8 10.6ns ± 4% 11.3ns ± 0% +6.60% (p=0.008 n=5+5) MaskBytes/size-512/align-0/mask-8 26.4ns ± 1% 18.4ns ± 0% -30.05% (p=0.008 n=5+5) MaskBytes/size-512/align-4/mask-8 26.3ns ± 1% 18.9ns ± 4% -28.21% (p=0.008 n=5+5) MaskBytes/size-1024/align-0/mask-8 42.7ns ± 0% 22.7ns ± 1% -46.70% (p=0.008 n=5+5) MaskBytes/size-1024/align-4/mask-8 44.0ns ± 0% 24.9ns ± 9% -43.44% (p=0.008 n=5+5) MaskBytes/size-4096/align-0/mask-8 142ns ± 1% 53ns ± 2% -62.86% (p=0.016 n=4+5) MaskBytes/size-4096/align-4/mask-8 162ns ± 0% 68ns ± 1% -57.64% (p=0.008 n=5+5) name old speed new speed delta MaskBytes/size-32/align-0/mask-8 2.90GB/s ± 1% 2.74GB/s ± 5% -5.25% (p=0.008 n=5+5) MaskBytes/size-32/align-4/mask-8 3.01GB/s ± 4% 2.82GB/s ± 0% -6.30% (p=0.008 n=5+5) MaskBytes/size-512/align-0/mask-8 19.4GB/s ± 1% 27.8GB/s ± 0% +42.97% (p=0.008 n=5+5) MaskBytes/size-512/align-4/mask-8 19.5GB/s ± 1% 27.2GB/s ± 4% +39.38% (p=0.008 n=5+5) MaskBytes/size-1024/align-0/mask-8 24.0GB/s ± 0% 45.0GB/s ± 1% +87.65% (p=0.008 n=5+5) MaskBytes/size-1024/align-4/mask-8 23.3GB/s ± 0% 41.3GB/s ± 9% +77.15% (p=0.008 n=5+5) MaskBytes/size-4096/align-0/mask-8 28.9GB/s ± 1% 77.7GB/s ± 2% +169.23% (p=0.016 n=4+5) MaskBytes/size-4096/align-4/mask-8 25.3GB/s ± 0% 59.8GB/s ± 1% +136.08% (p=0.008 n=5+5)
Configuration menu - View commit details
-
Copy full SHA for 2fc8487 - Browse repository at this point
Copy the full SHA 2fc8487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb50fc - Browse repository at this point
Copy the full SHA 0fb50fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cda681e - Browse repository at this point
Copy the full SHA cda681eView commit details
Commits on Jan 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ec9cbb - Browse repository at this point
Copy the full SHA 2ec9cbbView commit details
Commits on Jan 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4995d1f - Browse repository at this point
Copy the full SHA 4995d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb552c5 - Browse repository at this point
Copy the full SHA cb552c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0134de4 - Browse repository at this point
Copy the full SHA 0134de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for adfe507 - Browse repository at this point
Copy the full SHA adfe507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e64c2a - Browse repository at this point
Copy the full SHA 6e64c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 307a86b - Browse repository at this point
Copy the full SHA 307a86bView commit details
Commits on Feb 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b2c616 - Browse repository at this point
Copy the full SHA 9b2c616View commit details
Commits on Oct 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bf5b151 - Browse repository at this point
Copy the full SHA bf5b151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e2604 - Browse repository at this point
Copy the full SHA 67e2604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a88b05 - Browse repository at this point
Copy the full SHA 1a88b05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0299fcc - Browse repository at this point
Copy the full SHA 0299fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3eb417 - Browse repository at this point
Copy the full SHA d3eb417View 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...master