Skip to content

Commit 9049904

Browse files
author
github-action-benchmark
committed
add PHPantom Memory Usage (customSmallerIsBetter) benchmark result for 061b5ba
1 parent f2fd8ac commit 9049904

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": 1780750922227,
2+
"lastUpdate": 1780756378542,
33
"repoUrl": "https://github.com/PHPantom-dev/phpantom_lsp",
44
"entries": {
55
"PHPantom Memory Usage": [
@@ -10610,6 +10610,40 @@ window.BENCHMARK_DATA = {
1061010610
"unit": "MiB"
1061110611
}
1061210612
]
10613+
},
10614+
{
10615+
"commit": {
10616+
"author": {
10617+
"email": "anders@jenbo.dk",
10618+
"name": "Anders Jenbo",
10619+
"username": "AJenbo"
10620+
},
10621+
"committer": {
10622+
"email": "anders@jenbo.dk",
10623+
"name": "Anders Jenbo",
10624+
"username": "AJenbo"
10625+
},
10626+
"distinct": true,
10627+
"id": "061b5ba365186d4cc61685e1e6b7dcfa11148b9a",
10628+
"message": "Parse code actions once per request\n\nUse the shared parser cache across code action collectors so the file\nis parsed once instead of once per refactoring candidate. Migrate\nhelper call sites to `with_parsed_program` and drop redundant arena\nallocations, then remove the completed P19 performance todo and record\nthe user-visible speedup in the changelog.\n\nSigned-off-by: Anders Jenbo <anders@jenbo.dk>",
10629+
"timestamp": "2026-06-06T16:20:31+02:00",
10630+
"tree_id": "62426435032c121c8e70b50c3df772e68398d508",
10631+
"url": "https://github.com/PHPantom-dev/phpantom_lsp/commit/061b5ba365186d4cc61685e1e6b7dcfa11148b9a"
10632+
},
10633+
"date": 1780756377224,
10634+
"tool": "customSmallerIsBetter",
10635+
"benches": [
10636+
{
10637+
"name": "memory_hello_world",
10638+
"value": 33.2,
10639+
"unit": "MiB"
10640+
},
10641+
{
10642+
"name": "memory_laravel_model",
10643+
"value": 55.5,
10644+
"unit": "MiB"
10645+
}
10646+
]
1061310647
}
1061410648
]
1061510649
}

0 commit comments

Comments
 (0)