Skip to content

Commit f89c046

Browse files
committed
chore: update packages README.md
1 parent 38c5496 commit f89c046

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/benchmark.js-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Benchmark.js compatibility layer for CodSpeed
66
[![CI](https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml/badge.svg)](https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml)
77
[![npm (scoped)](https://img.shields.io/npm/v/@codspeed/benchmark.js-plugin)](https://www.npmjs.com/package/@codspeed/benchmark.js-plugin)
88
[![Discord](https://img.shields.io/badge/chat%20on-discord-7289da.svg)](https://discord.com/invite/MxpaCfKSqF)
9+
[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/CodSpeedHQ/codspeed-node)
910

1011
</div>
1112

packages/core/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ The core Node library used to integrate with Codspeed runners
66
[![CI](https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml/badge.svg)](https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml)
77
[![npm (scoped)](https://img.shields.io/npm/v/@codspeed/core)](https://www.npmjs.com/package/@codspeed/core)
88
[![Discord](https://img.shields.io/badge/chat%20on-discord-7289da.svg)](https://discord.com/invite/MxpaCfKSqF)
9+
[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/CodSpeedHQ/codspeed-node)
910

1011
</div>
1112

12-
For now, this crate should not be used directly. Instead, use one of the integration crates:
13+
For now, this package should not be used directly. Instead, use one of the integration packages:
1314

14-
- `@codspeed/tinybench`
15-
- `@codspeed/benchmark.js`
15+
- [`@codspeed/vitest-plugin`](../vitest-plugin): vitest compatibility layer for CodSpeed
16+
- [`@codspeed/tinybench-plugin`](../tinybench-plugin): tinybench compatibility layer for CodSpeed
17+
- [`@codspeed/benchmark.js-plugin`](../benchmark.js-plugin): Benchmark.js compatibility layer for CodSpeed

packages/tinybench-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tinybench compatibility layer for CodSpeed
66
[![CI](https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml/badge.svg)](https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml)
77
[![npm (scoped)](https://img.shields.io/npm/v/@codspeed/tinybench-plugin)](https://www.npmjs.com/package/@codspeed/tinybench-plugin)
88
[![Discord](https://img.shields.io/badge/chat%20on-discord-7289da.svg)](https://discord.com/invite/MxpaCfKSqF)
9+
[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/CodSpeedHQ/codspeed-node)
910

1011
</div>
1112

0 commit comments

Comments
 (0)