Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christophwurst/authtoken-index-bench
https://github.com/christophwurst/authtoken-index-bench
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/christophwurst/authtoken-index-bench
- Owner: ChristophWurst
- License: mit
- Created: 2023-11-02T17:44:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T11:51:46.000Z (8 months ago)
- Last Synced: 2024-10-29T19:02:37.063Z (3 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# authtoken-index-bench
## Baseline
```bash
mariadb-slap -u root -p --delimiter=";" --create=schema_baseline.sql --query=client_baseline.sql --concurrency=10 --iterations=5
```## Empty passwords
```bash
mariadb-slap -u root -p --delimiter=";" --create=schema_empty-password.sql --query=client_baseline.sql --concurrency=10 --iterations=5
```## SELECT without keys and password
```
mariadb-slap -u root -p --delimiter=";" --create=schema_baseline.sql --query=client_select-no-keys-password.sql --concurrency=10 --iterations=5
```Result: no improvement.
## VARCHARS instead of LONGTEXT
```bash
mariadb-slap -u root -p --delimiter=";" --create=schema_varchar.sql --query=client_baseline.sql --concurrency=10 --iterations=5
```