diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-10 14:54:53 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-10 14:54:53 +0200 |
commit | 1d85b3c794b1e9b7c91b9536f79d4b469a2ffcb0 (patch) | |
tree | 2d40faaafebe50883cc52ffd286457a02a41ef17 /common | |
parent | 7c84c774653a256cf2474aefecfdbeed635d9cc2 (diff) | |
download | sink-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.fbs | 4 |
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 @@ | |||
1 | namespace Sink.ApplicationDomain.Buffer; | 1 | namespace Sink.ApplicationDomain.Buffer; |
2 | 2 | ||
3 | table Dummy { | 3 | table Dummy { |
4 | uid:string; | ||
5 | summary:string; | ||
6 | description:string; | ||
7 | attachment:[ubyte]; | ||
4 | } | 8 | } |
5 | 9 | ||
6 | root_type Dummy; | 10 | root_type Dummy; |