Update docs for chagnes since 1.2.2 #481
Triggered via pull request
November 30, 2024 18:22
Status
Failure
Total duration
24m 59s
Artifacts
–
CI.yml
on: pull_request
Julia 1 - ubuntu-latest - x64 - pull_request
1m 24s
Documentation
2m 30s
Typos
4s
Matrix: regression-tests
Matrix: test
Annotations
3 errors and 3 warnings
Documentation:
docs/src/migration.md#L108
doctest failure in src/migration.md:108-130
```jldoctest
julia> f() = sum(rand() for _ in 1:1000)
f (generic function with 1 method)
julia> g() = sum(rand() for _ in 1:1010)
g (generic function with 1 method)
julia> @b f,g
(1.121 μs, 1.132 μs)
julia> @b f,g
(1.063 μs, 1.073 μs)
julia> judge(minimum(@benchmark(f())), minimum(@benchmark(g())))
BenchmarkTools.TrialJudgement:
time: -5.91% => improvement (5.00% tolerance)
memory: +0.00% => invariant (1.00% tolerance)
julia> judge(minimum(@benchmark(f())), minimum(@benchmark(g())))
BenchmarkTools.TrialJudgement:
time: -0.78% => invariant (5.00% tolerance)
memory: +0.00% => invariant (1.00% tolerance)
```
Subexpression:
judge(minimum(@benchmark(f())), minimum(@benchmark(g())))
Evaluated output:
ERROR: LoadError: UndefVarError: `@benchmark` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
in expression starting at none:1
Expected output:
BenchmarkTools.TrialJudgement:
time: -5.91% => improvement (5.00% tolerance)
memory: +0.00% => invariant (1.00% tolerance)
diff =
Warning: Diff output requires color.
BenchmarkTools.TrialJudgement:
time: -5.91% => improvement (5.00% tolerance)
memory: +0.00% => invariant (1.00% tolerance)ERROR: LoadError: UndefVarError: `@benchmark` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
in expression starting at none:1
|
Documentation:
docs/src/migration.md#L108
doctest failure in src/migration.md:108-130
```jldoctest
julia> f() = sum(rand() for _ in 1:1000)
f (generic function with 1 method)
julia> g() = sum(rand() for _ in 1:1010)
g (generic function with 1 method)
julia> @b f,g
(1.121 μs, 1.132 μs)
julia> @b f,g
(1.063 μs, 1.073 μs)
julia> judge(minimum(@benchmark(f())), minimum(@benchmark(g())))
BenchmarkTools.TrialJudgement:
time: -5.91% => improvement (5.00% tolerance)
memory: +0.00% => invariant (1.00% tolerance)
julia> judge(minimum(@benchmark(f())), minimum(@benchmark(g())))
BenchmarkTools.TrialJudgement:
time: -0.78% => invariant (5.00% tolerance)
memory: +0.00% => invariant (1.00% tolerance)
```
Subexpression:
judge(minimum(@benchmark(f())), minimum(@benchmark(g())))
Evaluated output:
ERROR: LoadError: UndefVarError: `@benchmark` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
in expression starting at none:1
Expected output:
BenchmarkTools.TrialJudgement:
time: -0.78% => invariant (5.00% tolerance)
memory: +0.00% => invariant (1.00% tolerance)
diff =
Warning: Diff output requires color.
BenchmarkTools.TrialJudgement:
time: -0.78% => invariant (5.00% tolerance)
memory: +0.00% => invariant (1.00% tolerance)ERROR: LoadError: UndefVarError: `@benchmark` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
in expression starting at none:1
|
Documentation
Process completed with exit code 1.
|
Julia min - ubuntu-latest - x64 - pull_request
The Pkg.test bounds checking behavior cannot be changed before Julia 1.6. VERSION=1.0.0, julia_args=["--check-bounds=yes", "--compiled-modules=yes"]
|
Julia 1 - macOS-latest - x64 - pull_request
[setup-julia] x64 arch has been requested on a macOS runner that has an arm64 (Apple Silicon) architecture. You may have meant to use the "aarch64" arch instead (or left it unspecified for the correct default).
|
Julia min - ubuntu-latest - x86 - pull_request
The Pkg.test bounds checking behavior cannot be changed before Julia 1.6. VERSION=1.0.0, julia_args=["--check-bounds=yes", "--compiled-modules=yes"]
|