Skip to content

Commit

Permalink
[Docs,tests] Remove unused asv benchmarks
Browse files Browse the repository at this point in the history
They are stale and unused by anyone. If needed in the future, we can
restore them from git history.

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
  • Loading branch information
Dmitrii Kuvaiskii committed Nov 10, 2021
1 parent b4c9a89 commit a3f3c23
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 701 deletions.
1 change: 0 additions & 1 deletion .ci/ubuntu18.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y \
# the earliest supported minor version (pip implicitly installs latest version satisfying the
# specification)
RUN python3 -m pip install -U \
asv \
recommonmark \
'Sphinx==1.8' \
'sphinx_rtd_theme<1' \
Expand Down
1 change: 0 additions & 1 deletion .ci/ubuntu20.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y \
# the earliest supported minor version (pip implicitly installs latest version satisfying the
# specification)
RUN python3 -m pip install -U \
asv \
'meson>=0.55,<0.56' \
'docutils>=0.17,<0.18'

Expand Down
1 change: 0 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ ignored-classes=
# supports qualified module names, as well as Unix pattern matching.
ignored-modules=
aesm_pb2,
asv,

# Show a hint with possible names when a member name was not found. The aspect
# of finding the hint is based on edit distance.
Expand Down
16 changes: 0 additions & 16 deletions Documentation/devel/benchmarks.rst

This file was deleted.

1 change: 0 additions & 1 deletion Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Table of Contents
devel/coding-style
devel/setup
devel/debugging
devel/benchmarks
devel/performance
devel/new-syscall
devel/packaging
Expand Down
1 change: 0 additions & 1 deletion tests/.gitignore

This file was deleted.

111 changes: 0 additions & 111 deletions tests/asv.conf.json

This file was deleted.

2 changes: 0 additions & 2 deletions tests/benchmarks/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions tests/benchmarks/Makefile

This file was deleted.

138 changes: 0 additions & 138 deletions tests/benchmarks/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions tests/benchmarks/basic.manifest.template

This file was deleted.

34 changes: 0 additions & 34 deletions tests/benchmarks/basic.py

This file was deleted.

3 changes: 0 additions & 3 deletions tests/benchmarks/helloworld.c

This file was deleted.

9 changes: 0 additions & 9 deletions tests/benchmarks/http-root/Makefile

This file was deleted.

Loading

0 comments on commit a3f3c23

Please sign in to comment.