mirror of
https://github.com/typesense/typesense.git
synced 2025-05-15 10:42:29 +08:00
chore(bench): init benchmark repo
This commit is contained in:
parent
a8b7e93990
commit
f2df252b1b
16
benchmark/package-lock.json
generated
Normal file
16
benchmark/package-lock.json
generated
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "typesense-benchmark-cli",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "typesense-benchmark-cli",
|
||||
"version": "0.0.0",
|
||||
"license": "GPL",
|
||||
"bin": {
|
||||
"typesense-benchmark": "dist/index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
32
benchmark/package.json
Normal file
32
benchmark/package.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "typesense-benchmark-cli",
|
||||
"version": "0.0.0",
|
||||
"description": "Benchmarking tool for Typesense",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"typesense-benchmark": "./dist/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"full-text search",
|
||||
"search engine",
|
||||
"typesense",
|
||||
"benchmark"
|
||||
],
|
||||
"author": {
|
||||
"name": "Typesense, Inc.",
|
||||
"email": "contact@typesense.org",
|
||||
"url": "https://typesense.org"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Fanis Tharropoulos",
|
||||
"email": "fanis@typesense.org",
|
||||
"url": "https://github.com/tharropoulos"
|
||||
}
|
||||
],
|
||||
"license": "GPL"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user