Skip to content

Commit 7d66b4a

Browse files
author
github-action-benchmark
committed
add PHPantom Memory Usage (customSmallerIsBetter) benchmark result for 71048b2
1 parent f1b8072 commit 7d66b4a

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

dev/memory/data.js

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1780727030723,
2+
"lastUpdate": 1780735781820,
33
"repoUrl": "https://github.com/PHPantom-dev/phpantom_lsp",
44
"entries": {
55
"PHPantom Memory Usage": [
@@ -10440,6 +10440,40 @@ window.BENCHMARK_DATA = {
1044010440
"unit": "MiB"
1044110441
}
1044210442
]
10443+
},
10444+
{
10445+
"commit": {
10446+
"author": {
10447+
"email": "anders@jenbo.dk",
10448+
"name": "Anders Jenbo",
10449+
"username": "AJenbo"
10450+
},
10451+
"committer": {
10452+
"email": "anders@jenbo.dk",
10453+
"name": "Anders Jenbo",
10454+
"username": "AJenbo"
10455+
},
10456+
"distinct": true,
10457+
"id": "71048b25e1224bca7e671d5468a61b03e76aaddb",
10458+
"message": "Coalesce whole-file requests and offload diagnostics\n\nAdd shared `(kind, uri)` request coalescing for expensive whole-file\nLSP handlers so superseded requests reuse the last result instead of\nstarting new full scans.\n\nMove fast and slow diagnostic collection onto the blocking pool and keep\npull diagnostics cache entries between edits, so pull requests return\ncached results while background recompute runs.\n\nAlso expose the cancel-safe blocking helper for reuse, clean up\ncoalescing state on file close, and update performance/changelog docs.\n\nSigned-off-by: Anders Jenbo <anders@jenbo.dk>",
10459+
"timestamp": "2026-06-06T10:36:53+02:00",
10460+
"tree_id": "45774e233f4369fbaca20a91079cdc0c82d0b716",
10461+
"url": "https://github.com/PHPantom-dev/phpantom_lsp/commit/71048b25e1224bca7e671d5468a61b03e76aaddb"
10462+
},
10463+
"date": 1780735780847,
10464+
"tool": "customSmallerIsBetter",
10465+
"benches": [
10466+
{
10467+
"name": "memory_hello_world",
10468+
"value": 35.3,
10469+
"unit": "MiB"
10470+
},
10471+
{
10472+
"name": "memory_laravel_model",
10473+
"value": 53.2,
10474+
"unit": "MiB"
10475+
}
10476+
]
1044310477
}
1044410478
]
1044510479
}

0 commit comments

Comments
 (0)