Skip to content

Commit 88f1c97

Browse files
committed
Improve the readme to reflect latest code changes
1 parent 00282c2 commit 88f1c97

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

samples/strsvsample07/readme.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@ This example showcases several search methods to benchmark different search meth
5050

5151
## Sample run
5252

53-
Use ./run_all.sh script to run the benchmarks:
53+
Use ./run_all.sh script to run the benchmarks with expected output similar to:
5454

5555

56-
>
57-
> Regular build
5856
> Generating the test data... OK
5957
>
6058
> Remapping the data to create compressed vector OK
@@ -63,12 +61,28 @@ Use ./run_all.sh script to run the benchmarks:
6361
>
6462
> PASS = 0 -- remap/optimized
6563
>
66-
> scanner<>::find_eq_str(); 12.9 sec
64+
> scanner<>::find_eq_str(); 11.04 sec
65+
>
66+
> scanner::pipeline find_eq_str(); 6.028 sec
67+
>
68+
> scanner::pipeline+MASK find_eq_str(); 1.817 sec
69+
>
70+
> scanner::pipeline find_eq_str()-count(); 7.017 sec
71+
>
72+
> scanner::pipeline find_eq_str()-OR(); 7.904 sec
73+
>
74+
> PASS = 1 -- NOT remapped
75+
>
76+
> scanner<>::find_eq_str(); 10.02 sec
77+
>
78+
> scanner::pipeline find_eq_str(); 5.114 sec
6779
>
68-
> scanner::pipeline find_eq_str(); 4.755 sec
80+
> scanner::pipeline+MASK find_eq_str(); 1.942 sec
6981
>
70-
> scanner::pipeline find_eq_str()-count(); 4.474 sec
82+
> scanner::pipeline find_eq_str()-count(); 7.563 sec
7183
>
84+
> scanner::pipeline find_eq_str()-OR(); 7.3 sec
85+
>
7286
>...
7387
7488

0 commit comments

Comments
 (0)