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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments