ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
37 stars 36 forks source link
micro-benchmarks synchronization

Synchronization Benchmarks

This is a micro-benchmarks suite targeting evaluation of synchronization primitives used primarily in data-center application and system software by evaluating their scalability and code overhead. It contains synchronization primitives that are both independently developed and extracted from real software applications.

License

The software is provided under a BSD-3-Clause license. Contributions to this project are accepted under the same license with developer sign-off as described in the Contributing Guidelines.

This project contains code from other projects, the license information for which can be found in the relevant directories or files. Any contributions to third party open source projects are under the relevant license for that project or file.

Repository Contents

The synchronization-benchmarks repository is divided up into multiple directories with the following semantics:

Getting Started

Clone this repository and add the commit-msg hook from the hooks/ directory into your .git/hooks directory. To build the microbenchmarks, follow the build and run instructions in the individual test sub-directories contained in benchmarks/.

Feedback and support

Arm welcomes any feedback on this benchmark suite. If you find that this suite lacks important tests, please use the Github issue tracker to log the issue and initiate a pull request with your fixes as outlined in the Contributing Guidelines.


Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.

.. _GitHub: https://www.github.com/ARM-software/synchronization-benchmarks .. _GitHub issue tracker: https://github.com/ARM-software/synchronization-benchmarks/issues .. _license: ./LICENSE .. _Contributing Guidelines: ./contributing.rst