Skip to content

Commit 3434aad

Browse files
time more tests
1 parent e699b5c commit 3434aad

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ end
103103
"ReturnType" => "wrong_return_type",
104104
"Error" => "erroring",
105105
"Undefined" => "undefined",
106-
])
106+
],
107+
show_timing=true)
107108
finally
108109
rm(tmp_app_source_dir; recursive=true)
109110
# Get rid of some local state
@@ -201,7 +202,7 @@ end
201202
create_library(tmp_lib_src_dir, lib_target_dir; incremental=incremental, force=true, filter_stdlibs=filter,
202203
precompile_execution_file=joinpath(lib_source_dir, "build", "generate_precompile.jl"),
203204
precompile_statements_file=joinpath(lib_source_dir, "build", "additional_precompile.jl"),
204-
lib_name=lib_name, version=v"1.0.0")
205+
lib_name=lib_name, version=v"1.0.0", show_timing=true)
205206
rm(tmp_lib_src_dir; recursive=true)
206207
end
207208

0 commit comments

Comments
 (0)