summaryrefslogtreecommitdiff
path: root/Documentation/performance.txt
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-09 23:19:08 +0200
committerJakob Unterwurzacher2016-10-09 23:19:08 +0200
commit40420cb4cd2997260fd00a2c1566ea62c146f6eb (patch)
treedc3cbeeb08ef3fea0875c2956ee51e357d7cbf00 /Documentation/performance.txt
parentb2aae7d36c95e70f0751c8a3a96d4cc07b7b836d (diff)
Update performance.txt for v1.1 release
Diffstat (limited to 'Documentation/performance.txt')
-rw-r--r--Documentation/performance.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/performance.txt b/Documentation/performance.txt
index 0bb79d5..ac526cd 100644
--- a/Documentation/performance.txt
+++ b/Documentation/performance.txt
@@ -8,6 +8,8 @@ UNTAR: time tar xfz ../linux-3.0.tar.gz
LS: time ls -lR linux-3.0 > /dev/null
RM: time rm -Rf linux-3.0
+(or just run ../benchmark.bash)
+
VERSION WRITE UNTAR LS RM
v0.4 48 1.5 5
v0.5-rc1 56 7 19
@@ -19,5 +21,5 @@ v0.7.2 26 1.8 4.3
v0.8 23 1.8 4.3
v0.9-rc2 94 24 1.8 4.5
v0.9 94 24 1.8 4.5
-v0.10
v0.11 104 22 1.7 4.5
+v1.1 104 20 1.5 3.4 (compiled using go1.7.1)