https://github.com/gebner/inundation
Stress test for Lake.
https://github.com/gebner/inundation
Last synced: 4 months ago
JSON representation
Stress test for Lake.
- Host: GitHub
- URL: https://github.com/gebner/inundation
- Owner: gebner
- Created: 2022-10-14T18:36:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T19:21:01.000Z (over 3 years ago)
- Last Synced: 2025-02-16T10:44:39.052Z (over 1 year ago)
- Language: Lean
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stress test for lake
This repo "accurately" simulates the contents of mathlib
to help with performance optimizations in Lake.
```bash
lake build
time lake print-paths Inundation
```
## Variations
The contents of this repository are automatically generated.
You can also try different parameters:
```bash
lean --run mk.lean 40 40
```
These are the default values.
The first number is the maximum dependency depth,
the second number is the number of dependencies for each file.