Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new user guide page "Simplifying Code Before Compilation" #6796

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add new user guide page "Simplifying Code Before Compilation"

84f7b06
Select commit
Loading
Failed to load commit list.
Open

Add new user guide page "Simplifying Code Before Compilation" #6796

Add new user guide page "Simplifying Code Before Compilation"
84f7b06
Select commit
Loading
Failed to load commit list.
Garnix CI / check plutus-core-test [x86_64-linux] succeeded Jan 17, 2025 in 12s

Run results

Build succeeded

Details

Last 100 lines of logs:

    parser captures ending positions correctly:                      OK (0.16s)
        ✓ propTermSrcSpan passed 100 tests.
  utils
    'arbitrary @Data' has the expected number of 'B' and 'I' leaves: OK (0.33s)
      +++ OK, passed 1000 tests.
    soundness
      multiSplit1:                                                   OK (0.22s)
        +++ OK, passed 10000 tests.
      multiSplit0:                                                   OK (0.24s)
        +++ OK, passed 10000 tests.
    distribution of values generated by
      multiSplit1
        for a list of length 1:                                      OK (0.05s)
          +++ OK, passed 10000 tests (100.00% [1]).
        for a list of length 2:                                      OK (0.05s)
          +++ OK, passed 10000 tests:
          50.15% [2]
          49.85% [1,1]
        for a list of length 3:                                      OK (0.07s)
          +++ OK, passed 10000 tests:
          25.43% [2,1]
          25.32% [1,2]
          24.64% [3]
          24.61% [1,1,1]
        for a list of length 4:                                      OK (0.08s)
          +++ OK, passed 10000 tests:
          12.83% [1,1,1,1]
          12.76% [2,1,1]
          12.60% [3,1]
          12.56% [2,2]
          12.55% [1,1,2]
          12.37% [1,2,1]
          12.34% [4]
          11.99% [1,3]
        for a list of length 5:                                      OK (0.09s)
          +++ OK, passed 10000 tests:
           6.53% [1,1,3]
           6.40% [3,1,1]
           6.36% [1,3,1]
           6.35% [4,1]
           6.31% [2,1,1,1]
           6.30% [2,3]
           6.29% [1,1,2,1]
           6.29% [1,2,2]
           6.28% [2,2,1]
           6.26% [5]
           6.23% [1,4]
           6.14% [3,2]
           6.11% [1,2,1,1]
           6.08% [1,1,1,2]
           6.07% [2,1,2]
           6.00% [1,1,1,1,1]
      multiSplit0
        for a list of length 1:                                      OK
          +++ OK, passed 1000 tests:
          73.8% [1]
          11.0% [1,0]
          10.4% [0,1]
           1.6% [1,0,0]
           1.2% [0,0,1]
           1.2% [0,1,0]
           0.2% [0,0,0,1]
           0.2% [0,1,0,0]
           0.1% [0,0,1,0]
           0.1% [0,1,0,0,0]
           0.1% [1,0,0,0,0]
           0.1% [1,0,0,0]
        for a list of length 2:                                      OK (0.01s)
          +++ OK, passed 1000 tests:
          43.3% [1,1]
          43.0% [2]
           3.0% [0,2]
           3.0% [2,0]
           2.6% [1,0,1]
           2.3% [1,1,0]
           1.6% [0,1,1]
           0.3% [0,2,0]
           0.2% [0,0,1,1]
           0.2% [0,0,2]
           0.2% [0,1,1,0]
           0.2% [2,0,0]
           0.1% [1,1,0,0]
        for a list of length 3:                                      OK (0.01s)
          +++ OK, passed 1000 tests:
          24.9% [1,2]
          24.9% [3]
          24.1% [2,1]
          24.0% [1,1,1]
           0.4% [0,1,1,1]
           0.4% [0,3]
           0.3% [2,0,1]
           0.2% [1,0,1,1]
           0.2% [2,1,0]
           0.2% [3,0]
           0.1% [0,1,2]
           0.1% [0,2,1]
           0.1% [1,0,2]
           0.1% [1,1,0,1]

All 1703 tests passed (1.59s)