Skip to content

Conversation

Drvi
Copy link
Collaborator

@Drvi Drvi commented Sep 17, 2025

@btime (try runtests("test", failures_first=true, name="aaa") catch end) # in RAICode, 7,1 threads
 master:    175.964 ms (2881429 allocations: 226.19 MiB)
 #225:      101.575 ms (2823433 allocations: 219.54 MiB)
 #225 + PR:  52.763 ms (1023628 allocations: 68.09 MiB)

This also means we're not validating every test item on every run -- only those that match the name will be evaluated.

@Drvi Drvi marked this pull request as draft September 17, 2025 22:25
@Drvi Drvi force-pushed the td-filter-on-tokens branch from eef17f7 to 456f1d1 Compare September 20, 2025 22:27
Random = "1"
Serialization = "1"
Sockets = "1"
StringViews = "1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can't (don't want) any non-stdlib deps... how much benefit does StringViews give us? Our options are (i think): drop it, reimplement a minimal version, vendor it


[compat]
Dates = "1"
JuliaSyntax = "0.4, 1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this we'd probably have to vendor

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

Successfully merging this pull request may close these issues.

2 participants