Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
STREAMBenchmark-jl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pc2-CI
Julia
STREAMBenchmark-jl
Commits
cc245fe6
Commit
cc245fe6
authored
2 years ago
by
Carsten Bauer
Browse files
Options
Downloads
Patches
Plain Diff
testitemrunner (#20)
parent
695297f3
Branches
carstenbauer/issue20
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#31807
canceled
2 years ago
Stage: test
Stage: coverage
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Project.toml
+3
-2
3 additions, 2 deletions
Project.toml
test/runtests.jl
+6
-6
6 additions, 6 deletions
test/runtests.jl
with
9 additions
and
8 deletions
Project.toml
+
3
−
2
View file @
cc245fe6
...
...
@@ -15,11 +15,12 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
BenchmarkTools
=
"0.6, 0.7, 1.0"
Downloads
=
"1.4"
LoopVectorization
=
"0.12"
TestItemRunner
=
"0.2"
julia
=
"1.6"
[extras]
TestItemRunner
=
"f8b46487-2199-4994-9208-9a1283c18c0a"
Test
=
"8dfed614-e22c-5e08-85e1-65c5234f0b40"
SafeTestsets
=
"1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
[targets]
test
=
[
"Test"
,
"
SafeTestsets
"
]
test
=
[
"Test"
,
"
TestItemRunner
"
]
This diff is collapsed.
Click to expand it.
test/runtests.jl
+
6
−
6
View file @
cc245fe6
using
SafeTestsets
using
TestItemRunner
Base
.
Threads
.
nthreads
()
>
1
||
(
@warn
"Running test suite with only a single thread!"
)
@
time
begin
@time
@safetestset
"Kernels"
begin
include
(
"kernels_test.jl"
)
end
@time
@safetestset
"Benchmark
s"
begin
include
(
"
benchmark
s_test.jl"
)
end
@time
@safetestset
"Original STREAM
"
begin
include
(
"
original_STREAM
_test.jl"
)
end
end
@
run_package_tests
@testitem
"Kernel
s"
begin
include
(
"
kernel
s_test.jl"
)
end
@testitem
"Benchmarks
"
begin
include
(
"
benchmarks
_test.jl"
)
end
@testitem
"Original STREAM"
begin
include
(
"original_STREAM_test.jl"
)
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment