John O'Hara

Results 92 comments of John O'Hara

Hi, I have a branch that contains a potential bug fix: https://github.com/johnaohara/FrameworkBenchmarks/tree/6538-sysctl As this change has the potential for impacting results, by changing the kernel params set depending on network...

Hi @nbrady-techempower , pr created #6547 Thanks

@nbrady-techempower There have been a few runs with the changes merged, when would be a good time to review any impact? Thanks

@nbrady-techempower any update about checking results after #6547 was merged? thanks

@gunnarmorling I have finally found some time to open a PR for JMC analysis. This PR will load rules from the published JMC artefacts (org.openjdk.jmc.flightrecorder.rules and org.openjdk.jmc.flightrecorder.rules.jdk). There is still...

> @johnaohara If I understand the code correctly it dumps the events to the same file which is later rewritten at the end of the test (or sonner by another...

@gunnarmorling an example of using the analysis over individual events could be a generic catch all, "I want to assert that there are no WARNINGS in from the automated analysis",...

> @johnaohara If I understand the code correctly it dumps the events to the same file which is later rewritten at the end of the test... @phejl I checked the...

> There's a failure in the new test on CI btw: > > ``` > JmcAutomaticAnalysisTest.automatedExceptionAnalysis:88 Expected to contain severity greater than: Warning > ``` Yes, that is ironic; I...