Skip to content

Commit bc3471f

Browse files
authored
update expectations (#1227)
Signed-off-by: Yohann Uguen <[email protected]> Signed-off-by: Yohann Uguen <[email protected]>
1 parent 39c095c commit bc3471f

File tree

1 file changed

+9
-9
lines changed
  • DirectProgramming/DPC++FPGA/ReferenceDesigns/db

1 file changed

+9
-9
lines changed

DirectProgramming/DPC++FPGA/ReferenceDesigns/db/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -267,17 +267,17 @@ Query 12 showcases the `MergeJoin` database operator. The block diagram of the d
267267
### FPGA Device
268268
```
269269
Parsing database files in: ../data/sf1
270-
Parsing LINEITEM table from: ../data/sf1
270+
Parsing LINEITEM table from: ../data/sf1/lineitem.tbl
271271
Finished parsing LINEITEM table with 6001215 rows
272-
Parsing ORDERS table from: ../data/sf1
272+
Parsing ORDERS table from: ../data/sf1/orders.tbl
273273
Finished parsing ORDERS table with 1500000 rows
274-
Parsing PARTS table from: ../data/sf1
274+
Parsing PARTS table from: ../data/sf1/part.tbl
275275
Finished parsing PARTS table with 200000 rows
276-
Parsing SUPPLIER table from: ../data/sf1
276+
Parsing SUPPLIER table from: ../data/sf1/supplier.tbl
277277
Finished parsing SUPPLIER table with 10000 rows
278-
Parsing PARTSUPPLIER table from: ../data/sf1
278+
Parsing PARTSUPPLIER table from: ../data/sf1/partsupp.tbl
279279
Finished parsing PARTSUPPLIER table with 800000 rows
280-
Parsing NATION table from: ../data/sf1
280+
Parsing NATION table from: ../data/sf1/nation.tbl
281281
Finished parsing NATION table with 25 rows
282282
Database SF = 1
283283
Running Q1 within 90 days of 1998-12-1
@@ -290,9 +290,9 @@ Query 12 showcases the `MergeJoin` database operator. The block diagram of the d
290290
Validating query 1 test results
291291
Running Q1 within 90 days of 1998-12-1
292292
Validating query 1 test results
293-
Total processing time: 34.389 ms
294-
Kernel processing time: 3.16621 ms
295-
Throughput: 315.835 queries/s
293+
Processing time: 44.7673 ms
294+
Kernel time: 4.4103 ms
295+
Throughput: 226.742 queries/s
296296
PASSED
297297
```
298298

0 commit comments

Comments
 (0)