From 108be944da53ddec282b65cb4d90d45cbb1dd84d Mon Sep 17 00:00:00 2001
From: Mitya Selivanov <automainint@guattari.tech>
Date: Mon, 27 Mar 2023 10:03:42 +0200
Subject: delete '

---
 ' | 27 ---------------------------
 1 file changed, 27 deletions(-)
 delete mode 100644 '

diff --git a/' b/'
deleted file mode 100644
index 438897f..0000000
--- a/'
+++ /dev/null
@@ -1,27 +0,0 @@
-#define KIT_TEST_FILE foo
-#include "../../kit_test/bench.h"
-
-struct test_foo_ {
-  double f;
-};
-
-BENCHMARK("foo") {
-  BENCHMARK_REPEAT(800);
-
-  BENCHMARK_BEGIN;
-  {
-    int              x = 0;
-    struct test_foo_ f = { 0. };
-
-    for (int i = 0; i < 100000; i++) {
-      x += (1 << 1);
-      x ^= i;
-      f.f += 0.1;
-    }
-    DO_NOT_OPTIMIZE(x);
-    DO_NOT_OPTIMIZE(f);
-  }
-  BENCHMARK_END;
-}
-
-BENCHMARK("bar") { }
-- 
cgit v1.2.3