benchmark test the redux-limiter package
A generic rate limiter for the web and node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
asynchronous function queue with adjustable concurrency
Node.js atomic and non-atomic counters, rate limiting tools, protection from DoS and brute-force attacks at scale
Rate limit middleware for Hono.
Simple in-memory rate-limit for Node.
Highly configurable and extensible rate limiter library
Limit the shell execution commands to <x> calls same time.
Rate limiter that supports a rolling window, either in-memory or backed by Redis
<div align="center">
Connect rate limiter
A generic rate limiter for the web and node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
Cloudflare stores and helper functions for hono-rate-limiter.
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
IP rate-limiting middleware for Koajs 2. Use to limit repeated requests to APIs and/or endpoints such as password reset.
This plugins uses [`graphql-rate-limit`](https://github.com/teamplanes/graphql-rate-limit#readme) in order to limit the rate of calling queries and mutations.
A modular rate limiter for SvelteKit. Use in password resets, account registration, etc.
Rate limiting package for AdonisJS framework
A rate limiter component for Convex. Define and use application-layer rate limits. Type-safe, transactional, fair, safe, and configurable sharding to scale.
A package for deliberately limiting the performance of React Native applications
rate limiter middleware for express applications
Throttle the speed of streams
TypeScript definitions for ratelimiter
JS/TS library that allows you to set per - time, per - user or per - anything limits for calling Firebase cloud functions
A mock server for testing out rate limiting in clients
Test your iOS projects on device despite the 100 device limit, by automatically switching to your personal team
A Mechanize based Capybara driver.
Creates an after suite hook in RSpec that dynamically creates and injects a new test case that expects the actual code coverage to be at least the lower limit set in SimpleCov.
Generates an array of random-walk data within user-specified limits and of an arbitrary length for use in testing.
tddium runs your rspec, cucumber, and test::unit tests in our managed cloud environment. You can run tests by hand, or enable our hosted CI to watch your git repos automatically. Tests run in parallel to save you time, and, if you use Rails, tddium takes care of setting up fresh isolated DB instances for each test instance. Tests can access a limited set of private Selenium RC servers.
RSpec Time Guard helps you identify and manage slow-running tests in your RSpec test suite by setting time limits on individual examples or globally across your test suite.
RSpec and Cucumber DSL that allows definition of processes with their arguments, working directory, time outs, port numbers etc. and start/stop them during test runs. Processes with same definitions can be pooled and reused between example runs to save time on startup/shutdown. Pooling supports limiting the number of running processes with LRU to limit memory used.
== FEATURES/PROBLEMS: - Simulate limit games of 2 to 11 players - Provide custom AI players to test out ideas - Track totals for each player to use with AI fitness evaluation == SYNOPSIS: # run a sample game, 5/10 limit, 10 players require 'rubygems' require 'rholdem'
rails_log_autotruncator is a simple patch for ActiveSupport::BufferedLogger that limits a log file size. Use it if you just don't want your rails project development or test log file becomes large.
A reporter for the minitest-reporters gem that more accurately mimics the behavior of the turn gem. Specifically, the test's status banner is now on the left, removing the need to limit the length of test names for the sake of aesthetics and readability (as in the case of Minitest::Reporters::SpecReporter included with the minitest-reporters gem).
Identities are interfaces. Sometimes it makes more sense to test an identity than a method- but then you don't want to limit flexibility. So why not let objects that claim to implement your interface identify as your object? IdentifiesAs permits objects to identify as if they are other types of objects.