Skip to content

Commit

Permalink
removing stupid benchmark and fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PKD committed May 2, 2024
1 parent b37867e commit 3917294
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 121 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/run_benchmarks.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
sudo apt-get update
sudo apt-get install -y make gcc
- name: Run tests
run: make test
run: make test_all
94 changes: 0 additions & 94 deletions benchmark.c

This file was deleted.

3 changes: 0 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ test_all:
exit 1; \
fi

benchmark:
$(CC) $(CFLAGS) -o $(BIN_DIR)/benchmark benchmark.c $(LIBRARY).a
./$(BIN_DIR)/benchmark

clean:
rm -f $(OBJ_DIR)/*.o
Expand Down

0 comments on commit 3917294

Please sign in to comment.