diff --git a/examples/bench_25/main.c b/examples/bench_25/main.c deleted file mode 100644 index fff5774e8558f366b1d23c3ab6cd58b936b11ddc..0000000000000000000000000000000000000000 --- a/examples/bench_25/main.c +++ /dev/null @@ -1,60 +0,0 @@ -#include -#include "../../reowolf.h" -#include "../utility.c" -int main(int argc, char** argv) { - int i, j, syncs; - syncs = atoi(argv[1]); - printf("syncs %d\n", syncs); - - 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_11.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