Skip to content

Commit 15938a1

Browse files
author
github-action-benchmark
committed
add PHPantom Benchmarks (customSmallerIsBetter) benchmark result for 60ce94c
1 parent 9f194c8 commit 15938a1

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": 1781964603379,
2+
"lastUpdate": 1781965310618,
33
"repoUrl": "https://github.com/PHPantom-dev/phpantom_lsp",
44
"entries": {
55
"PHPantom Benchmarks": [
@@ -62018,6 +62018,198 @@ window.BENCHMARK_DATA = {
6201862018
"unit": "ms"
6201962019
}
6202062020
]
62021+
},
62022+
{
62023+
"commit": {
62024+
"author": {
62025+
"email": "cdwhite3@pm.me",
62026+
"name": "Caleb White",
62027+
"username": "calebdw"
62028+
},
62029+
"committer": {
62030+
"email": "anders@jenbo.dk",
62031+
"name": "Anders Jenbo",
62032+
"username": "AJenbo"
62033+
},
62034+
"distinct": true,
62035+
"id": "60ce94cd7d7b991297ac660fc9f46706a79a0f15",
62036+
"message": "feat(rename): link compact strings to local variables\n\nSigned-off-by: Anders Jenbo <anders@jenbo.dk>",
62037+
"timestamp": "2026-06-20T16:12:31+02:00",
62038+
"tree_id": "fd90a239cebb43ca90911f6c50f042ad7224e0f8",
62039+
"url": "https://github.com/PHPantom-dev/phpantom_lsp/commit/60ce94cd7d7b991297ac660fc9f46706a79a0f15"
62040+
},
62041+
"date": 1781965309531,
62042+
"tool": "customSmallerIsBetter",
62043+
"benches": [
62044+
{
62045+
"name": "cold_start_completion",
62046+
"value": 2.992,
62047+
"range": "± 0.117",
62048+
"unit": "ms"
62049+
},
62050+
{
62051+
"name": "completion_simple_class",
62052+
"value": 0.043,
62053+
"range": "± 0.004",
62054+
"unit": "ms"
62055+
},
62056+
{
62057+
"name": "completion_inheritance_depth/depth_5",
62058+
"value": 0.112,
62059+
"range": "± 0.008",
62060+
"unit": "ms"
62061+
},
62062+
{
62063+
"name": "completion_inheritance_depth/depth_10",
62064+
"value": 0.158,
62065+
"range": "± 0.007",
62066+
"unit": "ms"
62067+
},
62068+
{
62069+
"name": "completion_inheritance_depth/depth_20",
62070+
"value": 0.246,
62071+
"range": "± 0.008",
62072+
"unit": "ms"
62073+
},
62074+
{
62075+
"name": "completion_classmap_size/100_classes",
62076+
"value": 0.243,
62077+
"range": "± 0.008",
62078+
"unit": "ms"
62079+
},
62080+
{
62081+
"name": "completion_classmap_size/500_classes",
62082+
"value": 0.899,
62083+
"range": "± 0.023",
62084+
"unit": "ms"
62085+
},
62086+
{
62087+
"name": "completion_classmap_size/1000_classes",
62088+
"value": 1.75,
62089+
"range": "± 0.082",
62090+
"unit": "ms"
62091+
},
62092+
{
62093+
"name": "completion_generics_and_mixins",
62094+
"value": 0.118,
62095+
"range": "± 0.007",
62096+
"unit": "ms"
62097+
},
62098+
{
62099+
"name": "completion_with_narrowing",
62100+
"value": 0.055,
62101+
"range": "± 0.004",
62102+
"unit": "ms"
62103+
},
62104+
{
62105+
"name": "completion_5_method_chain",
62106+
"value": 0.05,
62107+
"range": "± 0.004",
62108+
"unit": "ms"
62109+
},
62110+
{
62111+
"name": "completion_cross_file_type_hint",
62112+
"value": 0.068,
62113+
"range": "± 0.008",
62114+
"unit": "ms"
62115+
},
62116+
{
62117+
"name": "completion_carbon_class",
62118+
"value": 3.595,
62119+
"range": "± 0.095",
62120+
"unit": "ms"
62121+
},
62122+
{
62123+
"name": "completion_yii_deep_hierarchy",
62124+
"value": 0.209,
62125+
"range": "± 0.008",
62126+
"unit": "ms"
62127+
},
62128+
{
62129+
"name": "completion_large_file",
62130+
"value": 0.251,
62131+
"range": "± 0.006",
62132+
"unit": "ms"
62133+
},
62134+
{
62135+
"name": "completion_short_file",
62136+
"value": 0.083,
62137+
"range": "± 0.007",
62138+
"unit": "ms"
62139+
},
62140+
{
62141+
"name": "variable_completion/short",
62142+
"value": 0.055,
62143+
"range": "± 0.005",
62144+
"unit": "ms"
62145+
},
62146+
{
62147+
"name": "variable_completion/long",
62148+
"value": 0.116,
62149+
"range": "± 0.005",
62150+
"unit": "ms"
62151+
},
62152+
{
62153+
"name": "hover_method_call",
62154+
"value": 0.093,
62155+
"range": "± 0.009",
62156+
"unit": "ms"
62157+
},
62158+
{
62159+
"name": "goto_definition_method",
62160+
"value": 0.074,
62161+
"range": "± 0.009",
62162+
"unit": "ms"
62163+
},
62164+
{
62165+
"name": "update_ast_parse_time/100_lines",
62166+
"value": 0.194,
62167+
"range": "± 0.002",
62168+
"unit": "ms"
62169+
},
62170+
{
62171+
"name": "update_ast_parse_time/500_lines",
62172+
"value": 1.06,
62173+
"range": "± 0.024",
62174+
"unit": "ms"
62175+
},
62176+
{
62177+
"name": "update_ast_parse_time/2000_lines",
62178+
"value": 5.607,
62179+
"range": "± 0.102",
62180+
"unit": "ms"
62181+
},
62182+
{
62183+
"name": "reparse_500_line_file",
62184+
"value": 1.058,
62185+
"range": "± 0.024",
62186+
"unit": "ms"
62187+
},
62188+
{
62189+
"name": "diagnostics/fixture/lots_of_new_generic_objects",
62190+
"value": 0.032,
62191+
"range": "± 0.001",
62192+
"unit": "ms"
62193+
},
62194+
{
62195+
"name": "diagnostics/fixture/lots_of_new_objects",
62196+
"value": 0.03,
62197+
"range": "± 0",
62198+
"unit": "ms"
62199+
},
62200+
{
62201+
"name": "diagnostics/fixture/lots_of_missing_methods",
62202+
"value": 47.576,
62203+
"range": "± 1.136",
62204+
"unit": "ms"
62205+
},
62206+
{
62207+
"name": "diagnostics/fixture/method_chain",
62208+
"value": 1.108,
62209+
"range": "± 0.02",
62210+
"unit": "ms"
62211+
}
62212+
]
6202162213
}
6202262214
]
6202362215
}

0 commit comments

Comments
 (0)