diff options
author | 2017-07-14 16:38:48 -0600 | |
---|---|---|
committer | 2017-07-14 23:38:25 -0600 | |
commit | d5b1fc4cea623a0d1699c9c2e693415ac69ca667 (patch) | |
tree | d56a1b3e9b4fa20aa6e710c413d2defa52581c95 /Gopkg.lock | |
parent | feat(main): just enough to bakelite itself (diff) | |
download | bakelite-d5b1fc4cea623a0d1699c9c2e693415ac69ca667.tar.xz |
feat(main): run jobs in parallel
Ons systems with multiple CPUs, support running build jobs in parallel.
This is currently a naive implementation, which only supports running
`runtime.NumCPU()` jobs, with no additional configuration.
Diffstat (limited to 'Gopkg.lock')
-rw-r--r-- | Gopkg.lock | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Gopkg.lock b/Gopkg.lock new file mode 100644 index 0000000..19691af --- /dev/null +++ b/Gopkg.lock @@ -0,0 +1,15 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] + branch = "master" + name = "github.com/neelance/parallel" + packages = ["."] + revision = "4de9ce63d14c18517a79efe69e10e99d32c850c3" + +[solve-meta] + analyzer-name = "dep" + analyzer-version = 1 + inputs-digest = "5cee123e66d33e8e63ab1f1a2ae68b744798e2093d92a855bfa52f7465b4c6ca" + solver-name = "gps-cdcl" + solver-version = 1 |