Skip to content

stuarteberg/dvidmsg-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SETUP
-----
$ mkdir build
$ cd build
$ cmake -DBUILDEM_DIR=/path/to/bpd ..

CPP BENCHMARK
-------------
# Make CPP serialization benchmark (including auto-gen protobuf sources)
$ make dvidmsg-cpp-benchmark
# Run benchmark
$ ./bin/dvidmsg-cpp-benchmark

PYTHON BENCHMARK
----------------
# Autogenerate Python protobuf classes
$ make gen-protobuf-py
# Run benchmark
$ /path/to/bpd/bin/python ../py/serialization_benchmark.py

About

Simple serialization benchmarks for image data and protobuf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published