From ae96c3d28adc21e8923798a9535e11b6b3dea820 Mon Sep 17 00:00:00 2001 From: Julie Vogelman Date: Thu, 16 Jan 2025 12:31:08 -0800 Subject: [PATCH] add README Signed-off-by: Julie Vogelman --- pkg/mapper/examples/cat_sleep/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkg/mapper/examples/cat_sleep/README.md 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.