Benchmark
This commit is contained in:
@@ -65,6 +65,7 @@ export default defineConfig({
|
|||||||
{ text: 'Download', link: '/guides/download' },
|
{ text: 'Download', link: '/guides/download' },
|
||||||
{ text: 'Annotations', link: '/guides/annotations' },
|
{ text: 'Annotations', link: '/guides/annotations' },
|
||||||
{ text: 'Animations', link: '/guides/animations' },
|
{ text: 'Animations', link: '/guides/animations' },
|
||||||
|
{ text: 'Benchmark', link: '/guides/benchmarks' },
|
||||||
{ text: 'States', link: '/guides/states' },
|
{ text: 'States', link: '/guides/states' },
|
||||||
{ text: 'FAQ', link: '/guides/faq' },
|
{ text: 'FAQ', link: '/guides/faq' },
|
||||||
],
|
],
|
||||||
@@ -98,10 +99,10 @@ export default defineConfig({
|
|||||||
items: [
|
items: [
|
||||||
{text: 'Dropdown', link: 'references/elements/Dropdown'},
|
{text: 'Dropdown', link: 'references/elements/Dropdown'},
|
||||||
{text: 'Menu', link: 'references/elements/Menu'},
|
{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: 'Slider', link: 'references/elements/Slider'},
|
||||||
{text: 'ProgressBar', link: 'references/elements/ProgressBar'},
|
{text: 'ProgressBar', link: 'references/elements/ProgressBar'},
|
||||||
{text: 'Program', link: 'references/elements/Program'},
|
{text: 'Program', link: 'references/elements/Program'},
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ The benchmark results show:
|
|||||||
- Total execution time
|
- Total execution time
|
||||||
- Number of calls
|
- Number of calls
|
||||||
- Average execution time
|
- Average execution time
|
||||||
- Performance impact
|
|
||||||
|
|
||||||
## Best Practices
|
## Best Practices
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user