Skip to content

Commit fee8bb5

Browse files
committed
Increase difficulty
1 parent 708e641 commit fee8bb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/blake3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
lean-jobs:
18-
runs-on: gh-96vcpu-384gbram-ubuntu-2404
18+
runs-on: gh-64vcpu-256gbram-ubuntu-2404
1919
steps:
2020
- uses: actions/checkout@v6
2121
- uses: leanprover/lean-action@v1 # https://github.com/leanprover/lean-action

Benchmarks/Blake3.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Ix.Aiur.Compile
44
import Ix.Aiur.Protocol
55
import Ix.Benchmark.Bench
66

7-
abbrev dataSizes := #[64, 128, 256, 512, 1024, 2048]
8-
abbrev numHashesPerProof := #[1, 2, 4, 8, 16, 32]
7+
abbrev dataSizes := #[64, 128, 256, 512, 1024, 2048, 4096, 8192]
8+
abbrev numHashesPerProof := #[32, 64, 128, 256, 512]
99

1010
def commitmentParameters : Aiur.CommitmentParameters := {
1111
logBlowup := 1

0 commit comments

Comments
 (0)