debug-verify-benchmark

Run mix test and IEx checks to benchmark ElixDb changes against industry standards.

4|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/8dazo/elix-db --skill debug-verify-benchmark
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: debug-verify-benchmark
Source: https://github.com/8dazo/elix-db/tree/main/.cursor/skills/debug-verify-benchmark
Command: npx skills add https://github.com/8dazo/elix-db --skill debug-verify-benchmark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers consistently verify and benchmark ElixDb changes against industry standards after each plan step, ensuring regression-free updates and transparent performance comparisons.

Core Features & Use Cases

  • Run tests, verify correctness, and collect performance metrics.
  • Compare results to industry benchmarks such as Qdrant/Milvus/pgvector and document efficiency notes.
  • Generate a report summarizing latency, throughput, recall, and resource usage for future reference.

Quick Start

Run the verification workflow after implementing a plan step by executing the benchmark script.

Frequently Asked Questions about debug-verify-benchmark

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I benchmark ElixDb changes against industry standards after each plan step?▼

To benchmark ElixDb changes against industry standards, run the verification workflow after each plan step to execute tests, perform interactive IEx checks, and document performance differences. This ensures regression-free updates and transparent performance comparisons.

What metrics are included in an ElixDb benchmark comparison report?▼

An ElixDb benchmark comparison report summarizes latency, throughput, recall, and resource usage. It compares these collected performance metrics against industry benchmarks to document efficiency notes for future reference.

When do I need to run ElixDb verification and regression checks?▼

You need to run ElixDb verification and regression checks after each plan step, specifically when vector store or API logic is modified. This ensures updates remain regression-free by validating correctness and collecting performance metrics.

Does the ElixDb verification workflow require IEx and mix test?▼

Yes, the ElixDb verification workflow requires running mix test and performing interactive checks in IEx. These steps validate correctness and collect performance metrics before generating a comparison report detailing latency, throughput, and recall.

How does ElixDb performance compare to other vector database benchmarks like Qdrant or Milvus?▼

ElixDb performance is compared against industry benchmarks such as Qdrant, Milvus, and pgvector. The verification process generates a report summarizing latency, throughput, recall, and resource usage to document efficiency differences.