diff --git a/examples/bench_05/main.c b/examples/bench_05/main.c deleted file mode 100644 index 6cd96626e8afd969756b6e5fa69e4c4ca67373dc..0000000000000000000000000000000000000000 --- a/examples/bench_05/main.c +++ /dev/null @@ -1,37 +0,0 @@ -#include -#include "../../reowolf.h" -#include "../utility.c" -int main(int argc, char** argv) { - int i, port_pairs, proto_components; - port_pairs = atoi(argv[1]); - proto_components = atoi(argv[2]); - printf("port_pairs %d, proto_components: %d\n", port_pairs, proto_components); - - const unsigned char pdl[] = - "primitive trivial_loop() { " - " while(true) sync {}" - "} " - ; - Arc_ProtocolDescription * pd = protocol_description_parse(pdl, sizeof(pdl)-1); - char logpath[] = "./bench_5.txt"; - Connector * c = connector_new_logging(pd, logpath, sizeof(logpath)-1); - for (i=0; i