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

ghc: 963 -> 964 #1269

Merged
merged 1 commit into from
Jan 30, 2024
Merged

ghc: 963 -> 964 #1269

merged 1 commit into from
Jan 30, 2024

Conversation

locallycompact
Copy link
Contributor

Bumps GHC patch version from 9.6.3 to 9.6.4.


  • CHANGELOG updated or not needed
  • Documentation updated or not needed
  • Haddocks updated or not needed
  • No new TODOs introduced or explained herafter

Copy link

github-actions bot commented Jan 25, 2024

Transactions Costs

Sizes and execution budgets for Hydra protocol transactions. Note that unlisted parameters are currently using arbitrary values and results are not fully deterministic and comparable to previous runs.

Metadata
Generated at 2024-01-25 12:54:22.230660678 UTC
Max. memory units 14000000
Max. CPU units 10000000000
Max. tx size (kB) 16384

Script summary

Name Hash Size (Bytes)
νInitial 985245919fcc6c0c5cd116023cd2c947c43e80dcbb5075fe12433fbb 4072
νCommit 7cb20fa71eb4c563ca283566ebe0aa65859d96c3f8cba35c52c181fd 2043
νHead 7a36661f5c15e9f1783aeaab890812c59b7286cbbc6de762d3110772 8816
μHead 8b111ac12274e46314769295a1c5dcab1d260096fc469fd698065463* 3851
  • The minting policy hash is only usable for comparison. As the script is parameterized, the actual script is unique per Head.

Cost of Init Transaction

Parties Tx size % max Mem % max CPU Min fee ₳
1 4372 10.25 3.95 0.45
2 4580 12.81 4.93 0.49
3 4777 14.73 5.65 0.52
5 5179 19.46 7.45 0.59
10 6184 30.30 11.55 0.75
41 12417 99.12 37.64 1.77

Cost of Commit Transaction

This is using ada-only outputs for better comparability.

UTxO Tx size % max Mem % max CPU Min fee ₳
1 534 11.37 4.44 0.30
2 723 15.04 6.07 0.35
3 908 18.85 7.75 0.40
5 1286 26.90 11.27 0.51
10 2215 49.55 20.97 0.80
19 3903 99.43 41.75 1.43

Cost of CollectCom Transaction

Parties UTxO (bytes) Tx size % max Mem % max CPU Min fee ₳
1 57 480 21.12 8.27 0.40
2 114 594 32.21 12.73 0.53
3 170 700 46.86 18.62 0.69
4 227 810 63.76 25.46 0.88
5 285 920 76.99 31.05 1.04

Cost of Close Transaction

Parties Tx size % max Mem % max CPU Min fee ₳
1 541 16.72 7.69 0.36
2 755 18.49 9.34 0.40
3 915 20.22 10.94 0.43
5 934 21.09 9.73 0.43
10 2246 32.64 22.40 0.67
50 8780 98.81 83.57 1.94

Cost of Contest Transaction

Parties Tx size % max Mem % max CPU Min fee ₳
1 580 20.27 8.98 0.40
2 748 22.21 10.65 0.44
3 873 23.83 12.04 0.47
5 1328 28.03 15.74 0.55
10 2138 37.69 24.02 0.72
43 7856 99.75 77.93 1.86

Cost of Abort Transaction

Some variation because of random mixture of still initial and already committed outputs.

Parties Tx size % max Mem % max CPU Min fee ₳
1 4325 18.98 8.17 0.55
2 4480 32.13 13.99 0.71
3 4707 47.96 21.05 0.90
4 4735 59.95 26.18 1.03
5 5022 87.41 38.58 1.36

Cost of FanOut Transaction

Involves spending head output and burning head tokens. Uses ada-only UTxO for better comparability.

Parties UTxO UTxO (bytes) Tx size % max Mem % max CPU Min fee ₳
5 0 0 4205 8.05 3.37 0.42
5 1 57 4239 9.49 4.22 0.44
5 5 285 4376 13.77 7.00 0.50
5 10 569 4544 20.34 10.99 0.59
5 20 1138 4884 32.85 18.71 0.77
5 30 1705 5223 45.15 26.34 0.93
5 40 2275 5562 57.33 33.92 1.10
5 50 2846 5903 69.77 41.61 1.27
5 74 4204 6709 99.34 59.95 1.68

End-To-End Benchmark Results

This page is intended to collect the latest end-to-end benchmarks results produced by Hydra's Continuous Integration system from the latest master code.

Please take those results with a grain of salt as they are currently produced from very limited cloud VMs and not controlled hardware. Instead of focusing on the absolute results, the emphasis should be on relative results, eg. how the timings for a scenario evolve as the code changes.

Generated at 2024-01-25 12:57:00.038695133 UTC

Baseline Scenario

Number of nodes 3
Number of txs 9000
Avg. Confirmation Time (ms) 23.123483462
P99 116.08178099000001ms
P95 32.46344549999999ms
P50 20.0863935ms
Number of Invalid txs 0

Baseline Scenario

Number of nodes 1
Number of txs 3000
Avg. Confirmation Time (ms) 4.309717770
P99 7.209760459999992ms
P95 5.275549799999998ms
P50 4.164752ms
Number of Invalid txs 0

Copy link

github-actions bot commented Jan 25, 2024

Test Results

405 tests  ±0   398 ✅ ±0   16m 7s ⏱️ +21s
136 suites ±0     7 💤 ±0 
  5 files   ±0     0 ❌ ±0 

Results for commit 4ea2325. ± Comparison against base commit 560a7bf.

♻️ This comment has been updated with latest results.

hls: 1.10 -> 2.6
@v0d1ch v0d1ch merged commit f7692d5 into master Jan 30, 2024
21 checks passed
@v0d1ch v0d1ch deleted the lc/ghc964 branch January 30, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants