From 8bee1136d7d298e9f33ea91ee7a248909467dd13 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Tue, 22 Oct 2019 17:44:15 +0200 Subject: Scaling down forgotten tests -> test/c/ operational --- test/c/sha1.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/c/sha1.c') diff --git a/test/c/sha1.c b/test/c/sha1.c index 0a6ac8fe..624030cc 100644 --- a/test/c/sha1.c +++ b/test/c/sha1.c @@ -231,6 +231,10 @@ int main(int argc, char ** argv) } do_test(test_input_1, test_output_1); do_test(test_input_2, test_output_2); +#ifdef __K1C__ + do_bench(500); +#else do_bench(200000); +#endif return 0; } -- cgit