Skip to content

Commit

Permalink
Update project name in readme (#29)
Browse files Browse the repository at this point in the history
Minor updates to test and hyperlinks to reflect new location
  • Loading branch information
tellison committed Mar 25, 2021
1 parent b68d632 commit 707c96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bumblebench
This microbenchmarking test framework for AdoptOpenJDK, along with [jmh](http://openjdk.java.net/projects/code-tools/jmh/) will be used to create and run different types of benchmarks on binaries produced at AdoptOpenJDK (to verify that large perf regressions are caught). While we may have limited access to isolated performance machines, many microbenchmarks can still be useful to catch regressions early. You can find a [Quick Start Guide](https://github.com/AdoptOpenJDK/bumblebench/wiki/BumbleBench-and-HumbleBench#quick-start) and other useful documentation at the [BumbleBench and HumbleBench wiki page](https://github.com/AdoptOpenJDK/bumblebench/wiki/BumbleBench-and-HumbleBench).
This microbenchmarking test framework for [Eclipse Adoptium](https://adoptium.net), along with [jmh](http://openjdk.java.net/projects/code-tools/jmh/) will be used to create and run different types of benchmarks on binaries produced at Adoptium (to verify that large perf regressions are caught). While we may have limited access to isolated performance machines, many microbenchmarks can still be useful to catch regressions early. You can find a [Quick Start Guide](https://github.com/adoptium/bumblebench/wiki/BumbleBench-and-HumbleBench#quick-start) and other useful documentation at the [BumbleBench and HumbleBench wiki page](https://github.com/adoptium/bumblebench/wiki/BumbleBench-and-HumbleBench).

BumbleBench is a microbenchmark tool intended to make it as easy as possible to avoid common pitfalls when microbenchmarking Java. It is intended to make sure that test runs spend most of their time running the desired piece of code compiled at the highest possible level of quality. This is surprisingly tricky in an environment with dynamic compilation employing aggressive speculative optimizations.

Expand Down

0 comments on commit 707c96e

Please sign in to comment.