perfos 0.4.1

Benchmark parts of your Rust code with stats insights
Documentation
{
    "meta": {
        "states": [
            {
                "name": "todo",
                "hexColor": "#ff8f00",
                "icon": ""
            },
            {
                "name": "wip",
                "hexColor": "#ab47bc",
                "icon": ""
            },
            {
                "name": "done",
                "hexColor": "#66bb6a",
                "icon": ""
            }
        ]
    },
    "datas": [
        {
            "name": "git hooks",
            "state": "done",
            "id": 0,
            "timestamp": "28/12/2024",
            "subtasks": [
                {
                    "name": "pre-commit",
                    "state": "done",
                    "description": "tests, lint, audit, dependency",
                    "id": 1,
                    "timestamp": "28/12/2024"
                }
            ]
        }
    ]
}