Skip to content

Commit

Permalink
comment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Louddy committed Feb 7, 2025
1 parent 8f26765 commit a89de22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AesopTest/Forward/Benchmark.lean
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def isteps (n : Nat) : List Nat := (List.iota (n - 1)) ++ [0]
#check runTestCluster
-/

/-
/-
**Uncomment to run tests**-/
local notation "k" => 10
Expand All @@ -63,3 +64,4 @@ bchmk 3 with isteps k using fun n ↦ runTestErase k 0 k n
bchmk 3 with (pows 5) using fun n ↦ runTestIndep 6 n
bchmk 3 with (pows 6) using fun n ↦ runTestCascade n
bchmk 3 with (pows 6) using fun n ↦ runTestCluster n 3 (2 ^ 5 / n)
-/

0 comments on commit a89de22

Please sign in to comment.