lean4-htt/tests
Leonardo de Moura e5950cf710 test(tests/playground/gen): simple lean file generator
@kha
I am using this little program to generate big lean files to test the
new front end. For the output produced for `gen 5000`, the new frontend
is almost 10x slower than the old one.
I used `valgrind --tool=callgrind` to collect profiling data.
The number of closures is too big. For example, `free_closure_obj` was
invoked 38.5 million times. The total number of deallocated objects is around
49.5 million.
2019-03-04 16:19:50 -08:00
..
compiler test(tests/compiler/array_test): basic array test 2019-02-16 16:08:49 -08:00
ir refactor(library/system/io): move into init 2018-08-21 08:43:09 -07:00
lean chore(frontends/lean/inductive_cmds): disable broken check 2019-03-04 11:05:21 -08:00
playground test(tests/playground/gen): simple lean file generator 2019-03-04 16:19:50 -08:00