Skip to content

Add StreamFlow benchmark suite for remotepath module - #963

Draft
GlassOfWhiskey wants to merge 2 commits into
masterfrom
streamflow-benchmarks
Draft

Add StreamFlow benchmark suite for remotepath module#963
GlassOfWhiskey wants to merge 2 commits into
masterfrom
streamflow-benchmarks

Add StreamFlow benchmark suite for remotepath module

0fa7792
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 24, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 119 in benchmark/conftest.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note test

Mixing implicit and explicit returns may indicate an error, as implicit returns always return None.