Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: performance evaluation #182

Open
ShannonBase opened this issue May 28, 2024 · 1 comment
Open

Feature: performance evaluation #182

ShannonBase opened this issue May 28, 2024 · 1 comment
Assignees
Labels
feature it will be implemented as a new feature help wanted Extra attention is needed testing test cases

Comments

@ShannonBase
Copy link
Contributor

Summary

Using perf to evaluate the performance of ShannonBase, mainly focus on memory, such as memory bandwith usage, cache miss, etc.

and to evaluate the impact of options of gcc on performance.

ref:
https://en.wikipedia.org/wiki/Cache_prefetching

@ShannonBase ShannonBase added the feature it will be implemented as a new feature label May 28, 2024
@ShannonBase ShannonBase self-assigned this May 28, 2024
@ShannonBase ShannonBase added help wanted Extra attention is needed testing test cases labels May 28, 2024
@ShannonBase
Copy link
Contributor Author

using perf to test metrics on memory.

1: create database xxx;

2:  create user.
CREATE USER 'testuser'@'localhost' IDENTIFIED BY 'testpass';
GRANT ALL PRIVILEGES ON testdb.* TO 'testuser'@'localhost';
FLUSH PRIVILEGES;

3:sysbench --mysql-host=127.0.0.1  --mysql-db=testdb --mysql-user=testuser --mysql-password=testpass --table-size=1000000 --tables=10 /usr/share/sysbench/oltp_read_write.lua prepare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature it will be implemented as a new feature help wanted Extra attention is needed testing test cases
Projects
None yet
Development

No branches or pull requests

1 participant