A low-feature, dependency-free and performant test runner inspired by Rust and Deno
Prebuilt sharp for use with Linux (glibc) x64
Prebuilt sharp for use with Linux (musl) x64
Prebuilt sharp for use with Linux (glibc) 64-bit ARM
Prebuilt sharp for use with macOS 64-bit ARM
Prebuilt sharp for use with Linux (musl) 64-bit ARM
Prebuilt sharp for use with macOS x64
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
Prebuilt sharp for use with Linux (glibc) s390x
Prebuilt sharp for use with Linux (glibc) ARM (32-bit)
Prebuilt sharp for use with Linux (glibc) ppc64
Prebuilt sharp for use with Linux (glibc) RISC-V 64-bit
OpenTelemetry Exporter Jaeger allows user to send collected traces to Jaeger
OCI NodeJS client for Distributed Database Service
OCI NodeJS client for Globally Distributed Database Service
Get CI environment variables for parallelizing builds
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
Fisk, a distributed compile system
Fisk, a nice distributed compile system
OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications
This repository pulls data from multiple channels and massage them into the Custom Data Format. The data is then published to [@vscode/web-custom-data](https://www.npmjs.com/package/@vscode/web-custom-data) package and consumed in VS Code's [HTML](https:/
Parse template syntax
Prebuilt sharp for use with wasm32
A distributed semaphore library for Effect with pluggable backends
minitest-distributed is a plugin for minitest for executing tests on a distributed set of unreliable workers. When a test suite grows large enough, it inevitable gets too slow to run on a single machine to give timely feedback to developers. This plugins combats this issue by distributing the full test suite to a set of workers. Every worker is a consuming from a single queue, so the tests get evenly distributed and all workers will finish around the same time. Redis is used as coordinator, but when using this plugin without having access to Redis, it will use an in-memory coordinator. Using multiple (virtual) machines for a test run is an (additional) source of flakiness. To combat flakiness, minitest-distributed implements resiliency patterns, like re-running a test on a different worker on failure, and a circuit breaker for misbehaving workers.
Largely API compatible with test-unit / minitest, but with lots of extra modern niceties like a proper CLI, test distribution, etc.
This talk describes about the history of testing framework in Ruby. Ruby 2.2 bundles two testing frameworks. They are minitest and test-unit. Do you know why two testing frameworks are bundled? Do you know that test-unit was bundled and then removed from Ruby distribution? If you can't answer these questions and you're interested in testing framework, this talk will help you. This talk describes about the history of bundled testing framework in Ruby and some major testing frameworks for Ruby in chronological order.