Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/workflows/codspeed.yml

This file was deleted.

3 changes: 0 additions & 3 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
* [Word Ladder](backtracking/word_ladder.py)
* [Word Search](backtracking/word_search.py)

## Benchmarks
* [Test Benchmarks](benchmarks/test_benchmarks.py)

## Bit Manipulation
* [Binary And Operator](bit_manipulation/binary_and_operator.py)
* [Binary Coded Decimal](bit_manipulation/binary_coded_decimal.py)
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
<a href="https://docs.astral.sh/ruff/formatter/">
<img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: black">
</a>
<a href="https://codspeed.io/Ashishsonavane/Python?utm_source=badge">
<img src="https://img.shields.io/badge/CodSpeed-measured-blue?style=flat-square" height="20" alt="CodSpeed">
</a>

<!-- Short description: -->
<h3>All algorithms implemented in Python - for education 📚</h3>
Expand Down
Empty file removed benchmarks/__init__.py
Empty file.
72 changes: 0 additions & 72 deletions benchmarks/test_benchmarks.py

This file was deleted.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies = [
[dependency-groups]
test = [
"pytest>=8.4.1",
"pytest-codspeed>=4.3.0",
"pytest-cov>=6",
]

Expand Down
Loading
Loading