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

Yet more benchmarking experiments #6783

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

Formatting change for experiments

36a9b8a
Select commit
Loading
Failed to load commit list.
Open

Yet more benchmarking experiments #6783

Formatting change for experiments
36a9b8a
Select commit
Loading
Failed to load commit list.
Garnix CI / check size [x86_64-linux] succeeded Jan 10, 2025 in 50m 27s

Run results

Build succeeded

Details

Last 100 lines of logs:

https://cache.nixos.org/xvakzvpfbdp1qh2ccy45sm5phbi58h0r.narinfo
https://cache.garnix.io/xvakzvpfbdp1qh2ccy45sm5phbi58h0r.narinfo
Running phase: unpackPhase
@nix {"action":"setPhase","phase":"unpackPhase"}
unpacking source archive /nix/store/z77hf1p4yam6swnvryczisi7zycq0pjq-source-plutus-tx-plugin-test-size-root
source root is source-plutus-tx-plugin-test-size-root
Running phase: patchPhase
@nix {"action":"setPhase","phase":"patchPhase"}
Running phase: buildPhase
@nix {"action":"setPhase","phase":"buildPhase"}
/nix/store/c1640ynxjm8rr25sh65q53hqv2s7n4kc-plutus-tx-plugin-test-size-1.39.0.0/bin:
patching script interpreter paths in /build/tmp.ZU7pe372wF/bin
Size regression tests
  Golden
    Rational
      Eq
        equal:                 OK
        not-equal:             OK (0.02s)
      Ord
        compare:               OK (0.01s)
        less-than-equal:       OK (0.01s)
        greater-than-equal:    OK
        less-than:             OK (0.01s)
        greater-than:          OK (0.02s)
        max:                   OK (0.01s)
        min:                   OK (0.01s)
      Additive
        plus:                  OK (0.01s)
        zero:                  OK
        minus:                 OK (0.01s)
        negate-specialized:    OK (0.02s)
      Multiplicative
        times:                 OK
        one:                   OK (0.01s)
        scale:                 OK
      Serialization
        toBuiltinData:         OK (0.02s)
        fromBuiltinData:       OK (0.01s)
        unsafeFromBuiltinData: OK
      Construction
        unsafeRatio:           OK (0.01s)
        ratio:                 OK (0.02s)
        fromInteger:           OK (0.01s)
      Other
        numerator:             OK
        denominator:           OK (0.01s)
        round:                 OK (0.02s)
        truncate:              OK
        properFraction:        OK (0.02s)
        recip:                 OK
        abs-specialized:       OK (0.01s)
  Comparison
    negate:                    OK
      Target: general; size 163
      Measured: specialized; size 12
      Remaining headroom: 151
    abs:                       OK
      Target: general; size 207
      Measured: specialized; size 29
      Remaining headroom: 178
    scale:                     OK
      Target: equivalent in other primitives; size 76
      Measured: type class method; size 69
      Remaining headroom: 7

All 32 tests passed (0.02s)