Skip to content

Commit

Permalink
Remove microbench (#736)
Browse files Browse the repository at this point in the history
This commit removes 'microbench', as it is no longer relevant. For
more information on its former purpose, see
https://lists.xiph.org/pipermail/flac-dev/2015-September/005608.html
  • Loading branch information
ktmf01 authored Aug 30, 2024
1 parent b573a36 commit e2aef0c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 462 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ test/metaflac.flac
test/picture.diff
test/picture.log
.dirstamp
microbench/benchmark_residual
/ogg/
oss-fuzz/fuzzer_decoder
oss-fuzz/fuzzer_seek
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ if(ENABLE_MULTITHREADING)
endif()

add_subdirectory("src")
add_subdirectory("microbench")
if(BUILD_DOCS)
add_subdirectory("doc")
endif()
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = doc include m4 man src test microbench oss-fuzz
SUBDIRS = doc include m4 man src test oss-fuzz

if EXAMPLES
SUBDIRS += examples
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ AC_CONFIG_FILES([ \
test/flac-to-flac-metadata-test-files/Makefile \
test/metaflac-test-files/Makefile \
test/pictures/Makefile \
microbench/Makefile \
oss-fuzz/Makefile
])
AC_OUTPUT
Expand Down
17 changes: 0 additions & 17 deletions microbench/CMakeLists.txt

This file was deleted.

42 changes: 0 additions & 42 deletions microbench/Makefile.am

This file was deleted.

151 changes: 0 additions & 151 deletions microbench/benchmark_residual.c

This file was deleted.

Loading

0 comments on commit e2aef0c

Please sign in to comment.