-
Notifications
You must be signed in to change notification settings - Fork 228
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
Performance tests #840
Closed
Closed
Performance tests #840
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Added Benchmark testbench Signed-off-by: Mikael Mortensen <[email protected]>
Added an option to the makefile to overwrite the path to the sim folder. This allows us to point to a different test environment than just simple Signed-off-by: Mikael Mortensen <[email protected]>
Added the path to the benchmark testbench for benchmark runs. Signed-off-by: Mikael Mortensen <[email protected]>
Added support for the benchmark testbench Signed-off-by: Mikael Mortensen <[email protected]>
Added support for the benchmark testbench Signed-off-by: Mikael Mortensen <[email protected]>
Increase memory size to 128kb to be able to fit full benchmark test code Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
disabled the mret test from _all until it gets debugged. Changed the store test to use SP+4 as the target. Signed-off-by: Mikael Mortensen <[email protected]>
removed U mode to allow mret testing Signed-off-by: Mikael Mortensen <[email protected]>
fixed silent mode spelling Signed-off-by: Mikael Mortensen <[email protected]>
fixed bug in blt backwards Signed-off-by: Mikael Mortensen <[email protected]>
Fixed bltu backwards not working Signed-off-by: Mikael Mortensen <[email protected]>
Note: Software pull request fails as its going to the performance_test area and trying to build, which right now doesn't work. |
Added default makefile that will call into the I directory to make checkin and regressions pass Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Updated makefile to support clean_all Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
Signed-off-by: Mikael Mortensen <[email protected]>
FTR Update of this PR in #844 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a benchmark test bench that is being used for the performance tests. The benchmark testbench has almost everything in the core disabled. It has 128kb of IRAM to ensure we have enough space for the test suites and U mode disabled.
Added a test finish process allowing the main.c to signal the testbench to stop running.
Updated common.mk to support using something other than the simple testbench using makefile variables.
Added a run_performance.sh script that runs through all the tests with the _all setting. This will basically plot all the performance numbers measured.
Fixed a few bugs in the I performance test causing test failures.
TODO: Fix the mret test as its still failing. Added support for C and B extensions.