Benchmark

This commit is contained in:
Robert Jelic
2025-02-23 14:04:15 +01:00
parent b5d57bce6f
commit eecb6e9dc1
2 changed files with 3 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ export default defineConfig({
{ text: 'Download', link: '/guides/download' },
{ text: 'Annotations', link: '/guides/annotations' },
{ text: 'Animations', link: '/guides/animations' },
{ text: 'Benchmark', link: '/guides/benchmarks' },
{ text: 'States', link: '/guides/states' },
{ text: 'FAQ', link: '/guides/faq' },
],
@@ -98,10 +99,10 @@ export default defineConfig({
items: [
{text: 'Dropdown', link: 'references/elements/Dropdown'},
{text: 'Menu', link: 'references/elements/Menu'},
{text: 'Table', link: 'references/elements/Table'},
{text: 'Tree', link: 'references/elements/Tree'},
]
},
{text: 'Table', link: 'references/elements/Table'},
{text: 'Tree', link: 'references/elements/Tree'},
{text: 'Slider', link: 'references/elements/Slider'},
{text: 'ProgressBar', link: 'references/elements/ProgressBar'},
{text: 'Program', link: 'references/elements/Program'},

View File

@@ -64,7 +64,6 @@ The benchmark results show:
- Total execution time
- Number of calls
- Average execution time
- Performance impact
## Best Practices