You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/bench/data.js
+99-1Lines changed: 99 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
window.BENCHMARK_DATA={
2
-
"lastUpdate": 1788270486580,
2
+
"lastUpdate": 1788270489528,
3
3
"repoUrl": "https://github.com/evstack/ev-node",
4
4
"entries": {
5
5
"EVM Contract Roundtrip": [
@@ -51,6 +51,104 @@ window.BENCHMARK_DATA = {
51
51
}
52
52
]
53
53
}
54
+
],
55
+
"Block Executor Benchmark": [
56
+
{
57
+
"commit": {
58
+
"author": {
59
+
"email": "marko@baricevic.me",
60
+
"name": "Marko",
61
+
"username": "tac0turtle"
62
+
},
63
+
"committer": {
64
+
"email": "noreply@github.com",
65
+
"name": "GitHub",
66
+
"username": "web-flow"
67
+
},
68
+
"distinct": true,
69
+
"id": "cca63ca2a26cb19d24e9d81b113d3555fc6fbe3d",
70
+
"message": "fix(node): fail closed during sequencer recovery (#3443)\n\n* fix(node): fail closed during sequencer recovery\n\n* fix(sync): retry P2P init throughout catchup recovery\n\nDo not abandon P2P initialization after the 30s Start timeout when\ncatchup recovery requires continuity. Keep retrying in the background\nso P2PInitialized can still flip during waitForCatchup, and include\nreadiness flags in the timeout error.",
0 commit comments