Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent 1901f8f commit b609d8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 20240716/l1-test-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
</head>
<body>
<h1>RPC Test</h1>
<iframe src="${dateFolder}/mergedReport.html" width="100%" height="600px"></iframe>
<iframe src="pass_07-16-2024_091605_sdk-test-report.html" width="100%" height="600px"></iframe>

<h1>Stake Test</h1>
<iframe src="${dateFolder}/report-stake.html" width="100%" height="600px"></iframe>
<iframe src="pass_07-16-2024_091605_sdk-test-report.html" width="100%" height="600px"></iframe>

<h1>Rewards Test</h1>
<iframe src="${dateFolder}/report-rewards.html" width="100%" height="600px"></iframe>
<iframe src="pass_07-16-2024_091605_sdk-test-report.html" width="100%" height="600px"></iframe>

<h1>Stress Test</h1>
<iframe src="${dateFolder}/stress_test.log" width="100%" height="600px"></iframe>
<iframe src="stress_test.log" width="100%" height="600px"></iframe>

<!-- Add more report sections as needed -->
</body>
Expand Down
6 changes: 6 additions & 0 deletions l1-test-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ <h1>Rewards Test</h1>
<h1>Stress Test</h1>
<iframe id="stressTest" width="100%" height="600px"></iframe>

<h1>Stress Test ==== </h1>
<iframe src="20240716/pass_07-16-2024_091605_sdk-test-report.html" width="100%" height="600px"></iframe>

<h1>Stress Test</h1>
<iframe src="20240716/stress_test.log" width="100%" height="600px"></iframe>

<!-- Add more report sections as needed -->
</body>
</html>

0 comments on commit b609d8f

Please sign in to comment.