Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fsleyes
fsleyes
Commits
333990f8
Commit
333990f8
authored
May 03, 2022
by
Paul McCarthy
🚵
Browse files
TEST: update some benchmarks
parent
aa8a7375
Changes
3
Show whitespace changes
Inline
Side-by-side
.ci/test_template.sh
View file @
333990f8
...
...
@@ -84,31 +84,29 @@ if [[ "$MACOS_OVERLAY_TEST" == "" ]]; then
status
=
`
cat
status
`
failed
=
$status
sleep
5
else
failed
=
0
fi
# Remaining tests are all off-screen,
# so we
can use osmesa
# so we
don't need xvfb
((
pytest
--cov-report
=
--cov-append
-m
"clitest"
&&
echo
"0"
>
status
)
||
echo
"1"
>
status
)
||
true
status
=
`
cat
status
`
failed
=
`
echo
"
$status
+
$failed
"
| bc
`
sleep
5
# test overlay types for different GL profiles
# test overlay types for different GL profiles
- gl14 first
export
FSLEYES_TEST_GL
=
1.4
((
pytest
--cov-report
=
--cov-append
-m
"overlayclitest"
&&
echo
"0"
>
status
)
||
echo
"1"
>
status
)
||
true
status
=
`
cat
status
`
failed
=
`
echo
"
$status
+
$failed
"
| bc
`
sleep
5
# gl21 compatibility
export
FSLEYES_TEST_GL
=
2.1
((
pytest
--cov-report
=
--cov-append
-m
"overlayclitest"
&&
echo
"0"
>
status
)
||
echo
"1"
>
status
)
||
true
status
=
`
cat
status
`
failed
=
`
echo
"
$status
+
$failed
"
| bc
`
sleep
5
# GL33-specific tests - only a
# couple of these at the moment
# (overlays/test_overlay_tractogram.py)
# GL33-specific tests
export
MESA_GL_VERSION_OVERRIDE
=
3.3
export
FSLEYES_TEST_GL
=
3.3
export
LOCAL_TEST_FSLEYES
=
1
...
...
fsleyes/tests/testdata/cli_tests/test_render_ortho_-cb_-ls_20_3d.nii.gz.png
View replaced file @
aa8a7375
View file @
333990f8
14.6 KB
|
W:
|
H:
13.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
fsleyes/tests/testdata/cli_tests/test_render_sceneopts_3d_-dl_-cb_tractogram_spirals.trk_-co_vdata_-cm_hsv.png
View replaced file @
aa8a7375
View file @
333990f8
15 KB
|
W:
|
H:
17.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment