# dotnet/crank

Benchmarking infrastructure for applications

Repository: https://github.com/dotnet/crank
Canonical: https://ross.abutalabs.com/products/dotnet-crank
Language: C#
License: MIT
License Family: permissive
Last push: 2026-09-02T20:21:46+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 35, longevity 100
- inputs: {"age_days": 2325, "days_push": 0, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1080, forks 111 (observed 2026-09-03T02:15:11.356084+00:00)

## What it is
Crank is Microsoft's benchmarking infrastructure used by the .NET team to run performance benchmarks, including TechEmpower web framework scenarios. It consists of a CLI controller that enqueues benchmark jobs and an agent service that executes them, with support for multi-tiered .NET or Docker-based applications.

## Use cases
- benchmark http server throughput and latency
- run techempower-style web framework benchmarks
- measure performance improvements of my application
- load test an api endpoint with wrk or bombardier
- collect performance traces during benchmarks
- benchmark multi-tier dockerized applications

## When to choose
- you need reproducible, automated HTTP benchmarking of web servers or APIs
- you want to compare performance across application configurations or frameworks
- you need to run TechEmpower-style scenarios with result storage and charting

## When to avoid
- you only need a quick one-off load test without infrastructure setup
- you need browser-based or client-side performance profiling
- you want simple GUI-driven benchmarking

## Facets
- artifact type: cli-tool
- maturity: active
- function: benchmarking, load-testing, http-client, cli, monitoring
- domain: performance, developer-tools, web-development, testing
- platform: windows, cross-platform, cli, dotnet
- tags: techempower, http-benchmarking, performance-measurement, dotnet-tool, tracing, microservices-benchmarking, linux, macos, docker

## Member repositories
- dotnet/crank (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:11.356084+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:51:27.372521+00:00, confidence not recorded.
  - readme: https://github.com/dotnet/crank (fetched 2026-09-03T02:15:11.356084+00:00, sha fb438d2f3f38)
- Data as of 2026-08-30T08:39:29.467469+00:00.
