Skip to content

Commit c9fd606

Browse files
committed
Test 1MB data
1 parent ea82701 commit c9fd606

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/blake3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
permissions:
1010
contents: read
1111

12-
concurrency:
13-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14-
cancel-in-progress: true
12+
# concurrency:
13+
# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14+
# cancel-in-progress: true
1515

1616
jobs:
1717
lean-jobs:

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 := #[8192]
8-
abbrev numHashesPerProof := #[512]
7+
abbrev dataSizes := #[1000000]
8+
abbrev numHashesPerProof := #[1, 2, 4, 8]
99

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

0 commit comments

Comments
 (0)