Commit 93c750d8 authored by Evan Shaw's avatar Evan Shaw Committed by Rob Pike

gc benchmark: Update package list

Some old packages on the list were preventing this benchmark from working.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/820045
parent d97bbabb
...@@ -118,6 +118,7 @@ var packages = []string{ ...@@ -118,6 +118,7 @@ var packages = []string{
"bignum", "bignum",
"bufio", "bufio",
"bytes", "bytes",
"cmath",
"compress/flate", "compress/flate",
"compress/gzip", "compress/gzip",
"compress/zlib", "compress/zlib",
...@@ -127,13 +128,16 @@ var packages = []string{ ...@@ -127,13 +128,16 @@ var packages = []string{
"container/vector", "container/vector",
"crypto/aes", "crypto/aes",
"crypto/block", "crypto/block",
"crypto/blowfish",
"crypto/hmac", "crypto/hmac",
"crypto/md4", "crypto/md4",
"crypto/md5", "crypto/md5",
"crypto/rand",
"crypto/rc4", "crypto/rc4",
"crypto/rsa", "crypto/rsa",
"crypto/sha1", "crypto/sha1",
"crypto/sha256", "crypto/sha256",
"crypto/sha512",
"crypto/subtle", "crypto/subtle",
"crypto/tls", "crypto/tls",
"crypto/x509", "crypto/x509",
...@@ -154,9 +158,7 @@ var packages = []string{ ...@@ -154,9 +158,7 @@ var packages = []string{
"exp/datafmt", "exp/datafmt",
"exp/draw", "exp/draw",
"exp/eval", "exp/eval",
"exp/exception",
"exp/iterable", "exp/iterable",
"exp/parser",
"expvar", "expvar",
"flag", "flag",
"fmt", "fmt",
...@@ -170,6 +172,7 @@ var packages = []string{ ...@@ -170,6 +172,7 @@ var packages = []string{
"hash", "hash",
"hash/adler32", "hash/adler32",
"hash/crc32", "hash/crc32",
"hash/crc64",
"http", "http",
"image", "image",
"image/jpeg", "image/jpeg",
...@@ -179,7 +182,9 @@ var packages = []string{ ...@@ -179,7 +182,9 @@ var packages = []string{
"json", "json",
"log", "log",
"math", "math",
"mime",
"net", "net",
"nntp",
"once", "once",
"os", "os",
"os/signal", "os/signal",
...@@ -206,7 +211,7 @@ var packages = []string{ ...@@ -206,7 +211,7 @@ var packages = []string{
"time", "time",
"unicode", "unicode",
"utf8", "utf8",
"utf16",
"websocket", "websocket",
"xgb",
"xml", "xml",
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment