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 9e92c03 commit 8e8d551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 20240716/output_EOA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":50,"blocks":[{"blockNum":"0x2b909","createdAt":1721118396,"numTxs":100,"gasUsed":"0x200b20","gasLimit":"0x01c9c380","gasUtilization":7}]}
2 changes: 1 addition & 1 deletion l1-test-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
document.getElementById("rpcTest").src = dateFolder + "/pass_07-16-2024_091605_sdk-test-report.html";
document.getElementById("stakeTest").src = dateFolder + "/pass_07-16-2024_091605_sdk-test-report.html";
document.getElementById("rewardsTest").src = dateFolder + "/pass_07-16-2024_091605_sdk-test-report.html";
document.getElementById("stressTest1").src = dateFolder + "/stress_test.log";
document.getElementById("stressTest1").src = dateFolder + "/output_EOA.json";
fetch(dateFolder + "/stress_test.log")
.then(response => response.text())
.then(data => {
Expand Down

0 comments on commit 8e8d551

Please sign in to comment.