https://github.com/techery/orientdb-nodejs
For testing orientdb performance with nodejs driver
https://github.com/techery/orientdb-nodejs
Last synced: 8 months ago
JSON representation
For testing orientdb performance with nodejs driver
- Host: GitHub
- URL: https://github.com/techery/orientdb-nodejs
- Owner: techery
- Created: 2016-01-05T14:48:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T14:36:46.000Z (over 10 years ago)
- Last Synced: 2025-05-07T20:19:29.976Z (about 1 year ago)
- Language: JavaScript
- Size: 326 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Research OrientDB Perfomance
## Info
We have this type of query
```
'createPost',
'updatePost',
'getUserInfo',
'getUserPosts',
'getUserFriends',
'getUserFriendPosts',
```
Make query string with chances
`?chance[updatePost]=1&chance[getUserPosts]=1`
Run on 52.26.42.104
1) `npm start`
2) `ab -n 100000000 -c 50 http://localhost:8000/?chance[updatePost]=1&chance[getUserPosts]=1`
## Some scripts
`npm run makeReport` - make csv report.
`npm run createTimeboard` - make new databoard in datadog. use for new query type
`npm run makeChunk` - make user chunk. fill const in the file
## Loadrunner
Check bin folder