renaissance icon indicating copy to clipboard operation
renaissance copied to clipboard

The Renaissance Benchmark Suite

Results 53 renaissance issues
Sort by recently updated
recently updated
newest added

Since benchmarks may get added and removed across releases, and we still want to have a staging area of benchmarks under consideration, as well as keep the removed ones for...

As pointed out on the jdk-dev mailing list, there are some minor issues on the website : The website could be more perfect if the following issues be fixed: 1)...

website

Reported by a user: ``` Mobile view on renaissance doesn’t work well for me; the page jitters ```

website

SBT has a plugin called `sbt-java-formatter`, maybe we should try that out: https://stackoverflow.com/questions/33494711/java-code-formatter-for-sbt

development

We should provide a detailed high-level description of each benchmark, so that a reader can get a quick understanding of what a benchmark is doing with what data. For benchmarks...

enhancement

Very recently, [databricks announced](https://databricks.com/blog/2019/04/24/open-sourcing-delta-lake.html) the open sourcing of [Delta Lake](https://delta.io) which provides ACID transactions on top of Apache Spark. Delta Lake is licensed under Apache 2. It would be worth...

benchmark-candidate

Attempt to completely remove `log4j` from `apache-spark` dependencies. Complements #365 which updated `slf4j-log4j12` to pull in `reload4j`, but did not remove direct the Spark dependency on `log4j`. With `log4j` removed,...

At this time, we cannot use plugins with AOT compiled benchmarks - the harness uses `URLClassLoader` to get the plugin code from the JAR, with AOT compilation the class collection...

enhancement

Run twice with `-r 100`, but the score of the first run is very different from the second, about 20% floating, so, Is there a way to make it float...

As a result of [JDK-8296244](https://bugs.openjdk.org/browse/JDK-8296244) some/all Spark benchmarks in renaissance are broken: ``` Benchmark 'als' failed with exception: java.lang.UnsupportedOperationException: getSubject is supported only if a security manager is allowed at...