- 20 May, 2020 1 commit
-
-
Mathieu Giraud authored
see #4275
-
- 07 May, 2020 3 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
benchmark-releases.py: exit with 42 when the last release/HEAD has significant difference with the previous one
-
Mathieu Giraud authored
-
- 06 May, 2020 9 commits
-
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
-
Mathieu Giraud authored
closes #4282
-
- 05 May, 2020 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
We cannot use time on some commands such as the ones with cd
-
- 04 May, 2020 2 commits
-
-
Mikaël Salson authored
Use /usr/bin/time to get accurate memory resource usage. rusage couldn't be reliably used because it was influenced by the parent process.
-
Mikaël Salson authored
We take the minimal among the runs as the program is deterministic the minimal value is the closest to the execution time without external perturbations. Fix #4275
-
- 01 May, 2020 1 commit
-
-
Mathieu Giraud authored
see #4278
-
- 30 Apr, 2020 1 commit
-
-
Mikaël Salson authored
Bug remained in some cases because of a poor initial test case Fix #4272 (and #4263)
-
- 29 Apr, 2020 3 commits
-
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mathieu Giraud authored
see #4268
-
- 28 Apr, 2020 15 commits
-
-
Mikaël Salson authored
If we try to set the same index several times we will wrongly have several references to it and, thus, will never be deleted, which Valgrind dislikes See !674
-
Mikaël Salson authored
Reset the seed to have the same conditions. Otherwise depending on the number of tests and the number of times the pseudo-random generator has been used the test may fail or succeed (we are using a RandomScore now)
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
-
Mikaël Salson authored
We didn't take into account the length (as it was added later). This is now fixed.
-
Mathieu Giraud authored
see #4270
-
Mathieu Giraud authored
opens #4270
-
Mathieu Giraud authored
Our main file is .vijdil, and not anymore .vdj.fa (for ages)
-
Mathieu Giraud authored
see #4269
-
Mathieu Giraud authored
-
Mathieu Giraud authored
opens #4269
-
Mikaël Salson authored
For some reason it was failing with my g++-5
-
Mikaël Salson authored
As trimSequence is used on a representative and as the representative should contain the window we now make sure that the window is not trimmed. Fix #4263
-
Mikaël Salson authored
-
- 23 Apr, 2020 2 commits
-
-
Mathieu Giraud authored
thanks to @mikael-s
-
Mathieu Giraud authored
-