We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1636f2a commit a55f1f2Copy full SHA for a55f1f2
.github/workflows/benchmark.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: julia-actions/setup-julia@latest
16
with:
17
- version: 'nightly'
+ version: '1.10'
18
- uses: julia-actions/julia-buildpkg@latest
19
- name: install dependencies
20
run: julia -e 'using Pkg; pkg"add PkgBenchmark [email protected]"'
test/test_jet.jl
@@ -1,3 +1,4 @@
1
+using Test
2
using QuantumClifford
3
using JET
4
using ArrayInterface
@@ -36,5 +37,5 @@ end
36
37
)
38
@show rep
39
@test_broken length(JET.get_reports(rep)) == 0
- @test length(JET.get_reports(rep)) <= 25
40
+ @test length(JET.get_reports(rep)) <= 28
41
end
0 commit comments