Skip to content

Commit b610976

Browse files
author
github-action-benchmark
committed
add PHPantom Memory Usage (customSmallerIsBetter) benchmark result for 4951466
1 parent a40a148 commit b610976

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": 1783129805516,
2+
"lastUpdate": 1783133877111,
33
"repoUrl": "https://github.com/PHPantom-dev/phpantom_lsp",
44
"entries": {
55
"PHPantom Memory Usage": [
@@ -11358,6 +11358,40 @@ window.BENCHMARK_DATA = {
1135811358
"unit": "MiB"
1135911359
}
1136011360
]
11361+
},
11362+
{
11363+
"commit": {
11364+
"author": {
11365+
"email": "cdwhite3@pm.me",
11366+
"name": "Caleb White",
11367+
"username": "calebdw"
11368+
},
11369+
"committer": {
11370+
"email": "anders@jenbo.dk",
11371+
"name": "Anders Jenbo",
11372+
"username": "AJenbo"
11373+
},
11374+
"distinct": true,
11375+
"id": "49514663cb372223ed2e90912f3882602cae8e30",
11376+
"message": "feat(code-action): convert arrow function to closure\n\nAdd a refactor.rewrite code action that converts arrow functions to\nanonymous closures: `fn($x) => $x * 2` becomes\n`function($x) { return $x * 2; }`.\n\nVariables from the outer scope used in the expression are automatically\ndetected and captured via a `use()` clause. `$this` is excluded since\nclosures bind it automatically (unless static). Nested arrow functions\nare handled by extending the parameter exclusion set.\n\nPreserves:\n- static keyword\n- Return type hints\n- Parameter type hints\n\nIncludes 10 unit tests covering: simple expressions, type hints,\nstatic arrows, single/multiple variable capture, $this exclusion,\nparameter exclusion, method calls with captures, and deduplication.\n\nCloses #148\n\nSigned-off-by: Anders Jenbo <anders@jenbo.dk>",
11377+
"timestamp": "2026-07-04T04:44:50+02:00",
11378+
"tree_id": "6275e493402db7f8e802c2b9281d2e3d6452c0d2",
11379+
"url": "https://github.com/PHPantom-dev/phpantom_lsp/commit/49514663cb372223ed2e90912f3882602cae8e30"
11380+
},
11381+
"date": 1783133875592,
11382+
"tool": "customSmallerIsBetter",
11383+
"benches": [
11384+
{
11385+
"name": "memory_hello_world",
11386+
"value": 40.6,
11387+
"unit": "MiB"
11388+
},
11389+
{
11390+
"name": "memory_laravel_model",
11391+
"value": 61.6,
11392+
"unit": "MiB"
11393+
}
11394+
]
1136111395
}
1136211396
]
1136311397
}

0 commit comments

Comments
 (0)