]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commitdiff
Add a performance test to the Protobufs test directory
authorScott McKay <swm@google.com>
Wed, 19 Sep 2012 15:21:40 +0000 (15:21 +0000)
committerScott 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

index 550206aa0bfdae5abb978136626accdd7b37749b..5b893a9d7e004108d75c6b08c025fdf3d7eb314d 100644 (file)
@@ -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?