Skip to content

Commit 7796dde

Browse files
author
github-action-benchmark
committed
add PHPantom Benchmarks (customSmallerIsBetter) benchmark result for 2d7f517
1 parent 3ae2727 commit 7796dde

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": 1775338146876,
2+
"lastUpdate": 1775338748119,
33
"repoUrl": "https://github.com/AJenbo/phpantom_lsp",
44
"entries": {
55
"PHPantom Benchmarks": [
@@ -4226,6 +4226,198 @@ window.BENCHMARK_DATA = {
42264226
"unit": "ms"
42274227
}
42284228
]
4229+
},
4230+
{
4231+
"commit": {
4232+
"author": {
4233+
"email": "anders@jenbo.dk",
4234+
"name": "Anders Jenbo",
4235+
"username": "AJenbo"
4236+
},
4237+
"committer": {
4238+
"email": "anders@jenbo.dk",
4239+
"name": "Anders Jenbo",
4240+
"username": "AJenbo"
4241+
},
4242+
"distinct": true,
4243+
"id": "2d7f5177dae40d0e0ac6b3a64d11d6a4a1f09d11",
4244+
"message": "Update dependencies",
4245+
"timestamp": "2026-04-04T23:30:19+02:00",
4246+
"tree_id": "8b703583634586037367f6517930f2ba8bd9b276",
4247+
"url": "https://github.com/AJenbo/phpantom_lsp/commit/2d7f5177dae40d0e0ac6b3a64d11d6a4a1f09d11"
4248+
},
4249+
"date": 1775338747782,
4250+
"tool": "customSmallerIsBetter",
4251+
"benches": [
4252+
{
4253+
"name": "cold_start_completion",
4254+
"value": 2.824,
4255+
"range": "± 0.063",
4256+
"unit": "ms"
4257+
},
4258+
{
4259+
"name": "completion_simple_class",
4260+
"value": 0.006,
4261+
"range": "± 0",
4262+
"unit": "ms"
4263+
},
4264+
{
4265+
"name": "completion_inheritance_depth/depth_5",
4266+
"value": 0.071,
4267+
"range": "± 0.001",
4268+
"unit": "ms"
4269+
},
4270+
{
4271+
"name": "completion_inheritance_depth/depth_10",
4272+
"value": 0.145,
4273+
"range": "± 0.001",
4274+
"unit": "ms"
4275+
},
4276+
{
4277+
"name": "completion_inheritance_depth/depth_20",
4278+
"value": 0.274,
4279+
"range": "± 0.003",
4280+
"unit": "ms"
4281+
},
4282+
{
4283+
"name": "completion_classmap_size/100_classes",
4284+
"value": 0.169,
4285+
"range": "± 0.002",
4286+
"unit": "ms"
4287+
},
4288+
{
4289+
"name": "completion_classmap_size/500_classes",
4290+
"value": 0.799,
4291+
"range": "± 0.003",
4292+
"unit": "ms"
4293+
},
4294+
{
4295+
"name": "completion_classmap_size/1000_classes",
4296+
"value": 1.586,
4297+
"range": "± 0.016",
4298+
"unit": "ms"
4299+
},
4300+
{
4301+
"name": "completion_generics_and_mixins",
4302+
"value": 0.049,
4303+
"range": "± 0",
4304+
"unit": "ms"
4305+
},
4306+
{
4307+
"name": "completion_with_narrowing",
4308+
"value": 0.015,
4309+
"range": "± 0",
4310+
"unit": "ms"
4311+
},
4312+
{
4313+
"name": "completion_5_method_chain",
4314+
"value": 0.011,
4315+
"range": "± 0",
4316+
"unit": "ms"
4317+
},
4318+
{
4319+
"name": "completion_cross_file_type_hint",
4320+
"value": 0.02,
4321+
"range": "± 0",
4322+
"unit": "ms"
4323+
},
4324+
{
4325+
"name": "completion_carbon_class",
4326+
"value": 3.309,
4327+
"range": "± 0.055",
4328+
"unit": "ms"
4329+
},
4330+
{
4331+
"name": "completion_yii_deep_hierarchy",
4332+
"value": 0.394,
4333+
"range": "± 0.009",
4334+
"unit": "ms"
4335+
},
4336+
{
4337+
"name": "completion_large_file",
4338+
"value": 0.195,
4339+
"range": "± 0.001",
4340+
"unit": "ms"
4341+
},
4342+
{
4343+
"name": "completion_short_file",
4344+
"value": 0.019,
4345+
"range": "± 0",
4346+
"unit": "ms"
4347+
},
4348+
{
4349+
"name": "variable_completion/short",
4350+
"value": 0.013,
4351+
"range": "± 0",
4352+
"unit": "ms"
4353+
},
4354+
{
4355+
"name": "variable_completion/long",
4356+
"value": 0.087,
4357+
"range": "± 0.002",
4358+
"unit": "ms"
4359+
},
4360+
{
4361+
"name": "hover_method_call",
4362+
"value": 0.018,
4363+
"range": "± 0.001",
4364+
"unit": "ms"
4365+
},
4366+
{
4367+
"name": "goto_definition_method",
4368+
"value": 0.013,
4369+
"range": "± 0",
4370+
"unit": "ms"
4371+
},
4372+
{
4373+
"name": "update_ast_parse_time/100_lines",
4374+
"value": 0.191,
4375+
"range": "± 0.004",
4376+
"unit": "ms"
4377+
},
4378+
{
4379+
"name": "update_ast_parse_time/500_lines",
4380+
"value": 0.982,
4381+
"range": "± 0.007",
4382+
"unit": "ms"
4383+
},
4384+
{
4385+
"name": "update_ast_parse_time/2000_lines",
4386+
"value": 4.481,
4387+
"range": "± 0.029",
4388+
"unit": "ms"
4389+
},
4390+
{
4391+
"name": "reparse_500_line_file",
4392+
"value": 0.989,
4393+
"range": "± 0.021",
4394+
"unit": "ms"
4395+
},
4396+
{
4397+
"name": "diagnostics/fixture/lots_of_new_generic_objects",
4398+
"value": 0.029,
4399+
"range": "± 0",
4400+
"unit": "ms"
4401+
},
4402+
{
4403+
"name": "diagnostics/fixture/lots_of_new_objects",
4404+
"value": 0.028,
4405+
"range": "± 0.001",
4406+
"unit": "ms"
4407+
},
4408+
{
4409+
"name": "diagnostics/fixture/lots_of_missing_methods",
4410+
"value": 88.457,
4411+
"range": "± 0.325",
4412+
"unit": "ms"
4413+
},
4414+
{
4415+
"name": "diagnostics/fixture/method_chain",
4416+
"value": 0.513,
4417+
"range": "± 0.01",
4418+
"unit": "ms"
4419+
}
4420+
]
42294421
}
42304422
]
42314423
}

0 commit comments

Comments
 (0)