Revision 242cdc5f6c06aaba99315bfcd41f8884ccc445a6 authored by Nick Robinson on 04 November 2022, 02:00:14 UTC, committed by GitHub on 04 November 2022, 02:00:14 UTC
* Add `@allocs` macro for getting number of allocations

* Rename to `@allocations`

* Add to docs

* Add news for `@allocations`
1 parent fadcbef
Raw File
download.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

cmd = `$(Base.julia_cmd()) --depwarn=no --startup-file=no download_exec.jl`
if !success(pipeline(cmd; stdout=stdout, stderr=stderr))
    error("download test failed, cmd : $cmd")
end
back to top