diff options
Diffstat (limited to 'src/tools/benchmark-builder/index.ts')
-rw-r--r-- | src/tools/benchmark-builder/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/benchmark-builder/index.ts b/src/tools/benchmark-builder/index.ts index b9dcf11..51eb805 100644 --- a/src/tools/benchmark-builder/index.ts +++ b/src/tools/benchmark-builder/index.ts @@ -8,4 +8,5 @@ export const tool = defineTool({ keywords: ['benchmark', 'builder', 'execution', 'duration', 'mean', 'variance'], component: () => import('./benchmark-builder.vue'), icon: SpeedFilled, + createdAt: new Date('2023-04-05'), }); |