Skip to content

Commit 1689a4e

Browse files
authored
Remove bench (#1)
1 parent c61856e commit 1689a4e

File tree

15 files changed

+0
-791327
lines changed

15 files changed

+0
-791327
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,3 @@ Licensed under either of
100100
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
101101

102102
at your option.
103-
104-
For softwares under `tests/data`, follow the license terms of each software.

noxfile.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ def test(session):
99
session.install("maturin")
1010
session.run_always("maturin", "develop", "-r")
1111
session.run("pytest")
12-
13-
14-
@nox.session
15-
def bench(session):
16-
session.install("-rrequirements-dev.txt")
17-
session.install(".")
18-
session.run("pytest", "--benchmark-enable")

requirements-dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
pytest>=7.1.2
2-
pytest-benchmark>=3.4.1
3-
ahocorasick_rs>=0.12.0

tests/data/sherlock.txt

Lines changed: 0 additions & 13052 deletions
This file was deleted.

tests/data/unidic/AUTHORS

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/data/unidic/BSD

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/data/unidic/COPYING

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/data/unidic/GPL

Lines changed: 0 additions & 340 deletions
This file was deleted.

tests/data/unidic/LGPL

Lines changed: 0 additions & 504 deletions
This file was deleted.

0 commit comments

Comments
 (0)