This pull request introduces new memory access tests for the test-tlb application to evaluate performance with various memory sizes and strides. It also updates the README.md file to provide comprehensive instructions on using the new tests and understanding the results.
Changes
New Tests: Added multiple test cases with different memory sizes and strides to better assess performance.
Makefile Updates: Modified Makefile to include the new tests and ensure correct execution.
Documentation: Enhanced README.md with detailed usage instructions and explanations of the new tests.
Testing
Verified that all new test cases run successfully and produce the expected results.
Ensured that the README.md accurately reflects the new test functionality and provides clear instructions for users.
Additional Information
The pull request contains updates to test-tlb.c, Makefile, and README.md.
Please review the changes and let me know if any adjustments are needed.
Summary
This pull request introduces new memory access tests for the
test-tlb
application to evaluate performance with various memory sizes and strides. It also updates theREADME.md
file to provide comprehensive instructions on using the new tests and understanding the results.Changes
Makefile
to include the new tests and ensure correct execution.README.md
with detailed usage instructions and explanations of the new tests.Testing
README.md
accurately reflects the new test functionality and provides clear instructions for users.Additional Information
test-tlb.c
,Makefile
, andREADME.md
.Thank you for considering this contribution!