
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
orbit-db-benchmark-runner
Advanced tools
OrbitDB Benchmark Runner
npm i orbit-db-benchmark-runner
Check cli.js or use npx benchmarker -h
for help
If you want to run benchmarks in a folder have their file name end in .benchmark.js
.
Options:
-V, --version output the version number
-b, --benchmarks <path> benchmark folder or file (default: "./benchmarks")
-o, --output <file path> report output path (.html or .json)
-i, --baselines <path> baselines to use for comparison (.json output)
--no-node skip nodejs benchmarks
--no-browser skip browser benchmarks
npx benchmarker -o report.json
npx benchmarker -i report.json
benchmarks ran for comparison are best ran on their own machine or a machine with few other things happening in the background
Benchmark files must export an object with an asynchronous method benchmark
. The method takes 1 parameter benchmarker
which is used to control the recording and give information about the benchmark. Please see test.benchmark.js for an example.
If you think this could be better, please open an issue!
Please note that all interactions in @orbitdb fall under our Code of Conduct.
Note: The commits of this repository had to be fixed from the initial import. This means if you had forked the repo and had prepared contributions, you need now to rebase them against the latest master. There should not be any conflicts.
MIT © OrbitDB Community
FAQs
OrbitDB Benchmark Runner
The npm package orbit-db-benchmark-runner receives a total of 125 weekly downloads. As such, orbit-db-benchmark-runner popularity was classified as not popular.
We found that orbit-db-benchmark-runner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.