From c62c78519fdbba892390a0c69fb677f0fdbeb457 Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Tue, 23 Jan 2024 14:41:54 +0100 Subject: [PATCH] Test CI --- benchmarks/dot/dot.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/dot/dot.f90 b/benchmarks/dot/dot.f90 index 70e5187..7879f37 100644 --- a/benchmarks/dot/dot.f90 +++ b/benchmarks/dot/dot.f90 @@ -17,7 +17,7 @@ program benchmark_dot call random_seed(size = seed_size) allocate(seed_array(seed_size)) - seed_array = 132456789 + seed_array = 123456789 call bench%init(7,'Benchmark dot_product','benchmarks/dot/results/dot', 5000)