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 b6f5ba6 commit 1901f8f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 20240716/l1-test-report.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>L1 Devnet Test Report</title>
</head>
<body>
<h1>RPC Test</h1>
<iframe src="${dateFolder}/mergedReport.html" width="100%" height="600px"></iframe>

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

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

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

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

0 comments on commit 1901f8f

Please sign in to comment.