Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vitest plugin does not log bench results #36

Open
XantreDev opened this issue Aug 13, 2024 · 0 comments
Open

Vitest plugin does not log bench results #36

XantreDev opened this issue Aug 13, 2024 · 0 comments
Assignees

Comments

@XantreDev
Copy link

XantreDev commented Aug 13, 2024

If plugin enabled - vitest will not log any result

import { defineConfig } from 'vitest/config'
import codspeedPlugin from '@codspeed/vitest-plugin'
 
export default defineConfig({
    // for some reason it do not print results with plugin
    plugins: [codspeedPlugin()],
})

image

If it's disabled vitest logs results as expected

image

import { defineConfig } from 'vitest/config'
import codspeedPlugin from '@codspeed/vitest-plugin'

export default defineConfig({
    // for some reason it do not print results with plugin
    // plugins: [codspeedPlugin()],
})

Repro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants