https://github.com/mit-plv/fiat-crypto
Revision f020c4e1e77a967da881a224c1cc0f6995b01323 authored by Jason Gross on 13 July 2021, 22:47:13 UTC, committed by Jason Gross on 15 July 2021, 00:28:57 UTC
```
grep -A 2 memory time-of-build-perf.log | grep -o 'File "[^"]*' | sed s',File "./,,g' | sort | uniq | sed s'/\.v/\.log/g' | xargs time make COQBIN="$HOME/.local64/coq/coq-8.11.1/bin/" SKIP_BEDROCK2=1 TIMED=1 --output-sync -kj3 PERF_MAX_TIME=3600 PERF_MAX_MEM=20000000 2>&1 | tee -a time-of-build-perf-20.log
```

```
1044575.40user 5179.76system 97:46:10elapsed 298%CPU (0avgtext+0avgdata	15855332maxresident)k
424inputs+607713784outputs (0major+3386228715minor)pagefaults 0swaps
```
1 parent 55b2915
History
Tip revision: f020c4e1e77a967da881a224c1cc0f6995b01323 authored by Jason Gross on 13 July 2021, 22:47:13 UTC
Add logs for previous OOM up to 20GB with 1h timeout
Tip revision: f020c4e
File Mode Size
.github
coqprime @ d4bcfa8
etc
fiat-bedrock2
fiat-c
fiat-go
fiat-java
fiat-json
fiat-rust
fiat-zig
inversion
output-tests
rewriter @ 6cbbd2d
rupicola @ 935a01c
src
.dir-locals.el -rw-r--r-- 1.7 KB
.gitattributes -rw-r--r-- 380 bytes
.gitignore -rw-r--r-- 5.1 KB
.gitmodules -rw-r--r-- 378 bytes
.mailmap -rw-r--r-- 2.8 KB
AUTHORS -rw-r--r-- 648 bytes
CONTRIBUTORS -rw-r--r-- 1.2 KB
COPYRIGHT -rw-r--r-- 375 bytes
LICENSE-APACHE -rw-r--r-- 638 bytes
LICENSE-BSD-1 -rw-r--r-- 1.1 KB
LICENSE-MIT -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 33.9 KB
Makefile-coq.local -rw-r--r-- 305 bytes
README.md -rw-r--r-- 38.2 KB
_CoqProject.in -rw-r--r-- 15.5 KB
boringssl_notes.md -rw-r--r-- 13.3 KB
crypto-defects.md -rw-r--r-- 6.5 KB
folkwisdom.md -rw-r--r-- 17.2 KB
primes.txt -rw-r--r-- 1.3 KB
time-of-build-general.log -rw-r--r-- 185.0 KB
time-of-build-perf.log -rw-r--r-- 2.0 MB

README.md

back to top