New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@tekmemo/benchmark-kit

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tekmemo/benchmark-kit

Provider-neutral benchmarking toolkit for TekMemo packages and adapters.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
2
-60%
Maintainers
2
Weekly downloads
 
Created
Source

@tekmemo/benchmark-kit

npm npm downloads CI Docs License: MIT TypeScript

Purpose

Benchmark kit. Provider-neutral benchmarking toolkit for package, provider, recall, and rerank performance tests.

Install

pnpm add @tekmemo/benchmark-kit

Quick start

import { createBenchmarkSuite } from "@tekmemo/benchmark-kit";

const suite = createBenchmarkSuite({ name: "recall-smoke" });

Boundary

This package owns its package-level contract only. It does not own TekMemo Cloud billing, dashboards, tenancy, hosted database storage, or provider secrets unless explicitly stated by its package name.

For hosted memory, use @tekmemo/cloud-client. For local file-backed memory, use tekmemo with @tekmemo/fs. For MCP tools, use @tekmemo/mcp-server.

Scripts

pnpm --filter @tekmemo/benchmark-kit typecheck
pnpm --filter @tekmemo/benchmark-kit test:run
pnpm --filter @tekmemo/benchmark-kit build
pnpm --filter @tekmemo/benchmark-kit lint:package

Docs

Publishing metadata

  • npm package: @tekmemo/benchmark-kit
  • publish visibility: public
  • runtime format: dual ESM/CJS
  • ESM output: dist/**/*.mjs + dist/**/*.d.mts
  • CJS output: dist/**/*.cjs + dist/**/*.d.cts
  • package contents: dist and README.md
  • package boundary: hosted cloud calls must go through @tekmemo/cloud-client unless this package is @tekmemo/cloud-client itself.

Publish readiness

Before publishing this package, run:

pnpm --filter @tekmemo/benchmark-kit release:check

The package-level check builds dist/, runs TypeScript and tests, runs publint, and performs npm pack --dry-run. Publish from CI with Changesets and npm trusted publishing/provenance after the root release preflight passes.

License

MIT.

Keywords

agents

FAQs

Package last updated on 11 May 2026

Related posts