File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Benchmark.js compatibility layer for CodSpeed
6
6
[ ![ CI] ( https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml/badge.svg )] ( https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml )
7
7
[ ![ npm (scoped)] ( https://img.shields.io/npm/v/@codspeed/benchmark.js-plugin )] ( https://www.npmjs.com/package/@codspeed/benchmark.js-plugin )
8
8
[ ![ 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 )
9
10
10
11
</div >
11
12
Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ The core Node library used to integrate with Codspeed runners
6
6
[ ![ CI] ( https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml/badge.svg )] ( https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml )
7
7
[ ![ npm (scoped)] ( https://img.shields.io/npm/v/@codspeed/core )] ( https://www.npmjs.com/package/@codspeed/core )
8
8
[ ![ 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 )
9
10
10
11
</div >
11
12
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 :
13
14
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
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ tinybench compatibility layer for CodSpeed
6
6
[ ![ CI] ( https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml/badge.svg )] ( https://github.com/CodSpeedHQ/codspeed-node/actions/workflows/ci.yml )
7
7
[ ![ npm (scoped)] ( https://img.shields.io/npm/v/@codspeed/tinybench-plugin )] ( https://www.npmjs.com/package/@codspeed/tinybench-plugin )
8
8
[ ![ 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 )
9
10
10
11
</div >
11
12
You can’t perform that action at this time.
0 commit comments