Benjamin DANGLOT
Benjamin DANGLOT
According to the result of PerformanceTest in #473, most of the time is consumed by the execution of the test, instrumented or not. For now, we execute 3 times each...
I think one thing to do before parallelizing anything is to investigate: What are the points that consume the most time / CPU execution? Takes one execution, that we consider...
Yes, it is possible to track the position of I-amplification / A-amplification. In **DSpot**, there this notion of test parent, _i.e._ the test on which is amplified to obtain new...
Okay, Great! Do not hesitate to ask questions / suggest some stuff. I'll be glad to discuss! I'm gonna change this issue into a track of your progress on this...
Hi @sbihel I think you won't gonna work on this anymore, right? I took the liberty to make it available.
Hi @sbihel It is totally fine! I'll just unassign you from this issue to highlight the fact that this is should be done. I hope you are doing great, and...
Hello @Smorka According to the last line of your traces: ```txt [INFO] 2019-09-26 14:24:08 MavenAutomaticBuilder - run maven: /usr/share/maven//bin/mvn org.pitest:pitest-maven:mutationCoverage ``` DSpot launched PIT to compute the mutation score. This...
Hello @Smorka Never seen this error before. Investigating for a solution. In the meantime, could you provide me the project on which you are executing DSpot? Thank you!
Could you give more details about your installation such as the output of: ```sh mvn --version java -version ```
Hello, I could run then whole amplification process locally, meaning that the problem comes from your installation (I guess). @oscarlvp Do you know this error? ```txt 8:58:13 AM PIT >>...