Add walltime support for vitest plugin#49
Merged
GuillaumeLagrange merged 5 commits intoAug 19, 2025
Merged
Conversation
GuillaumeLagrange
force-pushed
the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
from
July 26, 2025 17:29
124dd9a to
b3ebc91
Compare
CodSpeed WallTime Performance ReportMerging #49 will degrade performances by 14.29%Comparing Summary
Benchmarks breakdown
|
CodSpeed Instrumentation Performance ReportMerging #49 will degrade performances by 66.79%Comparing Summary
Benchmarks breakdown
|
GuillaumeLagrange
force-pushed
the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
from
July 26, 2025 18:10
85f6528 to
7a1c502
Compare
GuillaumeLagrange
force-pushed
the
cod-1066-tinybench-nodejs-support-for-the-walltime-executor
branch
from
July 26, 2025 20:10
1944230 to
022c470
Compare
GuillaumeLagrange
force-pushed
the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
from
July 26, 2025 20:10
7a1c502 to
8245f30
Compare
GuillaumeLagrange
marked this pull request as ready for review
July 26, 2025 20:14
GuillaumeLagrange
force-pushed
the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
from
July 26, 2025 20:23
8245f30 to
fc28669
Compare
adriencaccia
force-pushed
the
cod-1066-tinybench-nodejs-support-for-the-walltime-executor
branch
from
July 29, 2025 16:34
7b3194b to
3086a30
Compare
adriencaccia
force-pushed
the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
from
July 29, 2025 16:34
a1527d5 to
56710b1
Compare
adriencaccia
force-pushed
the
cod-1066-tinybench-nodejs-support-for-the-walltime-executor
branch
from
July 30, 2025 10:02
3086a30 to
940276b
Compare
adriencaccia
force-pushed
the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
2 times, most recently
from
July 30, 2025 10:28
9b6bc65 to
e074ae9
Compare
adriencaccia
force-pushed
the
cod-1066-tinybench-nodejs-support-for-the-walltime-executor
branch
from
July 30, 2025 12:39
940276b to
bfb95e2
Compare
adriencaccia
force-pushed
the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
2 times, most recently
from
July 30, 2025 14:44
2ad03f2 to
0f4ab29
Compare
adriencaccia
force-pushed
the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
from
July 30, 2025 14:56
0f4ab29 to
c9d2169
Compare
adriencaccia
approved these changes
Jul 30, 2025
Base automatically changed from
cod-1066-tinybench-nodejs-support-for-the-walltime-executor
to
main
August 19, 2025 10:05
GuillaumeLagrange
deleted the
cod-241-vitest-nodejs-support-for-the-walltime-executor
branch
August 19, 2025 10:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Code is functional barring one issue: timing sleep benchmarks have some very low outliers min value (microseconds when waiting multiple miliseconds)
This appear to be the case when running vitest benches with the default runner, so not sure how we should behave here
Reproduced