Skip to content

Commit 8e0dc96

Browse files
author
github-action-benchmark
committed
add PHPantom Benchmarks (customSmallerIsBetter) benchmark result for 2a7e335
1 parent 245e590 commit 8e0dc96

1 file changed

Lines changed: 193 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 193 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1778344934150,
2+
"lastUpdate": 1778352050064,
33
"repoUrl": "https://github.com/AJenbo/phpantom_lsp",
44
"entries": {
55
"PHPantom Benchmarks": [
@@ -49922,6 +49922,198 @@ window.BENCHMARK_DATA = {
4992249922
"unit": "ms"
4992349923
}
4992449924
]
49925+
},
49926+
{
49927+
"commit": {
49928+
"author": {
49929+
"email": "kirnevartem30@gmail.com",
49930+
"name": "Artyom Kirnev",
49931+
"username": "AbyssWaIker"
49932+
},
49933+
"committer": {
49934+
"email": "anders@jenbo.dk",
49935+
"name": "Anders Jenbo",
49936+
"username": "AJenbo"
49937+
},
49938+
"distinct": true,
49939+
"id": "2a7e33556aa712dbef8cb69f09e613a1234775d6",
49940+
"message": "Add find references and rename for PHPDoc @property/@method",
49941+
"timestamp": "2026-05-09T20:31:54+02:00",
49942+
"tree_id": "c9b2c48a55439bd50ab6ec8227f26060b866ef4d",
49943+
"url": "https://github.com/AJenbo/phpantom_lsp/commit/2a7e33556aa712dbef8cb69f09e613a1234775d6"
49944+
},
49945+
"date": 1778352049098,
49946+
"tool": "customSmallerIsBetter",
49947+
"benches": [
49948+
{
49949+
"name": "cold_start_completion",
49950+
"value": 2.732,
49951+
"range": "± 0.026",
49952+
"unit": "ms"
49953+
},
49954+
{
49955+
"name": "completion_simple_class",
49956+
"value": 0.008,
49957+
"range": "± 0",
49958+
"unit": "ms"
49959+
},
49960+
{
49961+
"name": "completion_inheritance_depth/depth_5",
49962+
"value": 0.077,
49963+
"range": "± 0.001",
49964+
"unit": "ms"
49965+
},
49966+
{
49967+
"name": "completion_inheritance_depth/depth_10",
49968+
"value": 0.143,
49969+
"range": "± 0",
49970+
"unit": "ms"
49971+
},
49972+
{
49973+
"name": "completion_inheritance_depth/depth_20",
49974+
"value": 0.269,
49975+
"range": "± 0.009",
49976+
"unit": "ms"
49977+
},
49978+
{
49979+
"name": "completion_classmap_size/100_classes",
49980+
"value": 0.167,
49981+
"range": "± 0.001",
49982+
"unit": "ms"
49983+
},
49984+
{
49985+
"name": "completion_classmap_size/500_classes",
49986+
"value": 0.804,
49987+
"range": "± 0.003",
49988+
"unit": "ms"
49989+
},
49990+
{
49991+
"name": "completion_classmap_size/1000_classes",
49992+
"value": 1.592,
49993+
"range": "± 0.011",
49994+
"unit": "ms"
49995+
},
49996+
{
49997+
"name": "completion_generics_and_mixins",
49998+
"value": 0.053,
49999+
"range": "± 0",
50000+
"unit": "ms"
50001+
},
50002+
{
50003+
"name": "completion_with_narrowing",
50004+
"value": 0.016,
50005+
"range": "± 0",
50006+
"unit": "ms"
50007+
},
50008+
{
50009+
"name": "completion_5_method_chain",
50010+
"value": 0.012,
50011+
"range": "± 0",
50012+
"unit": "ms"
50013+
},
50014+
{
50015+
"name": "completion_cross_file_type_hint",
50016+
"value": 0.02,
50017+
"range": "± 0",
50018+
"unit": "ms"
50019+
},
50020+
{
50021+
"name": "completion_carbon_class",
50022+
"value": 3.593,
50023+
"range": "± 0.019",
50024+
"unit": "ms"
50025+
},
50026+
{
50027+
"name": "completion_yii_deep_hierarchy",
50028+
"value": 0.33,
50029+
"range": "± 0.01",
50030+
"unit": "ms"
50031+
},
50032+
{
50033+
"name": "completion_large_file",
50034+
"value": 0.201,
50035+
"range": "± 0.001",
50036+
"unit": "ms"
50037+
},
50038+
{
50039+
"name": "completion_short_file",
50040+
"value": 0.024,
50041+
"range": "± 0",
50042+
"unit": "ms"
50043+
},
50044+
{
50045+
"name": "variable_completion/short",
50046+
"value": 0.011,
50047+
"range": "± 0",
50048+
"unit": "ms"
50049+
},
50050+
{
50051+
"name": "variable_completion/long",
50052+
"value": 0.069,
50053+
"range": "± 0",
50054+
"unit": "ms"
50055+
},
50056+
{
50057+
"name": "hover_method_call",
50058+
"value": 0.066,
50059+
"range": "± 0.004",
50060+
"unit": "ms"
50061+
},
50062+
{
50063+
"name": "goto_definition_method",
50064+
"value": 0.058,
50065+
"range": "± 0.003",
50066+
"unit": "ms"
50067+
},
50068+
{
50069+
"name": "update_ast_parse_time/100_lines",
50070+
"value": 0.171,
50071+
"range": "± 0.001",
50072+
"unit": "ms"
50073+
},
50074+
{
50075+
"name": "update_ast_parse_time/500_lines",
50076+
"value": 1.007,
50077+
"range": "± 0.021",
50078+
"unit": "ms"
50079+
},
50080+
{
50081+
"name": "update_ast_parse_time/2000_lines",
50082+
"value": 5.62,
50083+
"range": "± 0.101",
50084+
"unit": "ms"
50085+
},
50086+
{
50087+
"name": "reparse_500_line_file",
50088+
"value": 1.019,
50089+
"range": "± 0.012",
50090+
"unit": "ms"
50091+
},
50092+
{
50093+
"name": "diagnostics/fixture/lots_of_new_generic_objects",
50094+
"value": 0.032,
50095+
"range": "± 0",
50096+
"unit": "ms"
50097+
},
50098+
{
50099+
"name": "diagnostics/fixture/lots_of_new_objects",
50100+
"value": 0.03,
50101+
"range": "± 0",
50102+
"unit": "ms"
50103+
},
50104+
{
50105+
"name": "diagnostics/fixture/lots_of_missing_methods",
50106+
"value": 45.899,
50107+
"range": "± 0.699",
50108+
"unit": "ms"
50109+
},
50110+
{
50111+
"name": "diagnostics/fixture/method_chain",
50112+
"value": 1.007,
50113+
"range": "± 0.017",
50114+
"unit": "ms"
50115+
}
50116+
]
4992550117
}
4992650118
]
4992750119
}

0 commit comments

Comments
 (0)