You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@filtron/benchmark

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filtron/benchmark

Benchmark utilities and performance tests for Filtron packages

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@filtron/benchmark

Continuous performance benchmarks for Filtron using tinybench and CodSpeed to be run in CI

Overview

This package contains the benchmark suite for tracking Filtron's performance over time. Benchmarks run automatically on every commit and pull request via GitHub Actions, with results tracked by CodSpeed.

It also exports shared utilities for running package-specific benchmarks locally (e.g., bun run bench within individual packages).

Benchmarked packages:

  • @filtron/core - Parser performance
  • @filtron/sql - SQL generation overhead
  • @filtron/js - Filter creation and array filtering

Note: Benchmarks run via CodSpeed need Node.js

bun run bench

Keywords

benchmark

FAQs

Package last updated on 03 Jan 2026

Did you know?

Socket

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.

Install

Related posts