Commit ebd60adb authored by Kenton Varda's avatar Kenton Varda

Add IDs to benchmark schemas.

parent af03c043
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
using Cxx = import "/capnproto/c++.capnp"; using Cxx = import "/capnproto/c++.capnp";
@0xff75ddc6a36723c9;
$Cxx.namespace("capnproto::benchmark::capnp"); $Cxx.namespace("capnproto::benchmark::capnp");
struct ParkingLot { struct ParkingLot {
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
using Cxx = import "/capnproto/c++.capnp"; using Cxx = import "/capnproto/c++.capnp";
@0x82beb8e37ff79aba;
$Cxx.namespace("capnproto::benchmark::capnp"); $Cxx.namespace("capnproto::benchmark::capnp");
struct SearchResultList { struct SearchResultList {
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
using Cxx = import "/capnproto/c++.capnp"; using Cxx = import "/capnproto/c++.capnp";
@0xe12dc4c3e70e9eda;
$Cxx.namespace("capnproto::benchmark::capnp"); $Cxx.namespace("capnproto::benchmark::capnp");
enum Operation { enum Operation {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment