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

CIP-0138 array #6749

Open
wants to merge 7 commits into
base: yura/cip-0138-builtin-array
Choose a base branch
from

Array.Spec: disable optimizations

74305bb
Select commit
Loading
Failed to load commit list.
Open

CIP-0138 array #6749

Array.Spec: disable optimizations
74305bb
Select commit
Loading
Failed to load commit list.
Garnix CI / check plutus-core-test [x86_64-linux] succeeded Jan 2, 2025 in 16m 1s

Run results

Build succeeded

Details

Last 100 lines of logs:

      6818
  parsing
    parser captures ending positions correctly:                      OK (0.22s)
        ✓ propTermSrcSpan passed 100 tests.
  utils
    'arbitrary @Data' has the expected number of 'B' and 'I' leaves: OK (0.45s)
      +++ OK, passed 1000 tests.
    soundness
      multiSplit1:                                                   OK (0.31s)
        +++ OK, passed 10000 tests.
      multiSplit0:                                                   OK (0.33s)
        +++ OK, passed 10000 tests.
    distribution of values generated by
      multiSplit1
        for a list of length 1:                                      OK (0.04s)
          +++ OK, passed 10000 tests (100.00% [1]).
        for a list of length 2:                                      OK (0.05s)
          +++ OK, passed 10000 tests:
          50.24% [1,1]
          49.76% [2]
        for a list of length 3:                                      OK (0.08s)
          +++ OK, passed 10000 tests:
          25.73% [2,1]
          25.66% [3]
          24.45% [1,2]
          24.16% [1,1,1]
        for a list of length 4:                                      OK (0.09s)
          +++ OK, passed 10000 tests:
          13.11% [2,1,1]
          13.04% [1,2,1]
          12.70% [2,2]
          12.58% [3,1]
          12.57% [1,3]
          12.35% [1,1,1,1]
          11.97% [4]
          11.68% [1,1,2]
        for a list of length 5:                                      OK (0.12s)
          +++ OK, passed 10000 tests:
           6.66% [2,2,1]
           6.54% [4,1]
           6.49% [2,3]
           6.39% [1,1,1,1,1]
           6.39% [3,1,1]
           6.35% [1,3,1]
           6.33% [1,2,1,1]
           6.31% [1,4]
           6.26% [1,1,3]
           6.24% [1,1,2,1]
           6.14% [1,1,1,2]
           6.13% [3,2]
           6.12% [1,2,2]
           6.07% [2,1,2]
           5.98% [2,1,1,1]
           5.60% [5]
      multiSplit0
        for a list of length 1:                                      OK
          +++ OK, passed 1000 tests:
          72.7% [1]
          12.4% [1,0]
           9.1% [0,1]
           1.9% [0,0,1]
           1.8% [0,1,0]
           1.4% [1,0,0]
           0.4% [1,0,0,0]
           0.2% [0,0,0,1]
           0.1% [0,0,1,0,0]
        for a list of length 2:                                      OK
          +++ OK, passed 1000 tests:
          43.9% [1,1]
          42.4% [2]
           3.8% [0,2]
           2.5% [2,0]
           2.4% [0,1,1]
           2.2% [1,1,0]
           1.8% [1,0,1]
           0.2% [1,0,0,1]
           0.2% [1,0,1,0]
           0.2% [2,0,0]
           0.1% [0,0,1,1]
           0.1% [0,1,0,1]
           0.1% [0,1,1,0]
           0.1% [1,1,0,0]
        for a list of length 3:                                      OK
          +++ OK, passed 1000 tests:
          25.9% [3]
          24.3% [1,1,1]
          23.3% [1,2]
          23.0% [2,1]
           0.7% [1,1,0,1]
           0.5% [1,0,1,1]
           0.4% [0,1,2]
           0.4% [0,2,1]
           0.4% [1,0,2]
           0.3% [0,3]
           0.3% [3,0]
           0.2% [2,0,1]
           0.2% [2,1,0]
           0.1% [0,1,1,1]

All 1739 tests passed (2.54s)