Skip to main content
Glama
deleonio
by deleonio
hydration.webdriver.ts541 B
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(); describe('Hydration Benchmark', () => { before(async () => { await browser.url(TEST_URL); }); for (const tag of TAGS) { it(`${tag}`, async () => await runBenchmark(tag, (fn: any, params: Params) => browser.execute(fn, params), RESULTS)); } after(() => { 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