Skip to content

Instantly share code, notes, and snippets.

@kisom
Created April 30, 2013 14:05
Show Gist options
  • Save kisom/5488927 to your computer and use it in GitHub Desktop.
Save kisom/5488927 to your computer and use it in GitHub Desktop.
Go Benchmarks for the Beaglebone/Black
PASS
ok archive/tar 0.087s
*** Test killed: ran too long (10m0s).
FAIL archive/zip 600.056s
PASS
BenchmarkReaderCopyOptimal 20000 100551 ns/op
BenchmarkReaderCopyUnoptimal 10000 273210 ns/op
BenchmarkReaderCopyNoWriteTo 5000 334045 ns/op
BenchmarkWriterCopyOptimal 10000 282170 ns/op
BenchmarkWriterCopyUnoptimal 10000 272459 ns/op
BenchmarkWriterCopyNoReadFrom 5000 339253 ns/op
ok bufio 36.782s
? builtin [no test files]
PASS
BenchmarkReadString 10000 245855 ns/op 133.28 MB/s
BenchmarkBufferNotEmptyWriteRead 200 8853447 ns/op
BenchmarkBufferFullSmallReads 2000 1332548 ns/op
BenchmarkIndexByte32 10000000 204 ns/op 156.27 MB/s
BenchmarkIndexByte4K 100000 16719 ns/op 244.99 MB/s
BenchmarkIndexByte4M 50 31037268 ns/op 135.14 MB/s
BenchmarkIndexByte64M 5 499620150 ns/op 134.32 MB/s
BenchmarkIndexBytePortable32 5000000 476 ns/op 67.09 MB/s
BenchmarkIndexBytePortable4K 50000 49900 ns/op 82.08 MB/s
BenchmarkIndexBytePortable4M 50 66228268 ns/op 63.33 MB/s
BenchmarkIndexBytePortable64M 1 1060037126 ns/op 63.31 MB/s
BenchmarkEqual0 50000000 51.7 ns/op
BenchmarkEqual1 20000000 74.9 ns/op 13.35 MB/s
BenchmarkEqual6 20000000 100 ns/op 59.81 MB/s
BenchmarkEqual9 20000000 129 ns/op 69.39 MB/s
BenchmarkEqual15 10000000 161 ns/op 92.67 MB/s
BenchmarkEqual16 10000000 165 ns/op 96.88 MB/s
BenchmarkEqual20 10000000 185 ns/op 107.74 MB/s
BenchmarkEqual32 10000000 246 ns/op 130.08 MB/s
BenchmarkEqual4K 100000 20830 ns/op 196.64 MB/s
BenchmarkEqual4M 50 51185151 ns/op 81.94 MB/s
BenchmarkEqual64M 1 1260466625 ns/op 53.24 MB/s
BenchmarkEqualPort1 20000000 108 ns/op 9.22 MB/s
BenchmarkEqualPort6 10000000 221 ns/op 27.06 MB/s
BenchmarkEqualPort32 5000000 748 ns/op 42.76 MB/s
BenchmarkEqualPort4K 20000 83145 ns/op 49.26 MB/s
BenchmarkEqualPortable4M 20 118663875 ns/op 35.35 MB/s
BenchmarkEqualPortable64M 1 1854512333 ns/op 36.19 MB/s
BenchmarkIndex32 500000 3365 ns/op 9.51 MB/s
BenchmarkIndex4K 5000 506902 ns/op 8.08 MB/s
BenchmarkIndex4M 5 536458833 ns/op 7.82 MB/s
BenchmarkIndex64M 1 8581538001 ns/op 7.82 MB/s
BenchmarkIndexEasy32 5000000 389 ns/op 82.06 MB/s
BenchmarkIndexEasy4K 100000 16859 ns/op 242.95 MB/s
BenchmarkIndexEasy4M 50 30899622 ns/op 135.74 MB/s
BenchmarkIndexEasy64M 5 493992816 ns/op 135.85 MB/s
BenchmarkCount32 500000 3482 ns/op 9.19 MB/s
BenchmarkCount4K 5000 509861 ns/op 8.03 MB/s
BenchmarkCount4M 5 543529791 ns/op 7.72 MB/s
BenchmarkCount64M 1 8642481667 ns/op 7.76 MB/s
BenchmarkCountEasy32 5000000 395 ns/op 80.96 MB/s
BenchmarkCountEasy4K 100000 16867 ns/op 242.84 MB/s
BenchmarkCountEasy4M 50 30896223 ns/op 135.75 MB/s
BenchmarkCountEasy64M 5 494550991 ns/op 135.70 MB/s
BenchmarkFields 5 346460516 ns/op 3.03 MB/s
BenchmarkFieldsFunc 5 345447341 ns/op 3.04 MB/s
BenchmarkTrimSpace 2000000 882 ns/op
ok bytes 143.081s
PASS
ok compress/bzip2 0.514s
PASS
BenchmarkDecodeDigitsSpeed1e4 1000 2500055 ns/op 4.00 MB/s
BenchmarkDecodeDigitsSpeed1e5 100 22457408 ns/op 4.45 MB/s
BenchmarkDecodeDigitsSpeed1e6 10 221152362 ns/op 4.52 MB/s
BenchmarkDecodeDigitsDefault1e4 1000 2402972 ns/op 4.16 MB/s
BenchmarkDecodeDigitsDefault1e5 100 19520882 ns/op 5.12 MB/s
BenchmarkDecodeDigitsDefault1e6 10 187534350 ns/op 5.33 MB/s
BenchmarkDecodeDigitsCompress1e4 1000 2384871 ns/op 4.19 MB/s
BenchmarkDecodeDigitsCompress1e5 100 19586310 ns/op 5.11 MB/s
BenchmarkDecodeDigitsCompress1e6 10 188174650 ns/op 5.31 MB/s
BenchmarkDecodeTwainSpeed1e4 1000 2371903 ns/op 4.22 MB/s
BenchmarkDecodeTwainSpeed1e5 100 19365077 ns/op 5.16 MB/s
BenchmarkDecodeTwainSpeed1e6 10 188819525 ns/op 5.30 MB/s
BenchmarkDecodeTwainDefault1e4 1000 2162151 ns/op 4.63 MB/s
BenchmarkDecodeTwainDefault1e5 100 16382884 ns/op 6.10 MB/s
BenchmarkDecodeTwainDefault1e6 10 155026379 ns/op 6.45 MB/s
BenchmarkDecodeTwainCompress1e4 1000 2167958 ns/op 4.61 MB/s
BenchmarkDecodeTwainCompress1e5 100 16317521 ns/op 6.13 MB/s
BenchmarkDecodeTwainCompress1e6 10 154438204 ns/op 6.48 MB/s
BenchmarkEncodeDigitsSpeed1e4 500 6862429 ns/op 1.46 MB/s
BenchmarkEncodeDigitsSpeed1e5 50 48715708 ns/op 2.05 MB/s
BenchmarkEncodeDigitsSpeed1e6 5 475548158 ns/op 2.10 MB/s
BenchmarkEncodeDigitsDefault1e4 200 8937731 ns/op 1.12 MB/s
BenchmarkEncodeDigitsDefault1e5 10 221009158 ns/op 0.45 MB/s
BenchmarkEncodeDigitsDefault1e6 1 2438671792 ns/op 0.41 MB/s
BenchmarkEncodeDigitsCompress1e4 200 8986351 ns/op 1.11 MB/s
BenchmarkEncodeDigitsCompress1e5 10 215803050 ns/op 0.46 MB/s
BenchmarkEncodeDigitsCompress1e6 1 2441058459 ns/op 0.41 MB/s
BenchmarkEncodeTwainSpeed1e4 200 7958886 ns/op 1.26 MB/s
BenchmarkEncodeTwainSpeed1e5 50 49555875 ns/op 2.02 MB/s
BenchmarkEncodeTwainSpeed1e6 5 469961800 ns/op 2.13 MB/s
BenchmarkEncodeTwainDefault1e4 100 10979827 ns/op 0.91 MB/s
BenchmarkEncodeTwainDefault1e5 10 179542379 ns/op 0.56 MB/s
BenchmarkEncodeTwainDefault1e6 1 1950504667 ns/op 0.51 MB/s
BenchmarkEncodeTwainCompress1e4 100 11178035 ns/op 0.89 MB/s
BenchmarkEncodeTwainCompress1e5 10 222438279 ns/op 0.45 MB/s
BenchmarkEncodeTwainCompress1e6 1 2460396125 ns/op 0.41 MB/s
ok compress/flate 272.840s
PASS
ok compress/gzip 0.086s
PASS
BenchmarkDecoder1e4 1000 2549480 ns/op 3.92 MB/s
BenchmarkDecoder1e5 100 23596101 ns/op 4.24 MB/s
BenchmarkDecoder1e6 10 234712916 ns/op 4.26 MB/s
BenchmarkEncoder1e4 1000 2501271 ns/op 4.00 MB/s
BenchmarkEncoder1e5 100 20758586 ns/op 4.82 MB/s
BenchmarkEncoder1e6 10 201200258 ns/op 4.97 MB/s
ok compress/lzw 16.101s
PASS
ok compress/zlib 8.205s
PASS
BenchmarkDup 200 8348854 ns/op
ok container/heap 2.596s
PASS
ok container/list 0.061s
PASS
ok container/ring 0.096s
? crypto [no test files]
PASS
BenchmarkEncrypt 1000000 2237 ns/op 7.15 MB/s
BenchmarkDecrypt 1000000 2273 ns/op 7.04 MB/s
BenchmarkExpand 200000 8632 ns/op
ok crypto/aes 6.561s
PASS
ok crypto/cipher 0.072s
PASS
ok crypto/des 0.260s
*** Test killed: ran too long (10m0s).
FAIL crypto/dsa 600.008s
PASS
ok crypto/ecdsa 124.587s
PASS
BenchmarkBaseMult 50 29580491 ns/op
ok crypto/elliptic 5.430s
PASS
ok crypto/hmac 0.070s
PASS
BenchmarkHash8Bytes 500000 4620 ns/op 1.73 MB/s
BenchmarkHash1K 100000 15975 ns/op 64.10 MB/s
BenchmarkHash8K 20000 94163 ns/op 87.00 MB/s
BenchmarkHash8BytesUnaligned 500000 4674 ns/op 1.71 MB/s
BenchmarkHash1KUnaligned 50000 32447 ns/op 31.56 MB/s
BenchmarkHash8KUnaligned 10000 222080 ns/op 36.89 MB/s
ok crypto/md5 13.646s
PASS
ok crypto/rand 5.722s
PASS
BenchmarkRC4_128 1000000 2580 ns/op 49.61 MB/s
BenchmarkRC4_1K 100000 19826 ns/op 51.65 MB/s
BenchmarkRC4_8K 10000 156130 ns/op 51.85 MB/s
ok crypto/rc4 6.841s
PASS
BenchmarkRSA2048Decrypt 5 267263675 ns/op
Benchmark3PrimeRSA2048Decrypt 10 158294358 ns/op
ok crypto/rsa 28.387s
PASS
BenchmarkHash8Bytes 500000 6971 ns/op 1.15 MB/s
BenchmarkHash1K 20000 75770 ns/op 13.51 MB/s
BenchmarkHash8K 5000 563605 ns/op 14.54 MB/s
ok crypto/sha1 8.798s
PASS
BenchmarkHash8Bytes 200000 8665 ns/op 0.92 MB/s
BenchmarkHash1K 20000 98989 ns/op 10.34 MB/s
BenchmarkHash8K 5000 739888 ns/op 11.07 MB/s
ok crypto/sha256 8.657s
PASS
BenchmarkHash8Bytes 50000 40039 ns/op 0.20 MB/s
BenchmarkHash1K 5000 312905 ns/op 3.27 MB/s
BenchmarkHash8K 1000 2229250 ns/op 3.67 MB/s
ok crypto/sha512 6.549s
PASS
ok crypto/subtle 0.084s
PASS
ok crypto/tls 4.407s
PASS
ok crypto/x509 9.959s
? crypto/x509/pkix [no test files]
PASS
BenchmarkConcurrency 10 154162750 ns/op 2073564 B/op 20586 allocs/op
ok database/sql 2.243s
PASS
ok database/sql/driver 0.059s
PASS
ok debug/dwarf 0.084s
PASS
ok debug/elf 0.129s
PASS
ok debug/gosym 0.066s
PASS
ok debug/macho 0.078s
PASS
ok debug/pe 0.092s
PASS
ok encoding/ascii85 0.063s
PASS
ok encoding/asn1 0.080s
PASS
ok encoding/base32 0.070s
PASS
ok encoding/base64 0.070s
PASS
BenchmarkReadSlice1000Int32s 5000 543740 ns/op 7.36 MB/s
BenchmarkReadStruct 50000 31643 ns/op 2.21 MB/s
BenchmarkReadInts 200000 13208 ns/op 2.27 MB/s
BenchmarkWriteInts 200000 12563 ns/op 2.39 MB/s
BenchmarkPutUvarint32 5000000 590 ns/op 6.78 MB/s
BenchmarkPutUvarint64 1000000 1823 ns/op 4.39 MB/s
ok encoding/binary 15.592s
PASS
ok encoding/csv 0.067s
mallocs per encode of type Bench: 0.008
mallocs per decode of type Bench: 3
PASS
BenchmarkEndToEndPipe 50000 57261 ns/op
BenchmarkEndToEndByteBuffer 50000 38350 ns/op
ok encoding/gob 6.107s
PASS
ok encoding/hex 0.062s
PASS
BenchmarkCodeEncoder 5 783867958 ns/op 2.48 MB/s
BenchmarkCodeMarshal 5 813954100 ns/op 2.38 MB/s
BenchmarkCodeDecoder 1 2063374084 ns/op 0.94 MB/s
BenchmarkCodeUnmarshal 1 1960567875 ns/op 0.99 MB/s
BenchmarkCodeUnmarshalReuse 1 1959436375 ns/op
BenchmarkUnmarshalString 200000 10523 ns/op
BenchmarkUnmarshalFloat64 200000 10783 ns/op
BenchmarkUnmarshalInt64 200000 9837 ns/op
BenchmarkSkipValue 50 25917408 ns/op 9.34 MB/s
ok encoding/json 30.405s
PASS
ok encoding/pem 0.078s
PASS
BenchmarkMarshal 5000 328296 ns/op
BenchmarkUnmarshal 2000 1128332 ns/op
ok encoding/xml 4.205s
PASS
ok errors 0.060s
PASS
ok expvar 0.114s
flag provided but not defined: -x
flag needs an argument: -b
Usage of test:
-b=0: usage
PASS
ok flag 0.068s
PASS
BenchmarkSprintfEmpty 5000000 738 ns/op
BenchmarkSprintfString 500000 4610 ns/op
BenchmarkSprintfInt 500000 3994 ns/op
BenchmarkSprintfIntInt 500000 5140 ns/op
BenchmarkSprintfPrefixedInt 500000 6833 ns/op
BenchmarkSprintfFloat 200000 10522 ns/op
BenchmarkManyArgs 100000 15477 ns/op
BenchmarkScanInts 100 13450682 ns/op
BenchmarkScanRecursiveInt 100 21035084 ns/op
ok fmt 22.809s
PASS
ok go/ast 0.086s
PASS
ok go/build 36.196s
PASS
ok go/doc 0.439s
PASS
ok go/format 0.115s
PASS
BenchmarkParse 20 82327804 ns/op 0.74 MB/s
ok go/parser 2.062s
PASS
BenchmarkPrint 20 106808435 ns/op
ok go/printer 5.676s
PASS
BenchmarkScan 5000 336140 ns/op
BenchmarkScanFile 500 4791269 ns/op 3.55 MB/s
ok go/scanner 4.684s
PASS
ok go/token 0.316s
? hash [no test files]
PASS
BenchmarkAdler32KB 100000 13831 ns/op 74.03 MB/s
ok hash/adler32 1.651s
PASS
BenchmarkCrc32KB 100000 13805 ns/op 74.17 MB/s
ok hash/crc32 1.589s
PASS
BenchmarkCrc64KB 100000 21268 ns/op 48.15 MB/s
ok hash/crc64 2.409s
PASS
BenchmarkFnv32KB 100000 14772 ns/op 69.32 MB/s
BenchmarkFnv32aKB 100000 13750 ns/op 74.47 MB/s
BenchmarkFnv64KB 100000 29367 ns/op 34.87 MB/s
BenchmarkFnv64aKB 100000 29385 ns/op 34.85 MB/s
ok hash/fnv 9.698s
PASS
ok html 0.069s
PASS
BenchmarkCSSEscaper 50000 41105 ns/op
BenchmarkCSSEscaperNoSpecials 500000 6158 ns/op
BenchmarkDecodeCSS 100000 16210 ns/op
BenchmarkDecodeCSSNoSpecials 10000000 277 ns/op
BenchmarkCSSValueFilter 200000 10136 ns/op
BenchmarkCSSValueFilterOk 200000 12540 ns/op
BenchmarkEscapedExecute 10000 105508 ns/op
BenchmarkHTMLNospaceEscaper 50000 40216 ns/op
BenchmarkHTMLNospaceEscaperNoSpecials 500000 6656 ns/op
BenchmarkStripTags 50000 38235 ns/op
BenchmarkStripTagsNoSpecials 500000 4526 ns/op
BenchmarkJSValEscaperWithNum 100000 26245 ns/op
BenchmarkJSValEscaperWithStr 20000 84304 ns/op
BenchmarkJSValEscaperWithStrNoSpecials 100000 25950 ns/op
BenchmarkJSValEscaperWithObj 10000 107584 ns/op
BenchmarkJSValEscaperWithObjNoSpecials 50000 39873 ns/op
BenchmarkJSStrEscaperNoSpecials 500000 6487 ns/op
BenchmarkJSStrEscaper 50000 37687 ns/op
BenchmarkJSRegexpEscaperNoSpecials 500000 6935 ns/op
BenchmarkJSRegexpEscaper 50000 38776 ns/op
BenchmarkURLEscaper 50000 59805 ns/op
BenchmarkURLEscaperNoSpecials 500000 6082 ns/op
BenchmarkURLNormalizer 50000 43554 ns/op
BenchmarkURLNormalizerNoSpecials 500000 6719 ns/op
ok html/template 63.461s
PASS
ok image 2.805s
PASS
ok image/color 0.106s
PASS
BenchmarkFillOver 50 45126993 ns/op
BenchmarkFillSrc 5000 560649 ns/op
BenchmarkCopyOver 50 37293620 ns/op
BenchmarkCopySrc 1000 1872283 ns/op
BenchmarkNRGBAOver 50 40274738 ns/op
BenchmarkNRGBASrc 100 21026127 ns/op
BenchmarkYCbCr 100 22369240 ns/op
BenchmarkGlyphOver 100 11529944 ns/op
BenchmarkRGBA 10 158680450 ns/op
BenchmarkGenericOver 5 491965483 ns/op
BenchmarkGenericMaskOver 10 209108029 ns/op
BenchmarkGenericSrc 10 202850900 ns/op
BenchmarkGenericMaskSrc 5 308482908 ns/op
ok image/draw 31.000s
PASS
ok image/gif 0.068s
PASS
BenchmarkFDCT 50000 56319 ns/op
BenchmarkIDCT 50000 52396 ns/op
BenchmarkDecodeBaseline 100 22135073 ns/op 2.79 MB/s
BenchmarkDecodeProgressive 50 29378295 ns/op 2.10 MB/s
BenchmarkEncode 5 284532058 ns/op 4.32 MB/s
ok image/jpeg 15.197s
PASS
BenchmarkPaeth 50000000 50.7 ns/op
BenchmarkDecodeGray 100 12334185 ns/op 5.31 MB/s
BenchmarkDecodeNRGBAGradient 50 46309156 ns/op 5.66 MB/s
BenchmarkDecodeNRGBAOpaque 50 42846729 ns/op 6.12 MB/s
BenchmarkDecodePaletted 200 9666974 ns/op 6.78 MB/s
BenchmarkDecodeRGB 50 39793252 ns/op 6.59 MB/s
BenchmarkEncodeGray 50 68821768 ns/op 4.46 MB/s
BenchmarkEncodeNRGBOpaque 10 226926412 ns/op 5.41 MB/s
BenchmarkEncodeNRGBA 10 240965741 ns/op 5.10 MB/s
BenchmarkEncodePaletted 50 67939672 ns/op 4.52 MB/s
BenchmarkEncodeRGBOpaque 10 224435254 ns/op 5.48 MB/s
BenchmarkEncodeRGBA 5 528548966 ns/op 2.32 MB/s
ok image/png 32.835s
PASS
BenchmarkNewIndexRandom 1 4155087835 ns/op
BenchmarkNewIndexRepeat 1 10636848668 ns/op
BenchmarkSaveRestore 1 2435560959 ns/op 20.67 MB/s
ok index/suffixarray 95.466s
PASS
ok io 0.081s
PASS
ok io/ioutil 0.083s
PASS
ok log 0.074s
PASS
ok log/syslog 2.483s
PASS
BenchmarkAcos 1000000 1054 ns/op
BenchmarkAcosh 1000000 1410 ns/op
BenchmarkAsin 2000000 978 ns/op
BenchmarkAsinh 1000000 1559 ns/op
BenchmarkAtan 5000000 655 ns/op
BenchmarkAtanh 1000000 1406 ns/op
BenchmarkAtan2 1000000 1134 ns/op
BenchmarkCbrt 1000000 1739 ns/op
BenchmarkCeil 5000000 585 ns/op
BenchmarkCopysign 10000000 139 ns/op
BenchmarkCos 2000000 839 ns/op
BenchmarkCosh 500000 3090 ns/op
BenchmarkErf 5000000 668 ns/op
BenchmarkErfc 5000000 734 ns/op
BenchmarkExp 1000000 1461 ns/op
BenchmarkExpGo 1000000 1450 ns/op
BenchmarkExpm1 2000000 886 ns/op
BenchmarkExp2 1000000 1307 ns/op
BenchmarkExp2Go 1000000 1319 ns/op
BenchmarkAbs 50000000 58.8 ns/op
BenchmarkDim 5000000 411 ns/op
BenchmarkFloor 5000000 424 ns/op
BenchmarkMax 5000000 327 ns/op
BenchmarkMin 5000000 326 ns/op
BenchmarkMod 1000000 2989 ns/op
BenchmarkFrexp 5000000 474 ns/op
BenchmarkGamma 1000000 1486 ns/op
BenchmarkHypot 5000000 666 ns/op
BenchmarkHypotGo 5000000 651 ns/op
BenchmarkIlogb 5000000 503 ns/op
BenchmarkJ0 500000 4778 ns/op
BenchmarkJ1 500000 4764 ns/op
BenchmarkJn 200000 10071 ns/op
BenchmarkLdexp 5000000 505 ns/op
BenchmarkLgamma 2000000 978 ns/op
BenchmarkLog 1000000 1073 ns/op
BenchmarkLogb 5000000 524 ns/op
BenchmarkLog1p 1000000 1009 ns/op
BenchmarkLog10 1000000 1133 ns/op
BenchmarkLog2 1000000 1618 ns/op
BenchmarkModf 10000000 206 ns/op
BenchmarkNextafter 5000000 342 ns/op
BenchmarkPowInt 1000000 2176 ns/op
BenchmarkPowFrac 500000 4902 ns/op
BenchmarkPow10Pos 1000000 1213 ns/op
BenchmarkPow10Neg 1000000 1330 ns/op
BenchmarkRemainder 1000000 2565 ns/op
BenchmarkSignbit 20000000 79.9 ns/op
BenchmarkSin 2000000 836 ns/op
BenchmarkSincos 1000000 1058 ns/op
BenchmarkSinh 500000 3106 ns/op
BenchmarkSqrt 20000000 128 ns/op
BenchmarkSqrtGo 1000000 1601 ns/op
BenchmarkTan 2000000 947 ns/op
BenchmarkTanh 1000000 1754 ns/op
BenchmarkTrunc 5000000 398 ns/op
BenchmarkY0 500000 4812 ns/op
BenchmarkY1 500000 4821 ns/op
BenchmarkYn 200000 10243 ns/op
ok math 132.325s
*** Test killed: ran too long (10m0s).
FAIL math/big 600.011s
PASS
BenchmarkAbs 2000000 790 ns/op
BenchmarkAcos 500000 5359 ns/op
BenchmarkAcosh 500000 5473 ns/op
BenchmarkAsin 500000 5284 ns/op
BenchmarkAsinh 500000 5233 ns/op
BenchmarkAtan 500000 3522 ns/op
BenchmarkAtanh 500000 3568 ns/op
BenchmarkConj 50000000 50.0 ns/op
BenchmarkCos 500000 3118 ns/op
BenchmarkCosh 500000 3107 ns/op
BenchmarkExp 1000000 2808 ns/op
BenchmarkLog 500000 3506 ns/op
BenchmarkLog10 500000 3730 ns/op
BenchmarkPhase 1000000 1467 ns/op
BenchmarkPolar 1000000 2322 ns/op
BenchmarkPow 200000 11706 ns/op
BenchmarkRect 1000000 1347 ns/op
BenchmarkSin 500000 3107 ns/op
BenchmarkSinh 500000 3107 ns/op
BenchmarkSqrt 1000000 1621 ns/op
BenchmarkTan 200000 8393 ns/op
BenchmarkTanh 200000 8410 ns/op
ok math/cmplx 45.348s
PASS
BenchmarkInt63Threadsafe 5000000 318 ns/op
BenchmarkInt63Unthreadsafe 20000000 128 ns/op
BenchmarkIntn1000 5000000 388 ns/op
BenchmarkInt63n1000 500000 3113 ns/op
BenchmarkInt31n1000 5000000 356 ns/op
ok math/rand 13.610s
PASS
ok mime 0.069s
PASS
ok mime/multipart 4.043s
--- FAIL: TestPointToPointInterface (0.10 seconds)
interface_unix_test.go:63: testInterface.setup failed: exit status 1
--- FAIL: TestInterfaceArrivalAndDeparture (0.05 seconds)
interface_unix_test.go:113: testInterface.setup failed: exit status 2
FAIL
exit status 1
FAIL net 114.862s
PASS
BenchmarkHeaderWriteSubset 200000 13207 ns/op 0 B/op 0 allocs/op
BenchmarkReadRequestChrome 10000 128615 ns/op 4.75 MB/s 1032 B/op 22 allocs/op
BenchmarkReadRequestCurl 50000 66220 ns/op 1.18 MB/s 502 B/op 12 allocs/op
BenchmarkReadRequestApachebench 50000 66292 ns/op 1.24 MB/s 502 B/op 12 allocs/op
BenchmarkReadRequestSiege 20000 86788 ns/op 1.74 MB/s 576 B/op 16 allocs/op
BenchmarkReadRequestWrk 50000 43375 ns/op 0.92 MB/s 460 B/op 8 allocs/op
BenchmarkClientServer 2000 1065796 ns/op
BenchmarkClientServerParallel4 2000 1057219 ns/op
BenchmarkClientServerParallel64 2000 940887 ns/op
BenchmarkServer 500 2126887 ns/op
BenchmarkServerFakeConnNoKeepAlive 10000 272020 ns/op 1484 B/op 32 allocs/op
BenchmarkServerFakeConnWithKeepAlive 10000 217298 ns/op 1324 B/op 27 allocs/op
BenchmarkServerFakeConnWithKeepAliveLite 10000 120593 ns/op 601 B/op 12 allocs/op
BenchmarkServerHandlerTypeLen 10000 173210 ns/op 1020 B/op 19 allocs/op
BenchmarkServerHandlerNoLen 10000 156557 ns/op 1002 B/op 17 allocs/op
BenchmarkServerHandlerNoType 10000 163490 ns/op 1002 B/op 17 allocs/op
BenchmarkServerHandlerNoHeader 10000 119682 ns/op 601 B/op 12 allocs/op
ok net/http 120.549s
2013/04/30 07:29:40 cgi: copy error: write tcp 127.0.0.1:36982: connection reset by peer
PASS
ok net/http/cgi 2.284s
PASS
ok net/http/cookiejar 0.132s
PASS
ok net/http/fcgi 0.118s
PASS
ok net/http/httptest 0.136s
PASS
ok net/http/httputil 0.180s
? net/http/pprof [no test files]
PASS
ok net/mail 0.077s
2013/04/30 07:30:19 Test RPC server listening on 127.0.0.1:39834
2013/04/30 07:30:19 Test HTTP RPC server listening on 127.0.0.1:59265
2013/04/30 07:30:19 rpc: rpc: can't find method Arith.BadOperation
2013/04/30 07:30:19 rpc: rpc: can't find method Arith.Unknown
2013/04/30 07:30:19 rpc: gob: type mismatch: no fields matched compiling decoder for Args
2013/04/30 07:30:19 NewServer test RPC server listening on 127.0.0.1:53629
2013/04/30 07:30:19 rpc: rpc: can't find method Arith.BadOperation
2013/04/30 07:30:19 rpc: rpc: can't find method Arith.Unknown
2013/04/30 07:30:19 rpc: gob: type mismatch: no fields matched compiling decoder for Args
2013/04/30 07:30:19 method ReplyNotPointer reply type not a pointer: rpc.Reply
2013/04/30 07:30:19 rpc.Register: type ReplyNotPointer has no exported methods of suitable type
2013/04/30 07:30:19 ArgNotPublic argument type not exported: *rpc.local
2013/04/30 07:30:19 rpc.Register: type ArgNotPublic has no exported methods of suitable type
2013/04/30 07:30:19 method ReplyNotPublic reply type not exported: *rpc.local
2013/04/30 07:30:19 rpc.Register: type ReplyNotPublic has no exported methods of suitable type
2013/04/30 07:30:19 rpc.Register: type NeedsPtrType has no exported methods of suitable type (hint: pass a pointer to value of that type)
mallocs per rpc round trip: 13.05
mallocs per HTTP rpc round trip: 13.08
2013/04/30 07:30:19 rpc: client protocol error: unexpected EOF
PASS
BenchmarkEndToEnd 5000 399912 ns/op
BenchmarkEndToEndHTTP 5000 413481 ns/op
BenchmarkEndToEndAsync 5000 346683 ns/op
BenchmarkEndToEndAsyncHTTP 5000 255204 ns/op
ok net/rpc 7.715s
2013/04/30 07:30:34 rpc: jsonrpc: request body missing params
2013/04/30 07:30:34 rpc: rpc: service/method request ill-formed:
2013/04/30 07:30:34 rpc: rpc: server cannot decode request: invalid character 'i' looking for beginning of object key string
2013/04/30 07:30:34 rpc: client protocol error: invalid error <nil>
2013/04/30 07:30:34 rpc: rpc: server cannot decode request: unexpected error!
PASS
ok net/rpc/jsonrpc 0.151s
PASS
ok net/smtp 0.103s
PASS
BenchmarkReadMIMEHeader 10000 128373 ns/op 1082 B/op 23 allocs/op
BenchmarkUncommon 100000 21679 ns/op 263 B/op 5 allocs/op
ok net/textproto 3.774s
PASS
BenchmarkString 20000 93964 ns/op 1976 B/op 42 allocs/op
ok net/url 2.922s
PASS
ok os 0.290s
PASS
ok os/exec 7.815s
PASS
ok os/signal 3.586s
PASS
ok os/user 0.072s
PASS
ok path 0.072s
PASS
ok path/filepath 9.732s
PASS
BenchmarkFieldByName1 1000000 1482 ns/op
BenchmarkFieldByName2 50000 48372 ns/op
BenchmarkFieldByName3 5000 328218 ns/op
ok reflect 15.555s
PASS
BenchmarkLiteral 500000 3458 ns/op
BenchmarkNotLiteral 50000 42851 ns/op
BenchmarkMatchClass 50000 58452 ns/op
BenchmarkMatchClass_InRange 50000 54139 ns/op
BenchmarkReplaceAll 50000 54181 ns/op
BenchmarkAnchoredLiteralShortNonMatch 1000000 1588 ns/op
BenchmarkAnchoredLiteralLongNonMatch 1000000 1591 ns/op
BenchmarkAnchoredShortMatch 500000 4904 ns/op
BenchmarkAnchoredLongMatch 500000 4903 ns/op
BenchmarkMatchEasy0_32 1000000 1126 ns/op 28.40 MB/s
BenchmarkMatchEasy0_1K 500000 7214 ns/op 141.94 MB/s
BenchmarkMatchEasy0_32K 10000 180640 ns/op 181.40 MB/s
BenchmarkMatchEasy0_1M 200 9226452 ns/op 113.65 MB/s
BenchmarkMatchEasy0_32M 5 295717366 ns/op 113.47 MB/s
BenchmarkMatchEasy1_32 1000000 1192 ns/op 26.83 MB/s
BenchmarkMatchEasy1_1K 100000 22528 ns/op 45.45 MB/s
BenchmarkMatchEasy1_32K 2000 776564 ns/op 42.20 MB/s
BenchmarkMatchEasy1_1M 100 29045571 ns/op 36.10 MB/s
BenchmarkMatchEasy1_32M 5 929323058 ns/op 36.11 MB/s
BenchmarkMatchMedium_32 1000000 2050 ns/op 0.49 MB/s
BenchmarkMatchMedium_1K 5000 733133 ns/op 1.40 MB/s
BenchmarkMatchMedium_32K 100 23346004 ns/op 1.40 MB/s
BenchmarkMatchMedium_1M 5 751911966 ns/op 1.39 MB/s
BenchmarkMatchMedium_32M 1 24073169378 ns/op 1.39 MB/s
BenchmarkMatchHard_32 50000 38136 ns/op 0.84 MB/s
BenchmarkMatchHard_1K 2000 1173789 ns/op 0.87 MB/s
BenchmarkMatchHard_32K 50 37507212 ns/op 0.87 MB/s
BenchmarkMatchHard_1M 1 1205907417 ns/op 0.87 MB/s
BenchmarkMatchHard_32M 1 38577724380 ns/op 0.87 MB/s
ok regexp 489.353s
PASS
ok regexp/syntax 3.741s
PASS
BenchmarkAppend 5000000 730 ns/op
BenchmarkAppend1Byte 20000000 91.3 ns/op
BenchmarkAppend4Bytes 20000000 113 ns/op
BenchmarkAppend8Bytes 10000000 149 ns/op
BenchmarkAppend16Bytes 20000000 134 ns/op
BenchmarkAppend32Bytes 20000000 119 ns/op
BenchmarkAppendStr1Byte 50000000 69.9 ns/op
BenchmarkAppendStr4Bytes 20000000 87.2 ns/op
BenchmarkAppendStr8Bytes 20000000 124 ns/op
BenchmarkAppendStr16Bytes 20000000 105 ns/op
BenchmarkAppendStr32Bytes 20000000 115 ns/op
BenchmarkAppendSpecialCase 5000000 617 ns/op
BenchmarkSelectUncontended 1000000 2359 ns/op
BenchmarkSelectContended 1000000 2378 ns/op
BenchmarkSelectNonblock 1000000 1183 ns/op
BenchmarkChanUncontended 2000000 853 ns/op
BenchmarkChanContended 2000000 852 ns/op
BenchmarkChanSync 1000000 1385 ns/op
BenchmarkChanProdCons0 1000000 1420 ns/op
BenchmarkChanProdCons10 1000000 1043 ns/op
BenchmarkChanProdCons100 2000000 892 ns/op
BenchmarkChanProdConsWork0 500000 4797 ns/op
BenchmarkChanProdConsWork10 500000 4442 ns/op
BenchmarkChanProdConsWork100 500000 4291 ns/op
BenchmarkChanCreation 1000000 2726 ns/op
BenchmarkChanSem 2000000 856 ns/op
BenchmarkCallClosure 50000000 39.5 ns/op
BenchmarkCallClosure1 50000000 66.8 ns/op
BenchmarkCallClosure2 5000000 604 ns/op
BenchmarkCallClosure3 5000000 626 ns/op
BenchmarkCallClosure4 5000000 626 ns/op
BenchmarkComplex128DivNormal 1000000 1147 ns/op
BenchmarkComplex128DivNisNaN 5000000 594 ns/op
BenchmarkComplex128DivDisNaN 5000000 604 ns/op
BenchmarkComplex128DivNisInf 5000000 465 ns/op
BenchmarkComplex128DivDisInf 5000000 493 ns/op
BenchmarkConvT2ESmall 20000000 106 ns/op
BenchmarkConvT2EUintptr 100000000 12.2 ns/op
BenchmarkConvT2ELarge 5000000 684 ns/op
BenchmarkConvT2ISmall 10000000 157 ns/op
BenchmarkConvT2IUintptr 100000000 24.3 ns/op
BenchmarkConvT2ILarge 5000000 733 ns/op
BenchmarkConvI2E 50000000 50.6 ns/op
BenchmarkConvI2I 10000000 233 ns/op
BenchmarkAssertE2T 20000000 116 ns/op
BenchmarkAssertE2TLarge 20000000 124 ns/op
BenchmarkAssertE2I 10000000 250 ns/op
BenchmarkAssertI2T 20000000 116 ns/op
BenchmarkAssertI2I 10000000 251 ns/op
BenchmarkAssertI2E 50000000 51.1 ns/op
BenchmarkAssertE2E 100000000 11.2 ns/op
BenchmarkHashStringSpeed 1000000 1070 ns/op
BenchmarkHashInt32Speed 5000000 648 ns/op
BenchmarkHashInt64Speed 1000000 1067 ns/op
BenchmarkHashStringArraySpeed 1000000 2762 ns/op
BenchmarkMegMap 10000000 200 ns/op
BenchmarkMegOneMap 10000000 218 ns/op
BenchmarkMegEqMap 100 13081665 ns/op
BenchmarkMegEmptyMap 50000000 35.5 ns/op
BenchmarkSmallStrMap 10000000 229 ns/op
BenchmarkMapStringKeysEight_16 10000000 241 ns/op
BenchmarkMapStringKeysEight_32 10000000 206 ns/op
BenchmarkMapStringKeysEight_64 10000000 206 ns/op
BenchmarkMapStringKeysEight_1M 10000000 206 ns/op
BenchmarkIntMap 10000000 160 ns/op
BenchmarkRepeatedLookupStrMapKey32 500000 3297 ns/op
BenchmarkRepeatedLookupStrMapKey1M 100 101209691 ns/op
BenchmarkNewEmptyMap 1000000 1457 ns/op 33 B/op 1 allocs/op
BenchmarkFinalizer 1000000 1663 ns/op
BenchmarkFinalizerRun 50000 47125 ns/op
BenchmarkStackGrowth 200000 10213 ns/op
BenchmarkStackGrowthDeep 10000 1596836 ns/op
BenchmarkSyscall 5000000 315 ns/op
BenchmarkSyscallWork 1000000 1749 ns/op
BenchmarkSyscallExcess 5000000 316 ns/op
BenchmarkSyscallExcessWork 1000000 1749 ns/op
BenchmarkCreateGoroutines 1000000 1095 ns/op
BenchmarkCreateGoroutinesParallel 1000000 1094 ns/op
BenchmarkMatmult 20000000 204 ns/op
BenchmarkIfaceCmp100 1000000 2255 ns/op
BenchmarkIfaceCmpNil100 1000000 2049 ns/op
BenchmarkDefer 5000000 432 ns/op
BenchmarkDefer10 5000000 385 ns/op
BenchmarkDeferMany 2000000 966 ns/op
BenchmarkCompareStringEqual 10000000 160 ns/op
BenchmarkCompareStringIdentical 50000000 49.6 ns/op
BenchmarkCompareStringSameLength 20000000 123 ns/op
BenchmarkCompareStringDifferentLength 100000000 12.2 ns/op
BenchmarkCompareStringBigUnaligned 200 12539150 ns/op 83.62 MB/s
BenchmarkCompareStringBig 100 13273921 ns/op 79.00 MB/s
BenchmarkUint32Div7 20000000 101 ns/op
BenchmarkUint32Div37 20000000 100 ns/op
BenchmarkUint32Div123 20000000 100 ns/op
BenchmarkUint32Div763 20000000 100 ns/op
BenchmarkUint32Div1247 20000000 100 ns/op
BenchmarkUint32Div9305 20000000 100 ns/op
BenchmarkUint32Div13307 20000000 100 ns/op
BenchmarkUint32Div52513 20000000 100 ns/op
BenchmarkUint32Div60978747 20000000 85.7 ns/op
BenchmarkUint32Div106956295 20000000 85.6 ns/op
BenchmarkUint32Mod7 20000000 100 ns/op
BenchmarkUint32Mod37 20000000 100 ns/op
BenchmarkUint32Mod123 20000000 100 ns/op
BenchmarkUint32Mod763 20000000 101 ns/op
BenchmarkUint32Mod1247 20000000 100 ns/op
BenchmarkUint32Mod9305 20000000 100 ns/op
BenchmarkUint32Mod13307 20000000 100 ns/op
BenchmarkUint32Mod52513 20000000 100 ns/op
BenchmarkUint32Mod60978747 20000000 85.6 ns/op
BenchmarkUint32Mod106956295 20000000 85.7 ns/op
ok runtime 392.028s
? runtime/cgo [no test files]
PASS
ok runtime/debug 0.077s
PASS
ok runtime/pprof 1.414s
PASS
BenchmarkSearchWrappers 1000000 2680 ns/op
BenchmarkSortString1K 500 3048509 ns/op
BenchmarkSortInt1K 1000 1760942 ns/op
BenchmarkSortInt64K 10 175465875 ns/op
ok sort 15.467s
PASS
BenchmarkAtof64Decimal 1000000 1007 ns/op
BenchmarkAtof64Float 1000000 1288 ns/op
BenchmarkAtof64FloatExp 1000000 1946 ns/op
BenchmarkAtof64Big 500000 3174 ns/op
BenchmarkAtof64RandomBits 500000 4252 ns/op
BenchmarkAtof64RandomFloats 1000000 2581 ns/op
BenchmarkAtof32Decimal 1000000 1020 ns/op
BenchmarkAtof32Float 1000000 1203 ns/op
BenchmarkAtof32FloatExp 1000000 2109 ns/op
BenchmarkAtof32Random 1000000 2057 ns/op
BenchmarkAtoi 1000000 2390 ns/op
BenchmarkAtoiNeg 1000000 2396 ns/op
BenchmarkAtoi64 500000 2917 ns/op
BenchmarkAtoi64Neg 500000 2938 ns/op
BenchmarkFormatFloatDecimal 500000 4610 ns/op
BenchmarkFormatFloat 500000 7472 ns/op
BenchmarkFormatFloatExp 500000 6895 ns/op
BenchmarkFormatFloatNegExp 500000 6854 ns/op
BenchmarkFormatFloatBig 200000 9419 ns/op
BenchmarkAppendFloatDecimal 1000000 2116 ns/op
BenchmarkAppendFloat 500000 3654 ns/op
BenchmarkAppendFloatExp 500000 3086 ns/op
BenchmarkAppendFloatNegExp 500000 3032 ns/op
BenchmarkAppendFloatBig 500000 5509 ns/op
BenchmarkAppendFloat32Integer 1000000 2092 ns/op
BenchmarkAppendFloat32ExactFraction 500000 2934 ns/op
BenchmarkAppendFloat32Point 500000 3637 ns/op
BenchmarkAppendFloat32Exp 500000 2956 ns/op
BenchmarkAppendFloat32NegExp 500000 2924 ns/op
BenchmarkAppendFloat64Fixed1 1000000 2150 ns/op
BenchmarkAppendFloat64Fixed2 1000000 2213 ns/op
BenchmarkAppendFloat64Fixed3 1000000 2172 ns/op
BenchmarkAppendFloat64Fixed4 1000000 2291 ns/op
BenchmarkFormatInt 20000 96891 ns/op
BenchmarkAppendInt 50000 70780 ns/op
BenchmarkFormatUint 50000 50307 ns/op
BenchmarkAppendUint 50000 45343 ns/op
BenchmarkUnquoteEasy 500000 3561 ns/op
BenchmarkUnquoteHard 100000 19244 ns/op
ok strconv 120.495s
PASS
BenchmarkGenericNoMatch 100000 25304 ns/op
BenchmarkGenericMatch1 20000 86480 ns/op
BenchmarkGenericMatch2 5000 494410 ns/op
BenchmarkSingleMaxSkipping 100000 24184 ns/op 413.49 MB/s
BenchmarkSingleLongSuffixFail 100000 25627 ns/op 39.10 MB/s
BenchmarkSingleMatch 1000 1462045 ns/op 10.26 MB/s
BenchmarkByteByteNoMatch 500000 6799 ns/op
BenchmarkByteByteMatch 100000 15600 ns/op
BenchmarkByteStringMatch 100000 24736 ns/op
BenchmarkHTMLEscapeNew 500000 6678 ns/op
BenchmarkHTMLEscapeOld 200000 11604 ns/op
BenchmarkByteByteReplaces 50000 61032 ns/op
BenchmarkByteByteMap 50000 35829 ns/op
BenchmarkIndexRune 5000000 709 ns/op
BenchmarkIndexRuneFastPath 5000000 375 ns/op
BenchmarkIndex 5000000 390 ns/op
BenchmarkMapNoChanges 500000 3281 ns/op
BenchmarkIndexHard1 50 50632935 ns/op
BenchmarkIndexHard2 50 50575240 ns/op
BenchmarkIndexHard3 50 50607955 ns/op
BenchmarkCountHard1 50 52197610 ns/op
BenchmarkCountHard2 50 52114985 ns/op
BenchmarkCountHard3 50 52147256 ns/op
BenchmarkIndexTorture 10000 251395 ns/op
BenchmarkCountTorture 10000 276073 ns/op
BenchmarkCountTortureOverlapping 10 189563745 ns/op
BenchmarkFields 10 253649391 ns/op 4.13 MB/s
BenchmarkFieldsFunc 10 253915475 ns/op 4.13 MB/s
BenchmarkSplit1 10 272178104 ns/op
BenchmarkSplit2 50 69066867 ns/op
BenchmarkSplit3 20 87227983 ns/op
ok strings 88.763s
PASS
BenchmarkUncontendedSemaphore 5000000 373 ns/op
BenchmarkContendedSemaphore 5000000 378 ns/op
BenchmarkMutexUncontended 20000000 96.2 ns/op
BenchmarkMutex 20000000 103 ns/op
BenchmarkMutexSlack 20000000 103 ns/op
BenchmarkMutexWork 1000000 1539 ns/op
BenchmarkMutexWorkSlack 1000000 1539 ns/op
BenchmarkOnce 50000000 61.6 ns/op
BenchmarkSemaUncontended 5000000 373 ns/op
BenchmarkSemaSyntNonblock 5000000 380 ns/op
BenchmarkSemaSyntBlock 5000000 380 ns/op
BenchmarkSemaWorkNonblock 1000000 1816 ns/op
BenchmarkSemaWorkBlock 1000000 1815 ns/op
BenchmarkRWMutexUncontended 5000000 371 ns/op
BenchmarkRWMutexWrite100 10000000 184 ns/op
BenchmarkRWMutexWrite10 10000000 194 ns/op
BenchmarkRWMutexWorkWrite100 1000000 1615 ns/op
BenchmarkRWMutexWorkWrite10 1000000 1483 ns/op
BenchmarkWaitGroupUncontended 10000000 219 ns/op
BenchmarkWaitGroupAddDone 10000000 184 ns/op
BenchmarkWaitGroupAddDoneWork 1000000 1636 ns/op
BenchmarkWaitGroupWait 50000000 55.6 ns/op
BenchmarkWaitGroupWaitWork 1000000 1489 ns/op
ok sync 48.380s
PASS
ok sync/atomic 7.904s
PASS
ok syscall 0.154s
? testing [no test files]
? testing/iotest [no test files]
PASS
ok testing/quick 0.201s
PASS
ok text/scanner 0.073s
PASS
ok text/tabwriter 0.069s
PASS
ok text/template 0.220s
PASS
ok text/template/parse 0.093s
PASS
BenchmarkAfterFunc 20000 73102 ns/op
BenchmarkAfter 20000 81302 ns/op
BenchmarkStop 500000 6630 ns/op
BenchmarkTicker 10000 137349 ns/op
BenchmarkNow 2000000 769 ns/op
BenchmarkNowUnixNano 2000000 796 ns/op
BenchmarkFormat 200000 13617 ns/op
BenchmarkFormatNow 200000 12832 ns/op
BenchmarkParse 200000 11760 ns/op
BenchmarkHour 1000000 1385 ns/op
BenchmarkSecond 1000000 1647 ns/op
BenchmarkYear 1000000 2879 ns/op
BenchmarkDay 500000 2868 ns/op
ok time 57.372s
PASS
ok unicode 0.064s
PASS
ok unicode/utf16 0.058s
PASS
BenchmarkRuneCountTenASCIIChars 5000000 444 ns/op
BenchmarkRuneCountTenJapaneseChars 2000000 951 ns/op
BenchmarkEncodeASCIIRune 50000000 42.5 ns/op
BenchmarkEncodeJapaneseRune 20000000 84.2 ns/op
BenchmarkDecodeASCIIRune 20000000 74.0 ns/op
BenchmarkDecodeJapaneseRune 10000000 161 ns/op
ok unicode/utf8 12.941s
? unsafe [no test files]
Command exited with non-zero status 1
Command being timed: "go test ./... -test.bench=.*"
User time (seconds): 4817.35
System time (seconds): 200.66
Percent of CPU this job got: 96%
Elapsed (wall clock) time (h:mm:ss or m:ss): 1:27:04
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 448100
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 165
Minor (reclaiming a frame) page faults: 3151975
Voluntary context switches: 2634804
Involuntary context switches: 2414470
Swaps: 0
File system inputs: 143944
File system outputs: 1105648
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment