summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-10 14:54:53 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-10 14:54:53 +0200
commit1d85b3c794b1e9b7c91b9536f79d4b469a2ffcb0 (patch)
tree2d40faaafebe50883cc52ffd286457a02a41ef17 /common
parent7c84c774653a256cf2474aefecfdbeed635d9cc2 (diff)
downloadsink-1d85b3c794b1e9b7c91b9536f79d4b469a2ffcb0.tar.gz
sink-1d85b3c794b1e9b7c91b9536f79d4b469a2ffcb0.zip
Use the Dummy instead of Event in the benchmark to restore the
attachment.
Diffstat (limited to 'common')
-rw-r--r--common/domain/dummy.fbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/domain/dummy.fbs b/common/domain/dummy.fbs
index 4b12827..8b8df4e 100644
--- a/common/domain/dummy.fbs
+++ b/common/domain/dummy.fbs
@@ -1,6 +1,10 @@
1namespace Sink.ApplicationDomain.Buffer; 1namespace Sink.ApplicationDomain.Buffer;
2 2
3table Dummy { 3table Dummy {
4 uid:string;
5 summary:string;
6 description:string;
7 attachment:[ubyte];
4} 8}
5 9
6root_type Dummy; 10root_type Dummy;