Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4189)

Issue 7271049: code review 7271049: snappy-go: Add snappy C++ implementation benchmarks. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by M-A
Modified:
11 years, 2 months ago
Reviewers:
CC:
nigeltao, minux1, golang-dev
Visibility:
Public.

Description

snappy-go: Add snappy C++ implementation benchmarks. The benchmark test data files are automatically downloaded from the snappy subversion server and used for benchmark with the command: go test -bench=Benchmark_.* -download UValidate benchmarks are not supported since snappy-go doesn't support validating a packet without decompressing it.

Patch Set 1 #

Patch Set 2 : diff -r e70163b7ede0 https://code.google.com/p/snappy-go #

Total comments: 32

Patch Set 3 : diff -r e70163b7ede0 https://code.google.com/p/snappy-go #

Patch Set 4 : diff -r e70163b7ede0 https://code.google.com/p/snappy-go #

Total comments: 10

Patch Set 5 : diff -r e70163b7ede0 https://code.google.com/p/snappy-go #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -46 lines) Patch
M .hgignore View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M snappy/snappy_test.go View 1 2 3 4 2 chunks +180 lines, -46 lines 3 comments Download

Messages

Total messages: 11
M-A
https://codereview.appspot.com/7271049/diff/2001/snappy/snappy_test.go File snappy/snappy_test.go (right): https://codereview.appspot.com/7271049/diff/2001/snappy/snappy_test.go#newcode132 snappy/snappy_test.go:132: // Note: the file is OS-language dependent so the ...
11 years, 2 months ago (2013-02-04 19:06:33 UTC) #1
nigeltao
https://codereview.appspot.com/7271049/diff/2001/snappy/snappy_test.go File snappy/snappy_test.go (right): https://codereview.appspot.com/7271049/diff/2001/snappy/snappy_test.go#newcode21 snappy/snappy_test.go:21: var flagDownload = flag.Bool("download", false, "If true, download any ...
11 years, 2 months ago (2013-02-05 03:46:20 UTC) #2
minux1
please also add this patch: diff -r e70163b7ede0 .hgignore --- a/.hgignore Wed Jun 06 19:42:12 ...
11 years, 2 months ago (2013-02-07 19:19:39 UTC) #3
M-A
Hello nigeltao@golang.org, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/snappy-go
11 years, 2 months ago (2013-02-07 20:49:01 UTC) #4
M-A
[Newbie here, is there a way to upload without sending an email?] Also added .hgignore ...
11 years, 2 months ago (2013-02-07 20:50:02 UTC) #5
minux1
On Friday, February 8, 2013, maruel wrote: > [Newbie here, is there a way to ...
11 years, 2 months ago (2013-02-07 21:10:39 UTC) #6
M-A
On 2013/02/07 21:10:39, minux wrote: > use "hg file 7271049 .hgignore" to include that file ...
11 years, 2 months ago (2013-02-07 21:17:20 UTC) #7
nigeltao
https://codereview.appspot.com/7271049/diff/13001/snappy/snappy_test.go File snappy/snappy_test.go (right): https://codereview.appspot.com/7271049/diff/13001/snappy/snappy_test.go#newcode88 snappy/snappy_test.go:88: l, err := DecodedLen(src) I would s/l/n/, but isn't ...
11 years, 2 months ago (2013-02-10 01:09:06 UTC) #8
M-A
https://codereview.appspot.com/7271049/diff/13001/snappy/snappy_test.go File snappy/snappy_test.go (right): https://codereview.appspot.com/7271049/diff/13001/snappy/snappy_test.go#newcode88 snappy/snappy_test.go:88: l, err := DecodedLen(src) On 2013/02/10 01:09:06, nigeltao wrote: ...
11 years, 2 months ago (2013-02-11 20:10:03 UTC) #9
nigeltao
LGTM, submitting... https://codereview.appspot.com/7271049/diff/16002/snappy/snappy_test.go File snappy/snappy_test.go (right): https://codereview.appspot.com/7271049/diff/16002/snappy/snappy_test.go#newcode87 snappy/snappy_test.go:87: // bandwidth is in amount of uncompressed ...
11 years, 2 months ago (2013-02-12 03:03:37 UTC) #10
nigeltao
11 years, 2 months ago (2013-02-12 03:39:19 UTC) #11
*** Submitted as
https://code.google.com/p/snappy-go/source/detail?r=f20185d4bf23 ***

snappy-go: Add snappy C++ implementation benchmarks.

The benchmark test data files are automatically downloaded from the
snappy subversion server and used for benchmark with the command:
go test -bench=Benchmark_.* -download

UValidate benchmarks are not supported since snappy-go doesn't support
validating a packet without decompressing it.

R=nigeltao, minux.ma
CC=golang-dev
https://codereview.appspot.com/7271049

Committer: Nigel Tao <nigeltao@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b