Skip to content

Commit 2ac5a29

Browse files
committed
chore: Update memory baselines
Verified fixes: - .opencode/strray/agents_template.md restored - All plugin references updated to .opencode/strray/ - Postinstall copies .opencode/ directory correctly - JS syntax validated
1 parent 89dcb3d commit 2ac5a29

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.opencode/state

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"memory:baseline": {
3-
"heapUsed": 12.52,
4-
"heapTotal": 19.66,
5-
"external": 2.52,
6-
"rss": 57.5,
7-
"timestamp": 1773226964530
3+
"heapUsed": 12.35,
4+
"heapTotal": 19.41,
5+
"external": 2.59,
6+
"rss": 57.23,
7+
"timestamp": 1773238638527
88
}
99
}

performance-baselines.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"module-import-performance": {
1111
"testName": "module-import-performance",
12-
"averageDuration": 14.642381689883917,
13-
"standardDeviation": 1.6078966884995018,
14-
"sampleCount": 603,
15-
"lastUpdated": 1773226951713,
12+
"averageDuration": 14.639798004918038,
13+
"standardDeviation": 1.609884512114533,
14+
"sampleCount": 610,
15+
"lastUpdated": 1773238636309,
1616
"tolerance": 10
1717
},
1818
"memory-usage-check": {
@@ -25,10 +25,10 @@
2525
},
2626
"test-execution-performance": {
2727
"testName": "test-execution-performance",
28-
"averageDuration": 0.10159543500979783,
29-
"standardDeviation": 0.009102260486907392,
30-
"sampleCount": 1531,
31-
"lastUpdated": 1773226951713,
28+
"averageDuration": 0.1016714906027223,
29+
"standardDeviation": 0.009225205667202854,
30+
"sampleCount": 1543,
31+
"lastUpdated": 1773238636309,
3232
"tolerance": 10
3333
}
3434
}

0 commit comments

Comments
 (0)