Skip to content

Commit

Permalink
chore: add 100k benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jun 29, 2023
1 parent 3dd2439 commit 97ff180
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/studio/src/benchmark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ function Benchmark() {
>
Create 10k pages
</Button>
<span style={{ display: 'inline-block', width: '1rem' }} />
<Button
tone="positive"
loading={creating}
onClick={(event) => {
setCreating(true)
createDocuments(client, 100000)
.catch(setError)
.finally(() => setEditing(false))
}}
>
Create 100k pages
</Button>
</Box>
</Stack>
</Box>
Expand Down

13 comments on commit 97ff180

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-test-studio – ./apps/studio

preview-kit-test-studio.sanity.build
preview-kit-test-studio-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix – ./apps/remix

preview-kit-remix.sanity.build
preview-kit-remix-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-app-router – ./apps/next-app-router

preview-kit-next-app-router-git-main.sanity.build
preview-kit-next-app-router.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-pages-router-groq-store – ./apps/next-pages-router-groq-store

preview-kit-next-pages-router-groq-store.sanity.build
preview-kit-next-pages-router-groq-store-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-pages-router-live-store – ./apps/next-pages-router-live-store

preview-kit-next-pages-router-live-store.sanity.build
preview-kit-next-pages-router-live-store-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-app-router-no-store – ./apps/next-app-router-no-store

preview-kit-next-app-router-no-store.sanity.build
preview-kit-next-app-router-no-store-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-pages-router – ./apps/next-pages-router

preview-kit-next-pages-router-git-main.sanity.build
preview-kit-next-pages-router.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix-groq-store – ./apps/remix-groq-store

preview-kit-remix-groq-store.sanity.build
preview-kit-remix-groq-store-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix-live-store-lazy – ./apps/remix-live-store-lazy

preview-kit-remix-live-store-lazy.sanity.build
preview-kit-remix-live-store-lazy-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-app-router-live-store – ./apps/next-app-router-live-store

preview-kit-remix-qhfv.sanity.build
preview-kit-next-app-router-live-store-git-main.sanity.build
preview-kit-next-app-router-live-store.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix-live-store – ./apps/remix-live-store

preview-kit-remix-live-store.sanity.build
preview-kit-remix-live-store-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-next-app-router-groq-store – ./apps/next-app-router-groq-store

preview-kit-next-app-router-groq-store-git-main.sanity.build
preview-kit-next-app-router-groq-store.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 97ff180 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

preview-kit-remix-groq-store-lazy – ./apps/remix-groq-store-lazy

preview-kit-remix-groq-store-lazy-git-main.sanity.build
preview-kit-remix-groq-store-lazy.sanity.build

Please sign in to comment.