This PR sets up the new integrated test/bench suite. It then migrates all benchmarks and some related tests to the new suite. There's also some documentation and some linting. For now, a lot of the old tests are left alone so this PR doesn't become even larger than it already is. Eventually, all tests should be migrated to the new suite though so there isn't a confusing mix of two systems.
16 lines
474 B
Text
16 lines
474 B
Text
module
|
|
|
|
import Lean
|
|
import all Init.NotationExtra
|
|
import all Lean.ResolveName
|
|
|
|
set_option maxHeartbeats 100000
|
|
attribute [simp] Array.findIdx?.loop
|
|
attribute [simp] Lean.resolveLocalName.loop
|
|
|
|
-- Mathlib
|
|
-- attribute [simp] BinaryHeap.heapifyDown
|
|
-- attribute [simp] ByteSlice.forIn.loop
|
|
-- attribute [simp] Lean.Export.exportName -- Fixed see 998Export.lean
|
|
-- attribute [simp] Lean.Export.exportLevel -- Fixed see 998Export.lean
|
|
-- attribute [simp] Array.heapSort.loop
|