From 975442f4526ebf871492e7bb501971b1b8b26f3d Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 7 May 2024 14:13:28 +0200 Subject: [PATCH] README.md: Remove CompressionBenchmark --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3bc4ee5e..7a58006e 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,6 @@ Contrary to standard CMake way, frontend will be built in "source" `frontend_ui/ Automated test routine is then accessible as `tests/CatchTest`. There are also benchmark routines: -* `CompressionBenchmark` to measure compression bandwidth (single threaded) * `HDF5DatasetWriteTest` to measure HDF5 dataset writing speed (single threaded) * `jfjoch_spot_finding_test` to apply spot finding and indexing routines in Jungfraujoch to an example dataset - this is equivalent to FPGA spot finding algorithm, but NOT performance equivalent as it is particularly not-efficient * `jfjoch_action_test` to test quality/performance of FPGA card(s) and software routines