An open API service indexing awesome lists of open source software.

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.

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.