Sebastian Ullrich
ce96fab8de
chore: fix passing additional LEAN(C)_OPTS to make
2020-10-22 12:00:39 +02:00
Sebastian Ullrich
5b4247a9c7
chore: fix stdlib benchmark
2020-09-28 13:39:32 +02:00
Sebastian Ullrich
77cbaa752c
fix: Task: make reference and -j0 semantics eager, simplify
2020-09-14 17:57:33 +02:00
Sebastian Ullrich
9c6ff0baac
chore: certainly this one is the right fix
2020-08-29 12:56:37 +02:00
Sebastian Ullrich
0b727a6d78
chore: fix stdlib benchmark once more...
2020-08-29 10:40:21 +02:00
Sebastian Ullrich
2c1b0e3114
chore: remove hanging stdlib bench test from CI
2020-08-26 11:34:43 +02:00
Sebastian Ullrich
defc7f766e
chore: try to fix benchmark once more...
2020-08-24 17:49:55 +02:00
Sebastian Ullrich
9106417693
chore: fix speedcenter test, perf stat runner not supporting multiline cmds
2020-08-24 16:30:50 +02:00
Sebastian Ullrich
015903f055
chore: speedcenter: benchmark actual, parallel stdlib build
2020-08-24 13:43:44 +02:00
Sebastian Ullrich
55b043cabe
chore: update cross benchsuite
2020-08-21 16:05:40 +02:00
Sebastian Ullrich
5e48d2bb7d
chore: update cross benches
2020-08-18 11:44:29 +02:00
Sebastian Ullrich
086e9e062a
chore: measure maxrss in benchmarks
2020-07-21 14:47:22 +02:00
Sebastian Ullrich
b7f6f37079
chore: remove unreliable cache metrics
2020-07-15 17:16:04 +02:00
Sebastian Ullrich
8826330862
chore: add slightly different config for new speedcenter
2020-07-10 17:28:58 +02:00
Sebastian Ullrich
fe20860c3d
chore: delete unused file
2020-06-16 10:41:42 -07:00
Leonardo de Moura
9c0bd9dd41
chore: fix tests
2020-05-26 15:05:00 -07:00
Leonardo de Moura
bd58048449
chore: { <source> with ... } syntax
2020-05-20 15:08:43 -07:00
Sebastian Ullrich
6a0410f8f0
feat: make import A import A.olean instead of A/Default.olean
2020-05-19 11:29:32 -07:00
Sebastian Ullrich
9476ee2f54
fix: benchmarks CI
2020-05-14 14:47:54 +02:00
Sebastian Ullrich
872d5fc7ba
feat: stop compiling Lean code as C++, remove --cpp option
...
Since we don't use static initializers, really the only difference between using `clang` and `clang++` is the default
inclusion of the C++ standard library.
2020-05-14 14:45:33 +02:00
Sebastian Ullrich
053d4bab1c
chore: factor out and unify common test behavior; retrieve lean from PATH
...
`./test_single.sh foo.lean yes` is now `./test_single.sh -i foo.lean`
2020-05-14 14:38:52 +02:00
Sebastian Ullrich
8f67db0101
refactor: never implicitly ignore monadic results
...
Also change `do e; f` to desugar to `e *> f` so that it is affected as well
2020-04-23 11:09:59 -07:00
Sebastian Ullrich
3c71c4f0ea
chore: fix benchmark
2020-03-24 17:27:02 +01:00
Leonardo de Moura
41949ee801
refactor: String.toNat ==> String.toNat? and String.toNat!
2020-03-23 14:29:48 -07:00
Sebastian Ullrich
c7e85e3cec
chore: update cross benchmark setup
2020-03-05 17:43:24 +01:00
Sebastian Ullrich
25cdfa8c37
chore: lower const_fold inputs again to prevent stack overflow in sanitized build
2020-02-28 13:23:39 +01:00
Sebastian Ullrich
84b53a316c
chore: cumulative interpreter benchmark
2020-02-28 10:51:23 +01:00
Sebastian Ullrich
e2facc3507
chore: adjust "small" bench/ inputs to be reasonable for interpreter
...
The "big" benchmarking inputs are stored in speedcenter.exec.yaml
2020-02-28 10:04:13 +01:00
Sebastian Ullrich
80603a256d
chore: fix benchmark once more
...
Github Actions' `sh` doesn't seem to like `echo -e`
2020-02-28 09:28:41 +01:00
Sebastian Ullrich
6a19f54344
chore: fix benchmark...
2020-02-27 19:55:15 +01:00
Sebastian Ullrich
79a352a0b7
chore: benchmark binary sizes
2020-02-27 18:17:25 +01:00
Sebastian Ullrich
354439dd43
chore: bench C++ lines
2020-02-07 17:14:27 +01:00
Sebastian Ullrich
6cbb6c89ca
chore: bench .olean byte size
2020-02-07 17:09:25 +01:00
Leonardo de Moura
bb1a90b24d
chore: fix tests
2020-01-28 10:34:27 -08:00
Simon Hudon
92c8773137
feat: file IO using handles
2020-01-12 08:02:48 -08:00
Sebastian Ullrich
df3112d54d
chore: fix one more benchmark
2019-11-25 12:47:42 +01:00
Sebastian Ullrich
fe3e8022a5
chore: update benchmarks
2019-11-25 10:42:14 +01:00
Leonardo de Moura
167549de59
chore: fix tests
2019-11-22 07:56:06 -08:00
Sebastian Ullrich
3dcd4febd9
feat: make LEAN_PATH a mapping from package names to root dirs, remove C++ impl
2019-11-20 16:39:53 +01:00
Sebastian Ullrich
ab42cffad2
refactor: rename all Default.lean files except for Init/Default.lean
2019-11-19 13:52:21 +01:00
Sebastian Ullrich
5c286ca6fd
chore: bench cross suite: move default.nix and update README
2019-11-15 16:39:14 +01:00
Sebastian Ullrich
425230abc4
chore: fix cross bench suite
2019-11-15 16:39:14 +01:00
Sebastian Ullrich
a961e1314a
chore: cross bench suite: fix fatal laziness in rbmap_checkpoint.hs
2019-11-15 16:39:14 +01:00
Sebastian Ullrich
ef9150cacd
chore: cross bench suite: add Strict Haskell category (disabled by default)
...
No change to slightly faster in general, except for a significant speedup in rbmap_10 that should be fixed in the lazy version
2019-11-15 16:39:00 +01:00
Sebastian Ullrich
f2bc0b1c84
chore: add parser benchmark to speedcenter suite
2019-11-11 10:31:46 +01:00
Sebastian Ullrich
5a29922b6f
chore: replace broken frontend benchmark with repeated parser benchmark on pinned Core.lean
2019-11-11 10:31:46 +01:00
Sebastian Ullrich
389f32e1c8
chore: bench/default.nix: fix and improve Lean building
2019-11-11 10:31:39 +01:00
Sebastian Ullrich
68a126be3f
chore: update benchmark packages
2019-11-07 17:47:58 +01:00
Sebastian Ullrich
5ce9ca81da
chore: revert "test: capture stderr as well"
...
This reverts commit 2866824b51 .
2019-10-29 19:55:48 +01:00
Leonardo de Moura
ed3c95f892
chore: fix tests
2019-10-27 18:29:51 -07:00