diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-11-30 17:57:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-11-30 17:57:31 +0100 |
commit | 7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00 (patch) | |
tree | 583e0a4bdebe15c73d9860e78480517034e6ca9f /buffertest/calendar.fbs | |
parent | 7373f1a92c2d6d0790f6a47a011c107c32064cc8 (diff) | |
download | sink-7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00.tar.gz sink-7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00.zip |
Moved buffertest to store/test and turned it into a reproducible benchmark.
Diffstat (limited to 'buffertest/calendar.fbs')
-rw-r--r-- | buffertest/calendar.fbs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/buffertest/calendar.fbs b/buffertest/calendar.fbs deleted file mode 100644 index 203ee43..0000000 --- a/buffertest/calendar.fbs +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | // example IDL file | ||
2 | |||
3 | namespace Calendar; | ||
4 | |||
5 | table Event { | ||
6 | summary:string; | ||
7 | description:string; | ||
8 | attachment:[byte]; | ||
9 | } | ||
10 | |||
11 | root_type Event; | ||
12 | file_identifier "AKFB"; | ||