Skip to content

Commit 3917294

Browse files
author
PKD
committed
removing stupid benchmark and fixing tests
1 parent b37867e commit 3917294

File tree

4 files changed

+1
-121
lines changed

4 files changed

+1
-121
lines changed

.github/workflows/run_benchmarks.yml

-23
This file was deleted.

.github/workflows/run_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
sudo apt-get update
1818
sudo apt-get install -y make gcc
1919
- name: Run tests
20-
run: make test
20+
run: make test_all

benchmark.c

-94
This file was deleted.

makefile

-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ test_all:
5353
exit 1; \
5454
fi
5555

56-
benchmark:
57-
$(CC) $(CFLAGS) -o $(BIN_DIR)/benchmark benchmark.c $(LIBRARY).a
58-
./$(BIN_DIR)/benchmark
5956

6057
clean:
6158
rm -f $(OBJ_DIR)/*.o

0 commit comments

Comments
 (0)