https://github.com/sirthias/benchmarks
https://github.com/sirthias/benchmarks
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sirthias/benchmarks
- Owner: sirthias
- License: apache-2.0
- Created: 2015-02-27T13:28:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T14:18:29.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T07:24:38.988Z (4 months ago)
- Language: Scala
- Size: 277 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Benchmarks
==========A collection of potentially interesting benchmarks on the JVM with a specific focus on the current Scala compiler,
produced with JMH (and `@ktoso`_ 's excellent `sbt-jmh`_ plugin).
Apart from simply showing benchmark results this project is also meant as a quickstart basis for your own benchmarking
endeavors. If you think you have something that might be interesting to a wider audience
you are more than welcome to `Contribute`_.Test Machine
------------All results shown here are produced on a MacBook Pro with a
- Intel(R) Core(TM) i7-4960HQ CPU @ 2.60GHz* running *OS/X 10.9.5* and
- Java(TM) SE Runtime Environment (build 1.8.0_31-b13)* on
- Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)*.Contribute
----------Additions, corrections, improvements, comments, etc. are welcome anytime.
License
-------Licensed under `APL 2.0`_.
.. _sbt-jmh: https://github.com/ktoso/sbt-jmh/
.. _@ktoso: https://github.com/ktoso
.. _APL 2.0: http://www.apache.org/licenses/LICENSE-2.0