aboutsummaryrefslogtreecommitdiff
path: root/src/tools/benchmark-builder/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/benchmark-builder/index.ts')
-rw-r--r--src/tools/benchmark-builder/index.ts1
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'),
});