Skip to content

Commit c94a734

Browse files
author
github-action-benchmark
committed
add PHPantom Benchmarks (cargo) benchmark result for 93cc1a8
1 parent cc6a571 commit c94a734

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": 1772745818176,
2+
"lastUpdate": 1772750158880,
33
"repoUrl": "https://github.com/AJenbo/phpantom_lsp",
44
"entries": {
55
"PHPantom Benchmarks": [
@@ -1394,6 +1394,156 @@ window.BENCHMARK_DATA = {
13941394
"unit": "ns/iter"
13951395
}
13961396
]
1397+
},
1398+
{
1399+
"commit": {
1400+
"author": {
1401+
"email": "anders@jenbo.dk",
1402+
"name": "Anders Jenbo",
1403+
"username": "AJenbo"
1404+
},
1405+
"committer": {
1406+
"email": "anders@jenbo.dk",
1407+
"name": "Anders Jenbo",
1408+
"username": "AJenbo"
1409+
},
1410+
"distinct": true,
1411+
"id": "93cc1a86253b4463d4bbc5012a3194ea226d7d6a",
1412+
"message": "Add implement missing methods action",
1413+
"timestamp": "2026-03-05T23:30:45+01:00",
1414+
"tree_id": "d1310a9142b4807713360dffa229915a4c8fb592",
1415+
"url": "https://github.com/AJenbo/phpantom_lsp/commit/93cc1a86253b4463d4bbc5012a3194ea226d7d6a"
1416+
},
1417+
"date": 1772750158032,
1418+
"tool": "cargo",
1419+
"benches": [
1420+
{
1421+
"name": "completion_simple_class",
1422+
"value": 28483,
1423+
"range": "± 550",
1424+
"unit": "ns/iter"
1425+
},
1426+
{
1427+
"name": "completion_inheritance_depth/depth_5",
1428+
"value": 127215,
1429+
"range": "± 2602",
1430+
"unit": "ns/iter"
1431+
},
1432+
{
1433+
"name": "completion_inheritance_depth/depth_10",
1434+
"value": 239514,
1435+
"range": "± 3522",
1436+
"unit": "ns/iter"
1437+
},
1438+
{
1439+
"name": "completion_inheritance_depth/depth_20",
1440+
"value": 472125,
1441+
"range": "± 4565",
1442+
"unit": "ns/iter"
1443+
},
1444+
{
1445+
"name": "completion_classmap_size/100_classes",
1446+
"value": 524844,
1447+
"range": "± 3672",
1448+
"unit": "ns/iter"
1449+
},
1450+
{
1451+
"name": "completion_classmap_size/500_classes",
1452+
"value": 2590771,
1453+
"range": "± 22886",
1454+
"unit": "ns/iter"
1455+
},
1456+
{
1457+
"name": "completion_classmap_size/1000_classes",
1458+
"value": 5287309,
1459+
"range": "± 141898",
1460+
"unit": "ns/iter"
1461+
},
1462+
{
1463+
"name": "completion_generics_and_mixins",
1464+
"value": 128941,
1465+
"range": "± 2083",
1466+
"unit": "ns/iter"
1467+
},
1468+
{
1469+
"name": "completion_with_narrowing",
1470+
"value": 36336,
1471+
"range": "± 337",
1472+
"unit": "ns/iter"
1473+
},
1474+
{
1475+
"name": "completion_5_method_chain",
1476+
"value": 26915,
1477+
"range": "± 514",
1478+
"unit": "ns/iter"
1479+
},
1480+
{
1481+
"name": "completion_cross_file_type_hint",
1482+
"value": 41447,
1483+
"range": "± 280",
1484+
"unit": "ns/iter"
1485+
},
1486+
{
1487+
"name": "update_ast_parse_time/100_lines",
1488+
"value": 139923,
1489+
"range": "± 3763",
1490+
"unit": "ns/iter"
1491+
},
1492+
{
1493+
"name": "update_ast_parse_time/500_lines",
1494+
"value": 660619,
1495+
"range": "± 37433",
1496+
"unit": "ns/iter"
1497+
},
1498+
{
1499+
"name": "update_ast_parse_time/2000_lines",
1500+
"value": 2586803,
1501+
"range": "± 9006",
1502+
"unit": "ns/iter"
1503+
},
1504+
{
1505+
"name": "hover_method_call",
1506+
"value": 31657,
1507+
"range": "± 413",
1508+
"unit": "ns/iter"
1509+
},
1510+
{
1511+
"name": "goto_definition_method",
1512+
"value": 18060,
1513+
"range": "± 155",
1514+
"unit": "ns/iter"
1515+
},
1516+
{
1517+
"name": "reparse_500_line_file",
1518+
"value": 1340240,
1519+
"range": "± 27323",
1520+
"unit": "ns/iter"
1521+
},
1522+
{
1523+
"name": "diagnostics/fixture/lots_of_new_generic_objects",
1524+
"value": 63546,
1525+
"range": "± 913",
1526+
"unit": "ns/iter"
1527+
},
1528+
{
1529+
"name": "diagnostics/fixture/lots_of_new_objects",
1530+
"value": 50513,
1531+
"range": "± 269",
1532+
"unit": "ns/iter"
1533+
},
1534+
{
1535+
"name": "diagnostics/fixture/lots_of_missing_methods",
1536+
"value": 92787664,
1537+
"range": "± 1215444",
1538+
"unit": "ns/iter"
1539+
},
1540+
{
1541+
"name": "diagnostics/fixture/method_chain",
1542+
"value": 519782,
1543+
"range": "± 13301",
1544+
"unit": "ns/iter"
1545+
}
1546+
]
13971547
}
13981548
]
13991549
}

0 commit comments

Comments
 (0)