]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
hsbench: Update test program output 231/head
authorJeremy Linton <jeremy.linton@arm.com>
Tue, 20 Feb 2024 21:01:40 +0000 (15:01 -0600)
committerJeremy Linton <jeremy.linton@arm.com>
Thu, 7 Mar 2024 23:55:47 +0000 (17:55 -0600)
While fixing the documentation, it was noticed that the hsbench
output was still referring to the project as Hyperscan.
Lets correct it.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
tools/hsbench/engine_hyperscan.cpp

index 95461de53829c1e23bbcf97b4e7e04cdd724912b..f3de35efb8bc6d806903fbb683123e6c623aa4e8 100644 (file)
@@ -248,7 +248,7 @@ void EngineHyperscan::printStats() const {
         printf("Signature set:        %s\n", compile_stats.sigs_name.c_str());
     }
     printf("Signatures:        %s\n", compile_stats.signatures.c_str());
-    printf("Hyperscan info:    %s\n", compile_stats.db_info.c_str());
+    printf("Vectorscan info:    %s\n", compile_stats.db_info.c_str());
     printf("Expression count:  %'zu\n", compile_stats.expressionCount);
     printf("Bytecode size:     %'zu bytes\n", compile_stats.compiledSize);
     printf("Database CRC:      0x%x\n", compile_stats.crc32);