common-lisp.net
/
projects/qitab/cl-protobufs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b64531a
)
Add a performance test to the Protobufs test directory
author
Scott McKay
<swm@google.com>
Wed, 19 Sep 2012 15:21:40 +0000 (15:21 +0000)
committer
Scott McKay
<swm@google.com>
Wed, 19 Sep 2012 15:21:40 +0000 (15:21 +0000)
git-svn-id: http://svn.internal.itasoftware.com/svn/ita/trunk/qres/lisp/libs/cl-protobufs@563144
f8382938
-511b-0410-9cdd-
bb47b084005c
tests/geodata.lisp
patch
|
blob
|
blame
|
history
diff --git
a/tests/geodata.lisp
b/tests/geodata.lisp
index
550206a
..
5b893a9
100644
(file)
--- a/
tests/geodata.lisp
+++ b/
tests/geodata.lisp
@@
-26,7
+26,7
@@
(proto:serialize-object-to-bytes geodata 'geodata::geodata))
(defun deserialize-geo-data (bytes)
- (proto:deserialize-object 'geodata bytes))
+ (proto:deserialize-object 'geodata::geodata bytes))
#||
;; How long does it take to load (deserialize) the data, unoptimized?