-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
add msft specjbb run #4551
Closed
Closed
add msft specjbb run #4551
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
Contributor
karianna
commented
Apr 28, 2023
- Add support for TechEmpower Framework Benchmarks
- Add initial ycsb support (need slave machines to set up build #2)
- save reports for YCSB (Setup code coverage analysis for test builds #4)
- Initial support for the SPECjbb perf testing benchmark (Improvements to the README #1)
- update SpecJBB job from initial TRSS testing (TestExample fails to compile with javac not found on SE80 #5)
- add ability to pass JVM_OPTIONS to YCSB (Add 3rd party dependencies wget file #7)
- fixup
- Copy TechEmpower results to report directory (Add label and timpstamps #8)
- Refactor base script
- add EXTRA_YCSB_PROPERTIES
- Add EXTRA_DOCKER_ARGS option for TechEmpower
- Add in guidance from test plan
- Try to add a call to have affinity for CPUs
- numa and sunc and clear cache enabled
- Update to use proper tee command for memory flushes
- Add debug output to affinity detection
- Add debug output to affinity detection
- Add debug output to affinity detection
- Add debug output to affinity detection
- remove dev null logging of affinity detection
- revert previous change
- revert previous change
- revert previous change
- revert previous change
- add test root
- add test root
- Manually use numactl
- Fix the number of cores Martijn, seriously.
- Add huge page debug
- automatically calculate cores and log commands
- Add madvise for THP support
- Add madvise for THP support
- refactor script some more
- Attempt at composite script
- Refactor base script
- Add in guidance from test plan
- Try to add a call to have affinity for CPUs
- numa and sunc and clear cache enabled
- Update to use proper tee command for memory flushes
- Add debug output to affinity detection
- Add debug output to affinity detection
- Add debug output to affinity detection
- Add debug output to affinity detection
- remove dev null logging of affinity detection
- revert previous change
- revert previous change
- revert previous change
- revert previous change
- add test root
- add test root
- Manually use numactl
- Fix the number of cores Martijn, seriously.
- Add huge page debug
- automatically calculate cores and log commands
- Add madvise for THP support
- Add madvise for THP support
- refactor script some more
- Attempt at composite script
- add mirror job for upstream
- fix workflow
- Add support for Renaissance JMH benchmarks, including a script to generate the playlist.xml file (Reorganize stages in test build for reusability #11)
- Fixes to wait for composite
- fix logging of composite run
- Refactor scripts in accoradance with DRY and fix more Shellcheck
- refactor after review
- fix sourcing of affinity
- Update docs
- More basic docs
* Add initial ycsb support * Add ycsb to perf README * Minor edits to ycsb files * Extract YCSB version and formatting changes --------- Co-authored-by: Stephanie Crater <scrater@microsoft.com>
* save reports for YCSB * Update playlist.xml
* initial commit * complete build config for specjbb * add run scripts * move build script and update locations in build file * add playlist file for specjbb * remove comment * remove quotes from JAVA env var * move test env make file into run dir * update perf readme to include specjbb * add a readme for the specjbb benchmark * fix formatting for xml files * clean up shell script comments * remove unnessasary step of checking current dst since the build dir is always new * change rsync command to cp since we always start with a clean build dir * change SPEC_OPTS to SPECJBB_OPTS * reword comments to match the action that they are describing * add comments to describe shell scripts * update README * Update README.md --------- Co-authored-by: George Adams <georgeadams1995@gmail.com>
Initial support for TechEmpower Framework Benchmarks
* update SpecJBB job from initial TRSS testing * fix bug * fixup * rewrite getSpecjbbSuite.sh using antfile
Co-authored-by: Stephanie Crater <scrater@microsoft.com>
Add EXTRA_YCSB_PROPERTIES
Add EXTRA_DOCKER_ARGS option for TechEmpower
…erate the playlist.xml file (#11) * Initial Renaissance JMH configs * JMH names might be different - testing * Some additional flags to workaround some failures * Generating playlist * Added ADD_OPENS_CMD * Added GC profiling * Unique GC log for each benchmark * Put benchmarks in alphabetical order * Added comments, updated forks, fixed whitespace * Updated/added README.md files. * Fixed typo * Minor naming update
… into add_msft_specjbb_run
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.