)]}'
{
  "commit": "5744c55d131baf43b29a566e07e8a7375a7bfad2",
  "tree": "d2528c8a934255c82e583ba676636c3ee11872bf",
  "parents": [
    "d90b6fde07041d9d19ab71de32b461b613c899a1"
  ],
  "author": {
    "name": "lpardosixtosMs",
    "email": "94007365+lpardosixtosMs@users.noreply.github.com",
    "time": "Tue Nov 04 17:39:50 2025"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Nov 04 17:39:50 2025"
  },
  "message": "Remove mockup storage and inline styles from web componenets todoMVC (#521)\n\nCurrently most versions of TodoMVC use a mockup storage in the form of an array. This causes expensive array operations to be overrepresented in the benchmark (like splices in the delete100items step). Similarly inline style changes are used to manage the state of the list. This PR:\n\n1. Removes the lists of todo entries at the app and list level and keep them only as children of the todolist element.\n1. Remove inline styling of elements display, use css attribute selectors instead.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "877d0c29d0b86734cbf4938ad3f3a0ae278725b3",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-app/todo-app.component.js",
      "new_id": "ed4be34e06269b1d700722a230a52b55d4516fd3",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-app/todo-app.component.js"
    },
    {
      "type": "modify",
      "old_id": "cc0203c483f7d801b88db891d1c374177b0112a3",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-bottombar/todo-bottombar.component.js",
      "new_id": "914b52315969342f6121854b7e0d0784d5432755",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-bottombar/todo-bottombar.component.js"
    },
    {
      "type": "modify",
      "old_id": "4f34ca92d26188c2987ad6ce16ced462699d5596",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-bottombar/todo-bottombar.template.js",
      "new_id": "4a5e06f25eebeef3b30f6c6c67ce4a2eb9d3518b",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-bottombar/todo-bottombar.template.js"
    },
    {
      "type": "modify",
      "old_id": "a082628a8ba00d3db500bc396fc4d31439cb1553",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-item/todo-item.component.js",
      "new_id": "467eb6d6663d685df15601274f68e609d8b6ee1b",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-item/todo-item.component.js"
    },
    {
      "type": "modify",
      "old_id": "8e90e291fa72672cc005acc58f7c21e320d2b515",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-list/todo-list.component.js",
      "new_id": "ec6e093515d1eb6d48514f0e01db4ca5e2d649c6",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-list/todo-list.component.js"
    },
    {
      "type": "modify",
      "old_id": "dac383b958dd3e6e6afc607580d2f4fe90d1a316",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-list/todo-list.template.js",
      "new_id": "e92320b51e226368baa6e1efbf64fb2066be5ca0",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-list/todo-list.template.js"
    },
    {
      "type": "modify",
      "old_id": "f024d7ca1437a096f65cee53c3a43b786be3915e",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-topbar/todo-topbar.component.js",
      "new_id": "a81b0d19cd1964daa2e4caf6c10cb6c721593b0a",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-topbar/todo-topbar.component.js"
    },
    {
      "type": "modify",
      "old_id": "ce323b683def547d02774c996057d621f6318711",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-topbar/todo-topbar.template.js",
      "new_id": "e7e5286a3b63b7e5982023fc0942fab374b132b7",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components-complex/dist/components/todo-topbar/todo-topbar.template.js"
    },
    {
      "type": "modify",
      "old_id": "52be978d133bdd1be82df73731f9ec8b97c2848b",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-app/todo-app.component.js",
      "new_id": "674931e15514accfa8ccfcd6d649633294f382e0",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-app/todo-app.component.js"
    },
    {
      "type": "modify",
      "old_id": "b4ec1c3685c391f7511227314c1982a772b64cac",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-bottombar/todo-bottombar.component.js",
      "new_id": "c2b0611938d32ce1f5b94890335aa1a024bf7766",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-bottombar/todo-bottombar.component.js"
    },
    {
      "type": "modify",
      "old_id": "4f34ca92d26188c2987ad6ce16ced462699d5596",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-bottombar/todo-bottombar.template.js",
      "new_id": "4a5e06f25eebeef3b30f6c6c67ce4a2eb9d3518b",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-bottombar/todo-bottombar.template.js"
    },
    {
      "type": "modify",
      "old_id": "aa0302d5def53eee7c14fac54a03851c01d3aae3",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-item/todo-item.component.js",
      "new_id": "721dfbdbf2581aae408d925d2a5516ef65cfd193",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-item/todo-item.component.js"
    },
    {
      "type": "modify",
      "old_id": "be2efa91537346c0bcd2f560079428138d7a087b",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-list/todo-list.component.js",
      "new_id": "95a5683fed4ed571a0fe08013d4995e6bd7aacec",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-list/todo-list.component.js"
    },
    {
      "type": "modify",
      "old_id": "dac383b958dd3e6e6afc607580d2f4fe90d1a316",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-list/todo-list.template.js",
      "new_id": "e92320b51e226368baa6e1efbf64fb2066be5ca0",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-list/todo-list.template.js"
    },
    {
      "type": "modify",
      "old_id": "390d195b5d0db78d22f9b6636c74e0168f103123",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-topbar/todo-topbar.component.js",
      "new_id": "272d63ff1c830e0aa13b5a67df633b183fbc1ce0",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-topbar/todo-topbar.component.js"
    },
    {
      "type": "modify",
      "old_id": "ce323b683def547d02774c996057d621f6318711",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-topbar/todo-topbar.template.js",
      "new_id": "e7e5286a3b63b7e5982023fc0942fab374b132b7",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/dist/src/components/todo-topbar/todo-topbar.template.js"
    },
    {
      "type": "modify",
      "old_id": "691980f3ea6ef65d7073f6e62c35b30a70975fe3",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-app/todo-app.component.js",
      "new_id": "8c64616040f0eb0c73a91c10cff4f935afafc1a1",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-app/todo-app.component.js"
    },
    {
      "type": "modify",
      "old_id": "f5b8896c569970b33bda5d2f075691259ba179a9",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-bottombar/todo-bottombar.component.js",
      "new_id": "327970128cec51a1debe139ba6e5765be1bb476f",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-bottombar/todo-bottombar.component.js"
    },
    {
      "type": "modify",
      "old_id": "4f34ca92d26188c2987ad6ce16ced462699d5596",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-bottombar/todo-bottombar.template.js",
      "new_id": "4a5e06f25eebeef3b30f6c6c67ce4a2eb9d3518b",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-bottombar/todo-bottombar.template.js"
    },
    {
      "type": "modify",
      "old_id": "7a310bf829a34ba80d5bcb679870f7b69fa19da8",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-item/todo-item.component.js",
      "new_id": "15327c663678115565e781b199659fef478ec2af",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-item/todo-item.component.js"
    },
    {
      "type": "modify",
      "old_id": "766f4124bbd3d90eabff8823fbb6401f30cc8e00",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-list/todo-list.component.js",
      "new_id": "c80b7970aec143ab61a0e790eb1df80c66d92530",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-list/todo-list.component.js"
    },
    {
      "type": "modify",
      "old_id": "dac383b958dd3e6e6afc607580d2f4fe90d1a316",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-list/todo-list.template.js",
      "new_id": "e92320b51e226368baa6e1efbf64fb2066be5ca0",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-list/todo-list.template.js"
    },
    {
      "type": "modify",
      "old_id": "973fb061479cdedbe69f9ae2c265c9995629dbe3",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-topbar/todo-topbar.component.js",
      "new_id": "e7c2fcc795727dba18e6440d7eadbb5efbf2c238",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-topbar/todo-topbar.component.js"
    },
    {
      "type": "modify",
      "old_id": "ce323b683def547d02774c996057d621f6318711",
      "old_mode": 33188,
      "old_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-topbar/todo-topbar.template.js",
      "new_id": "e7e5286a3b63b7e5982023fc0942fab374b132b7",
      "new_mode": 33188,
      "new_path": "resources/todomvc/vanilla-examples/javascript-web-components/src/components/todo-topbar/todo-topbar.template.js"
    }
  ]
}
