Skip to main content
Glama
deleonio
by deleonio
hydration.playwright.ts618 B
import { test } from '@playwright/test'; import { writeResultFile } from './lib/after'; import { runBenchmark } from './lib/browser'; import { createResultsMap, TAGS, TEST_URL } from './lib/config'; import type { Params } from './lib/types'; const RESULTS = createResultsMap(); test.describe('Hydration Benchmark', () => { test.beforeEach(async ({ page }) => { await page.goto(TEST_URL); }); for (const tag of TAGS) { test(`${tag}`, async ({ page }) => await runBenchmark(tag, (fn: any, params: Params) => page.evaluate(fn, params), RESULTS)); } test.afterAll(() => { writeResultFile(RESULTS); }); });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server