diff --git a/pkg/mapper/examples/cat_sleep/README.md b/pkg/mapper/examples/cat_sleep/README.md new file mode 100644 index 00000000..b5597f6c --- /dev/null +++ b/pkg/mapper/examples/cat_sleep/README.md @@ -0,0 +1,3 @@ +# Cat with Sleep + +An example User Defined Function that outputs the same value as the input, but first does a sleep. This example is for the purpose of performing testing with a slow vertex.