summaryrefslogtreecommitdiffstats
path: root/buffertest/calendar.fbs
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2014-11-30 17:57:31 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2014-11-30 17:57:31 +0100
commit7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00 (patch)
tree583e0a4bdebe15c73d9860e78480517034e6ca9f /buffertest/calendar.fbs
parent7373f1a92c2d6d0790f6a47a011c107c32064cc8 (diff)
downloadsink-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.fbs12
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
3namespace Calendar;
4
5table Event {
6 summary:string;
7 description:string;
8 attachment:[byte];
9}
10
11root_type Event;
12file_identifier "AKFB";