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: haskell/containers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: haskell/containers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sequence-ap-left
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on May 14, 2019

  1. added benchmarks for <*

    oisdk committed May 14, 2019
    Copy the full SHA
    1cb50d6 View commit details
  2. more benchmarks

    benchmarked <*/10/10
    time                 3.512 μs   (3.470 μs .. 3.556 μs)
                         0.999 R²   (0.998 R² .. 1.000 R²)
    mean                 3.517 μs   (3.499 μs .. 3.539 μs)
    std dev              65.86 ns   (46.98 ns .. 91.42 ns)
    
    benchmarked <*/1000/10
    time                 346.2 μs   (343.7 μs .. 349.5 μs)
                         0.999 R²   (0.997 R² .. 1.000 R²)
    mean                 345.5 μs   (344.0 μs .. 348.0 μs)
    std dev              6.302 μs   (4.375 μs .. 10.57 μs)
    
    benchmarked <*/10/1000
    time                 289.8 μs   (287.7 μs .. 292.0 μs)
                         1.000 R²   (0.999 R² .. 1.000 R²)
    mean                 291.9 μs   (290.5 μs .. 294.2 μs)
    std dev              6.123 μs   (3.239 μs .. 10.19 μs)
    
    benchmarked <*/10000/10
    time                 5.282 ms   (5.232 ms .. 5.337 ms)
                         0.999 R²   (0.999 R² .. 1.000 R²)
    mean                 5.206 ms   (5.172 ms .. 5.241 ms)
    std dev              105.9 μs   (85.13 μs .. 129.0 μs)
    
    benchmarked <*/10/10000
    time                 3.925 ms   (3.857 ms .. 4.042 ms)
                         0.996 R²   (0.991 R² .. 1.000 R²)
    mean                 3.917 ms   (3.889 ms .. 3.969 ms)
    std dev              117.9 μs   (71.25 μs .. 172.3 μs)
    variance introduced by outliers: 12% (moderately inflated)
    
    benchmarked <*/1000/1000
    time                 47.89 ms   (47.61 ms .. 48.14 ms)
                         1.000 R²   (1.000 R² .. 1.000 R²)
    mean                 48.33 ms   (48.09 ms .. 48.83 ms)
    std dev              651.2 μs   (361.5 μs .. 1.072 ms)
    oisdk committed May 14, 2019
    Copy the full SHA
    75b283c View commit details
  3. <* uses >>=

    benchmarked <*/10/10
    time                 1.505 μs   (1.492 μs .. 1.520 μs)
                         0.999 R²   (0.998 R² .. 1.000 R²)
    mean                 1.495 μs   (1.487 μs .. 1.506 μs)
    std dev              29.48 ns   (22.87 ns .. 41.57 ns)
    
    benchmarked <*/1000/10
    time                 220.1 μs   (217.4 μs .. 223.4 μs)
                         0.999 R²   (0.998 R² .. 0.999 R²)
    mean                 218.3 μs   (217.1 μs .. 219.9 μs)
    std dev              4.475 μs   (3.716 μs .. 6.444 μs)
    
    benchmarked <*/10/1000
    time                 56.68 μs   (56.06 μs .. 57.37 μs)
                         0.999 R²   (0.998 R² .. 1.000 R²)
    mean                 56.75 μs   (56.46 μs .. 57.23 μs)
    std dev              1.173 μs   (899.7 ns .. 1.717 μs)
    
    benchmarked <*/10000/10
    time                 4.713 ms   (4.504 ms .. 4.972 ms)
                         0.992 R²   (0.987 R² .. 0.999 R²)
    mean                 4.611 ms   (4.556 ms .. 4.734 ms)
    std dev              238.6 μs   (135.6 μs .. 412.8 μs)
    variance introduced by outliers: 28% (moderately inflated)
    
    benchmarked <*/10/10000
    time                 499.2 μs   (489.4 μs .. 508.2 μs)
                         0.999 R²   (0.998 R² .. 1.000 R²)
    mean                 491.1 μs   (489.0 μs .. 493.8 μs)
    std dev              7.816 μs   (6.100 μs .. 12.11 μs)
    
    benchmarked <*/1000/1000
    time                 5.932 ms   (5.819 ms .. 6.059 ms)
                         0.997 R²   (0.994 R² .. 0.999 R²)
    mean                 5.956 ms   (5.899 ms .. 6.057 ms)
    std dev              221.5 μs   (135.3 μs .. 360.0 μs)
    variance introduced by outliers: 17% (moderately inflated)
    oisdk committed May 14, 2019
    Copy the full SHA
    19722ed View commit details
  4. added test for new <*

    oisdk committed May 14, 2019
    Copy the full SHA
    6009082 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 master...sequence-ap-left