Skip to content

Commit

Permalink
Fix test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidellaquila committed Jan 2, 2025
1 parent ea3145c commit 8d4bf02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions joins/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
"documents": [
{
"target-index": "join_base_idx",
"source-file": "join_base_idx-10M.json.bz2",
"#COMMENT": "TODO",
"source-file": "documents.json.bz2",
"#COMMENT": "This is the main index, ie. the FROM of the ES|QL queries. Below we have smaller and larger versions, up to 1B docs",
"document-count": 10000000,
"compressed-bytes": 1004521674,
"uncompressed-bytes": 43773344760
Expand All @@ -162,7 +162,7 @@
{
"target-index": "join_base_idx",
"source-file": "join_base_idx-1B.json.bz2",
"#COMMENT": "TODO",
"#COMMENT": "1B docs version of the main index",
"document-count": 1000000000,
"compressed-bytes": 15141667177,
"uncompressed-bytes": 276170081570
Expand All @@ -177,7 +177,7 @@
{
"target-index": "join_base_idx",
"source-file": "join_base_idx.json.bz2",
"#COMMENT": "TODO",
"#COMMENT": "1k docs version of the main index",
"document-count": 1000,
"compressed-bytes": 37788,
"uncompressed-bytes": 9346120
Expand Down

0 comments on commit 8d4bf02

Please sign in to comment.