diff --git a/examples/bench_07/main.c b/examples/bench_07/main.c deleted file mode 100644 index ae7c8343b29ec45a88b516a6e91b7f6c50ed84fd..0000000000000000000000000000000000000000 --- a/examples/bench_07/main.c +++ /dev/null @@ -1,41 +0,0 @@ -#include -#include "../../reowolf.h" -#include "../utility.c" -int main(int argc, char** argv) { - int i, forwards; - forwards = atoi(argv[1]); - printf("forwards %d\n", forwards); - unsigned char pdl[] = ""; - Arc_ProtocolDescription * pd = protocol_description_parse(pdl, sizeof(pdl)-1); - printf("Error str `%s`\n", reowolf_error_peek(NULL)); - char logpath[] = "./bench_7.txt"; - Connector * c = connector_new_logging(pd, logpath, sizeof(logpath)-1); - - PortId native_putter, native_getter; - connector_add_port_pair(c, &native_putter, &native_getter); - for (i=0; i