1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:27:45 +00:00

Tests: Remove LibRegex benchmark test file that has become stale

This test file had #ifdef macros at the top that caused none of the
content to be compiled unless a developer manually wanted to run the
specific benchmarks within. As such, it has become stale. Remove it for
now, if someone wants to restore it in an always-runnable state, we can
restore the specific tests it's trying to benchmark.
This commit is contained in:
Andrew Kaster 2022-10-09 14:08:37 -06:00 committed by Linus Groh
parent 0c07bed89c
commit 51ebf20200
2 changed files with 0 additions and 970 deletions

View file

@ -1,5 +1,4 @@
set(TEST_SOURCES
Benchmark.cpp
Regex.cpp
RegexLibC.cpp
)