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 0c7b1d6 commit f818d86Copy full SHA for f818d86
test/bench_simplify.jl
@@ -4,6 +4,9 @@
4
SIMPLE = false
5
T_REF = 48.0 # AMD Ryzen 7840U, Julia 1.11, no sys image [s]
6
# 37s with sys image
7
+if VERSION.minor==12
8
+ T_REF /= 0.85 # Julia 1.12 is about 15% slower on AMD Ryzen 7 7840U
9
+end
10
11
using Pkg
12
if ! ("Test" ∈ keys(Pkg.project().dependencies))
0 commit comments