From e51965b3d48db3ba68b78fa69acaeb5cce9377b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Sarnacki?= Date: Sun, 24 Mar 2024 17:04:10 +0100 Subject: [PATCH] Test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 822b1b3..6137fe8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Crows is a distributed load and stress testing runner. The tests can be written in any language that can compile to WASM given the bindings for the library are available. At the moment the bindings are available only for Rust, but once the ABIs are stable it should be relatively straightforward to add more languages. +Test + ### Showcase A sample scenario written in Rust looks like this: