BD_Integratoren/C++/benchmark.81f4796.fourier
2022-05-16 10:24:45 +02:00

37 lines
2.5 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<Catch name="benchmark">
<Group name="benchmark">
<TestCase name="Euler - Baseline" tags="[benchmark]" filename="/home/watt/jholder/Integratoren/benchmark/bench.cpp" line="12">
<BenchmarkResults name="Euler without force" samples="100" resamples="100000" iterations="179" clockResolution="19.6142" estimatedDuration="1.9511e+06">
<!--All values in nano seconds-->
<mean value="109.097" lowerBound="108.49" upperBound="109.829" ci="0.95"/>
<standardDeviation value="3.40566" lowerBound="2.90384" upperBound="3.93169" ci="0.95"/>
<outliers variance="0.267429" lowMild="0" lowSevere="0" highMild="15" highSevere="3"/>
</BenchmarkResults>
<BenchmarkResults name="Heun without force" samples="100" resamples="100000" iterations="128" clockResolution="19.6142" estimatedDuration="1.9584e+06">
<!--All values in nano seconds-->
<mean value="152.946" lowerBound="152.282" upperBound="153.785" ci="0.95"/>
<standardDeviation value="3.77535" lowerBound="3.05802" upperBound="4.579" ci="0.95"/>
<outliers variance="0.180743" lowMild="0" lowSevere="0" highMild="8" highSevere="3"/>
</BenchmarkResults>
<BenchmarkResults name="Exact without force" samples="100" resamples="100000" iterations="166" clockResolution="19.6142" estimatedDuration="1.9588e+06">
<!--All values in nano seconds-->
<mean value="118.824" lowerBound="117.587" upperBound="121.925" ci="0.95"/>
<standardDeviation value="9.21278" lowerBound="2.96214" upperBound="17.3383" ci="0.95"/>
<outliers variance="0.696897" lowMild="0" lowSevere="0" highMild="0" highSevere="7"/>
</BenchmarkResults>
<BenchmarkResults name="BDAS without force" samples="100" resamples="100000" iterations="114" clockResolution="19.6142" estimatedDuration="1.9722e+06">
<!--All values in nano seconds-->
<mean value="173.079" lowerBound="171.528" upperBound="176.479" ci="0.95"/>
<standardDeviation value="11.1774" lowerBound="6.53959" upperBound="22.4088" ci="0.95"/>
<outliers variance="0.605598" lowMild="0" lowSevere="0" highMild="0" highSevere="1"/>
</BenchmarkResults>
<OverallResult success="true"/>
</TestCase>
<OverallResults successes="0" failures="0" expectedFailures="0"/>
<OverallResultsCases successes="1" failures="0" expectedFailures="0"/>
</Group>
<OverallResults successes="0" failures="0" expectedFailures="0"/>
<OverallResultsCases successes="1" failures="0" expectedFailures="0"/>
</Catch>