Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bigann'
Browse files Browse the repository at this point in the history
  • Loading branch information
randersenYB committed Jul 24, 2024
2 parents 2ef589d + 77b6e16 commit 8754424
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 43 deletions.
26 changes: 19 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
"--dataset", "${input:enterDataset}",
"--concurrency", "5000",
"--idxdrop",
"--logfile", "./hdfimport.log",
"--loglevel", "DEBUG"
"--logfile", "./hdfimport.log"
],
"justMyCode": false,
"console": "integratedTerminal"
Expand All @@ -87,8 +86,22 @@
"--hdf", "${input:enterHDFFile}",
"--concurrency", "5000",
"--idxdrop",
"--logfile", "./hdfimport.log",
"--loglevel", "DEBUG"
"--logfile", "./hdfimport-hdf.log"
],
"console": "integratedTerminal"
},
{
"name": "Python Debugger: hdf_import Sleep 10 mins (prompt HDF)",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/aerospike/hdf_import.py",
"cwd": "${workspaceFolder}/aerospike",
"args": [
"--hdf", "${input:enterHDFFile}",
"--concurrency", "5000",
"--idxdrop",
"--logfile", "./hdfimport-hdf.log",
"--exhaustedevt", "600"
],
"console": "integratedTerminal"
},
Expand Down Expand Up @@ -145,9 +158,8 @@
"args": [
"--dataset", "glove-100-angular",
"--concurrency", "10000",
"--logfile", "./hdfimport.log",
"--idxdrop",
"--loglevel", "DEBUG"
"--logfile", "./hdfimport-glove.log",
"--idxdrop"
],
"console": "integratedTerminal"
},
Expand Down
Loading

0 comments on commit 8754424

Please sign in to comment.