aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/testdata/src/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'go/ssa/testdata/src/README.txt')
-rw-r--r--go/ssa/testdata/src/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/go/ssa/testdata/src/README.txt b/go/ssa/testdata/src/README.txt
new file mode 100644
index 000000000..ee5909318
--- /dev/null
+++ b/go/ssa/testdata/src/README.txt
@@ -0,0 +1,5 @@
+These files are present to test building ssa on go files that use signatures from standard library packages.
+
+Only the exported members used by the tests are needed.
+
+Providing these decreases testing time ~10x (90s -> 8s) compared to building the standard library packages form source during tests. \ No newline at end of file