
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@tekmemo/benchmark-kit
Advanced tools
Provider-neutral benchmarking toolkit for TekMemo packages and adapters.
@tekmemo/benchmark-kitProvider-neutral benchmarking toolkit for TekMemo packages and adapters.
This package helps benchmark:
It does not own production product behavior. It only measures it.
pnpm add -D @tekmemo/benchmark-kit
import {
BenchmarkRunner,
createBenchmarkSuite,
markdownBenchmarkReport
} from "@tekmemo/benchmark-kit";
const suite = createBenchmarkSuite({
name: "local-memory",
cases: [
{
name: "write-core-memory",
iterations: 100,
warmupIterations: 10,
async run() {
await store.write("memory/core.md", "# Core Memory");
}
}
]
});
const runner = new BenchmarkRunner();
const result = await runner.runSuite(suite);
console.log(markdownBenchmarkReport(result));
import { createRecallQueryBenchmarkCase } from "@tekmemo/benchmark-kit";
const benchmarkCase = createRecallQueryBenchmarkCase({
name: "upstash-query-top-10",
store,
query,
iterations: 100,
warmupIterations: 10
});
import { evaluateBenchmarkThresholds } from "@tekmemo/benchmark-kit";
const verdict = evaluateBenchmarkThresholds(result, {
maxP95Ms: 200,
maxErrorRate: 0.01
});
This package owns:
It does not own:
.tekmemo/ protocolFAQs
Provider-neutral benchmarking toolkit for TekMemo packages and adapters.
The npm package @tekmemo/benchmark-kit receives a total of 0 weekly downloads. As such, @tekmemo/benchmark-kit popularity was classified as not popular.
We found that @tekmemo/benchmark-kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.