2024-03-04 14:31:14 +01:00
|
|
|
{
|
|
|
|
"name": "movies.json,no-threads",
|
|
|
|
"run_count": 2,
|
|
|
|
"extra_cli_args": [
|
|
|
|
"--max-indexing-threads=1"
|
|
|
|
],
|
|
|
|
"assets": {
|
|
|
|
"movies.json": {
|
|
|
|
"local_location": null,
|
|
|
|
"remote_location": "https://milli-benchmarks.fra1.digitaloceanspaces.com/bench/datasets/movies.json",
|
|
|
|
"sha256": "5b6e4cb660bc20327776e8a33ea197b43d9ec84856710ead1cc87ab24df77de1"
|
|
|
|
}
|
|
|
|
},
|
2024-05-07 14:03:14 +02:00
|
|
|
"precommands": [
|
2024-03-04 14:31:14 +01:00
|
|
|
{
|
|
|
|
"route": "indexes/movies/settings",
|
|
|
|
"method": "PATCH",
|
|
|
|
"body": {
|
|
|
|
"inline": {
|
|
|
|
"searchableAttributes": [
|
|
|
|
"title",
|
|
|
|
"overview"
|
|
|
|
],
|
|
|
|
"filterableAttributes": [
|
|
|
|
"genres",
|
|
|
|
"release_date"
|
|
|
|
],
|
|
|
|
"sortableAttributes": [
|
|
|
|
"release_date"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2024-05-07 14:03:14 +02:00
|
|
|
"synchronous": "WaitForTask"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"commands": [
|
2024-03-04 14:31:14 +01:00
|
|
|
{
|
|
|
|
"route": "indexes/movies/documents",
|
|
|
|
"method": "POST",
|
|
|
|
"body": {
|
|
|
|
"asset": "movies.json"
|
|
|
|
},
|
|
|
|
"synchronous": "WaitForTask"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|