Skip to content

Commit ab53a13

Browse files
author
github-action-benchmark
committed
add PHPantom Benchmarks (cargo) benchmark result for cadd674
1 parent 6100856 commit ab53a13

1 file changed

Lines changed: 151 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 151 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1773807922584,
2+
"lastUpdate": 1773809533356,
33
"repoUrl": "https://github.com/AJenbo/phpantom_lsp",
44
"entries": {
55
"PHPantom Benchmarks": [
@@ -19394,6 +19394,156 @@ window.BENCHMARK_DATA = {
1939419394
"unit": "ns/iter"
1939519395
}
1939619396
]
19397+
},
19398+
{
19399+
"commit": {
19400+
"author": {
19401+
"email": "anders@jenbo.dk",
19402+
"name": "Anders Jenbo",
19403+
"username": "AJenbo"
19404+
},
19405+
"committer": {
19406+
"email": "anders@jenbo.dk",
19407+
"name": "Anders Jenbo",
19408+
"username": "AJenbo"
19409+
},
19410+
"distinct": true,
19411+
"id": "cadd674b7c4c681bf206b18cf299ec37901c4a5e",
19412+
"message": "Fix double-dollar in docblock variable completion",
19413+
"timestamp": "2026-03-18T05:46:26+01:00",
19414+
"tree_id": "fc05c125bbb4dcb50215574ee99ec8776e58afd2",
19415+
"url": "https://github.com/AJenbo/phpantom_lsp/commit/cadd674b7c4c681bf206b18cf299ec37901c4a5e"
19416+
},
19417+
"date": 1773809532925,
19418+
"tool": "cargo",
19419+
"benches": [
19420+
{
19421+
"name": "completion_simple_class",
19422+
"value": 552787,
19423+
"range": "± 4924",
19424+
"unit": "ns/iter"
19425+
},
19426+
{
19427+
"name": "completion_inheritance_depth/depth_5",
19428+
"value": 664499,
19429+
"range": "± 10917",
19430+
"unit": "ns/iter"
19431+
},
19432+
{
19433+
"name": "completion_inheritance_depth/depth_10",
19434+
"value": 791521,
19435+
"range": "± 4355",
19436+
"unit": "ns/iter"
19437+
},
19438+
{
19439+
"name": "completion_inheritance_depth/depth_20",
19440+
"value": 1028388,
19441+
"range": "± 24254",
19442+
"unit": "ns/iter"
19443+
},
19444+
{
19445+
"name": "completion_classmap_size/100_classes",
19446+
"value": 1110962,
19447+
"range": "± 10505",
19448+
"unit": "ns/iter"
19449+
},
19450+
{
19451+
"name": "completion_classmap_size/500_classes",
19452+
"value": 3382392,
19453+
"range": "± 31825",
19454+
"unit": "ns/iter"
19455+
},
19456+
{
19457+
"name": "completion_classmap_size/1000_classes",
19458+
"value": 6199268,
19459+
"range": "± 103418",
19460+
"unit": "ns/iter"
19461+
},
19462+
{
19463+
"name": "completion_generics_and_mixins",
19464+
"value": 683013,
19465+
"range": "± 8549",
19466+
"unit": "ns/iter"
19467+
},
19468+
{
19469+
"name": "completion_with_narrowing",
19470+
"value": 562156,
19471+
"range": "± 3210",
19472+
"unit": "ns/iter"
19473+
},
19474+
{
19475+
"name": "completion_5_method_chain",
19476+
"value": 546581,
19477+
"range": "± 2420",
19478+
"unit": "ns/iter"
19479+
},
19480+
{
19481+
"name": "completion_cross_file_type_hint",
19482+
"value": 570489,
19483+
"range": "± 5589",
19484+
"unit": "ns/iter"
19485+
},
19486+
{
19487+
"name": "update_ast_parse_time/100_lines",
19488+
"value": 691731,
19489+
"range": "± 6248",
19490+
"unit": "ns/iter"
19491+
},
19492+
{
19493+
"name": "update_ast_parse_time/500_lines",
19494+
"value": 1333721,
19495+
"range": "± 13501",
19496+
"unit": "ns/iter"
19497+
},
19498+
{
19499+
"name": "update_ast_parse_time/2000_lines",
19500+
"value": 3725269,
19501+
"range": "± 44898",
19502+
"unit": "ns/iter"
19503+
},
19504+
{
19505+
"name": "hover_method_call",
19506+
"value": 555424,
19507+
"range": "± 3624",
19508+
"unit": "ns/iter"
19509+
},
19510+
{
19511+
"name": "goto_definition_method",
19512+
"value": 535984,
19513+
"range": "± 2589",
19514+
"unit": "ns/iter"
19515+
},
19516+
{
19517+
"name": "reparse_500_line_file",
19518+
"value": 2330718,
19519+
"range": "± 31449",
19520+
"unit": "ns/iter"
19521+
},
19522+
{
19523+
"name": "diagnostics/fixture/lots_of_new_generic_objects",
19524+
"value": 13218,
19525+
"range": "± 60",
19526+
"unit": "ns/iter"
19527+
},
19528+
{
19529+
"name": "diagnostics/fixture/lots_of_new_objects",
19530+
"value": 12410,
19531+
"range": "± 87",
19532+
"unit": "ns/iter"
19533+
},
19534+
{
19535+
"name": "diagnostics/fixture/lots_of_missing_methods",
19536+
"value": 330441698,
19537+
"range": "± 1015442",
19538+
"unit": "ns/iter"
19539+
},
19540+
{
19541+
"name": "diagnostics/fixture/method_chain",
19542+
"value": 811527,
19543+
"range": "± 7279",
19544+
"unit": "ns/iter"
19545+
}
19546+
]
1939719547
}
1939819548
]
1939919549
}

0 commit comments

Comments
 (0)