Skip to content

Commit

Permalink
[test-action] Test results from refs/pull/3/merge-43
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2024
1 parent aeec94e commit 63c8f17
Show file tree
Hide file tree
Showing 20 changed files with 35,225 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ <h2>Statistics</h2>
<h2>Tested branches</h2>
<table>
<tr><th>Branch</th><th>Version</th><th>Build time</th><th>Execution time</th><th># Simulate</th><th># Total</th></tr>
<tr><td>stable</td><td>OpenModelica 1.22.1</td><td>2024-01-11 10:56:57</td><td>11.68</td><td>2</td><td>2</td></tr>
<tr><td>stable</td><td>OpenModelica 1.22.1</td><td>2024-01-11 13:36:46</td><td>11.71</td><td>2</td><td>2</td></tr>

</table>
<hr /><h3>MyLibrary_v0.1</h3>
<hr /><h3>MyLibrary_dev-pr-3</h3>
<p><strong>Library version:</strong> 1.0.0 (/home/runner/work/openmodelica-library-testing-action/openmodelica-library-testing-action/examples/MyLibrary/package.mo)</p><table>
<tr><th>Branch</th><th>Total</th><th>Parsing</th><th>Frontend</th><th>Backend</th><th>SimCode</th><th>Templates</th><th>Compilation</th><th>Simulation</th><th>Verification</th>
<tr><td><a href="stable/MyLibrary_v0.1/MyLibrary_v0.1.html">stable</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>1</a></td></tr></table>
<tr><td><a href="stable/MyLibrary_dev-pr-3/MyLibrary_dev-pr-3.html">stable</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>2</a></td><td><a>1</a></td></tr></table>
<table>
<tr><th>Branch</th><th>Total</th><th>Parsing</th><th>Frontend</th><th>Backend</th><th>SimCode</th><th>Templates</th><th>Compilation</th><th>Simulation</th><th>Verification</th>
<tr><td><a href="stable/MyLibrary_v0.1/MyLibrary_v0.1.html">stable</a></td><td>11.68</td><td>3.84</td><td>0.50</td><td>0.48</td><td>0.03</td><td>0.10</td><td>5.12</td><td>0.20</td><td>0.07</td></tr>
<tr><td><a href="stable/MyLibrary_dev-pr-3/MyLibrary_dev-pr-3.html">stable</a></td><td>11.71</td><td>3.90</td><td>0.52</td><td>0.45</td><td>0.03</td><td>0.11</td><td>5.02</td><td>0.22</td><td>0.08</td></tr>
</table>

</body>
Expand Down
73 changes: 73 additions & 0 deletions stable/MyLibrary_dev-pr-3/MyLibrary_dev-pr-3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<title>MyLibrary_dev-pr-3 test using OpenModelica</title>
</head>
<body>
<h1>MyLibrary_dev-pr-3 test using OpenModelica</h1>

<table>
<tr>
<th>Total</th>
<th>Frontend</th>
<th>Backend</th>
<th>SimCode</th>
<th>Templates</th>
<th>Compilation</th>
<th>Simulation</th>
<th>Verification</th>
</tr>
<tr>
<td>2</td>
<td bgcolor="#00FF00">2</td>
<td bgcolor="#00FF00">2</td>
<td bgcolor="#00FF00">2</td>
<td bgcolor="#00FF00">2</td>
<td bgcolor="#00FF00">2</td>
<td bgcolor="#00FF00">2</td>
<td bgcolor="#FFCC66">1</td>
</tr>
</table>

<p>Total time taken: 0:00:11</p>
<p>System info: AMD EPYC 7763 64-Core Processor, 16 GB RAM, Ubuntu 22.04.3 LTS</p>
<p>OpenModelica Version: OpenModelica 1.22.1</p>

<p>Test started: 2024-01-11 13:36:46</p>
<p>Tested Library: 1.0.0<pre>
</pre></p>
<p>BuildModel time limit: 660s</p>
<p>Simulation time limit: 480s</p>
<p>Default tolerance: 1e-06</p>
<p>Optimization level: -Os -march=native</p>
<p>Reference Files: /home/runner/work/openmodelica-library-testing-action/openmodelica-library-testing-action/examples/ReferenceFiles</p>
<p>Verified using: OpenModelica 1.22.1 (diffSimulationResults)</p>
Flags: <pre>setCommandLineOptions(&quot;-d=nogen&quot;);
setCommandLineOptions(&quot;-d=initialization&quot;);
setCommandLineOptions(&quot;-d=backenddaeinfo&quot;);
setCommandLineOptions(&quot;-d=discreteinfo&quot;);
setCommandLineOptions(&quot;-d=stateselection&quot;);
setCommandLineOptions(&quot;-d=execstat&quot;);
setMatchingAlgorithm(&quot;PFPlusExt&quot;);
setIndexReductionMethod(&quot;dynamicStateSelection&quot;);</pre>
Config: <pre>{
&quot;library&quot;: &quot;MyLibrary&quot;,
&quot;libraryVersion&quot;: &quot;dev-pr-3&quot;,
&quot;loadFileCommands&quot;: [
&quot;loadFile(\&quot;/home/runner/work/openmodelica-library-testing-action/openmodelica-library-testing-action/examples/MyLibrary/package.mo\&quot;)&quot;
],
&quot;optlevel&quot;: &quot;-Os -march=native&quot;,
&quot;referenceFileExtension&quot;: &quot;csv&quot;,
&quot;referenceFileNameDelimiter&quot;: &quot;.&quot;,
&quot;referenceFiles&quot;: &quot;/home/runner/work/openmodelica-library-testing-action/openmodelica-library-testing-action/examples/ReferenceFiles&quot;
}</pre>
<p>Links are provided if getErrorString() or the simulation generates output. The links are coded with <font style="#FF0000">red</font> if there were errors, <font style="#FFCC66">yellow</font> if there were warnings, and normal links if there are only notifications.</p>
<table>
<tr><th>Model</th><th>Verified</th><th>Simulate</th><th>Total buildModel</th><th>Parsing</th><th>Frontend</th><th>Backend</th><th>SimCode</th><th>Templates</th><th>Compile</th></tr>
<tr><td><a href="files/MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.err">MyLibrary.Blocks.Examples.PID_Controller</a> (<a href="files/MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.sim">sim</a>)</td><td bgcolor="#FFCC66">0.07 (<a href="files/MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.html">4/7 failed</a>)</td><td bgcolor="#00FF00">0.05</td><td bgcolor="#00FF00">2.58</td><td>1.93</td><td bgcolor="#00FF00">0.25</td><td bgcolor="#00FF00">0.03</td><td bgcolor="#00FF00">0.01</td><td bgcolor="#00FF00">0.04</td><td bgcolor="#00FF00">2.26</td></tr>

<tr><td><a href="files/MyLibrary_dev-pr-3_MyLibrary.Mechanics.MultiBody.Examples.Pendulum.err">MyLibrary.Mechanics.MultiBody.Examples.Pendulum</a> (<a href="files/MyLibrary_dev-pr-3_MyLibrary.Mechanics.MultiBody.Examples.Pendulum.sim">sim</a>)</td><td bgcolor="#00FF00">0.01 (3 verified)</td><td bgcolor="#00FF00">0.16</td><td bgcolor="#00FF00">3.54</td><td>1.96</td><td bgcolor="#00FF00">0.27</td><td bgcolor="#00FF00">0.42</td><td bgcolor="#00FF00">0.02</td><td bgcolor="#00FF00">0.07</td><td bgcolor="#00FF00">2.76</td></tr>

</table>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.2884407290000013 0.320645828 0.073871427
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<html><body><h1>MyLibrary.Blocks.Examples.PID_Controller differences from the reference file</h1><p>startTime: 0</p><p>stopTime: 4</p><p>Simulated using tolerance: 1e-06</p><ul><li>spring.w_rel <a href="MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.spring.w_rel.html">(javascript)</a> <a href="MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.spring.w_rel.csv">(csv)</a></li>
<li>spring.phi_rel <a href="MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.spring.phi_rel.html">(javascript)</a> <a href="MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.spring.phi_rel.csv">(csv)</a></li>
<li>inertia1.w <a href="MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.inertia1.w.html">(javascript)</a> <a href="MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.inertia1.w.csv">(csv)</a></li>
<li>inertia1.phi <a href="MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.inertia1.phi.html">(javascript)</a> <a href="MyLibrary_dev-pr-3_MyLibrary.Blocks.Examples.PID_Controller.diff.inertia1.phi.csv">(csv)</a></li></ul></body></html>
Loading

0 comments on commit 63c8f17

Please sign in to comment.