renaissance icon indicating copy to clipboard operation
renaissance copied to clipboard

The Renaissance Benchmark Suite

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

In some benchmarks (particularly those running on Spark), there are timeouts that trigger (e.g., causing a `TimeoutException`) if a response does not come within a given timeframe. While the timeout...

enhancement

Follow-up to the discussion in #325 ([direct link](https://github.com/renaissance-benchmarks/renaissance/pull/325#pullrequestreview-803676465)). Main point is to test LTS versions first.

The model checker (https://github.com/tlaplus/tlaplus) is optimized for throughput and has a single hot path. I can come up with benchmarks for a) scalability and b) throughput. One is a spec...

benchmark-candidate

I wanted to update our [Docker images](https://github.com/renaissance-benchmarks/docker-buildenv) to use Fedora 35 (instead of 34) and this actually lead to quite extraordinary failures. Here is [log of one of the runs](https://github.com/renaissance-benchmarks/renaissance/runs/5010160956)....

compatibility

Since there has been quite a lot of renaissance releases in the last couple of years, it may not be obvious for a user to locate the benchmark sources on...

We should consider adding a workload that represents reactive serverless Java environments, such as Quarkus and friends. Some bits of thought: - At the core a REST service workload, so...

benchmark-candidate

The Apache Solr project is a search platform written in Java. This looks like a good candidate for a renaissance benchmark. Especially since they have JMH benchmarks that could be...

benchmark-candidate

Opening to keep track of benchmarks still stuck on Scala 2.12. As of Spark 3.2.0, Scala 2.13 is now supported: https://spark.apache.org/releases/spark-release-3-2-0.html Should be eventually migrated from 2.12 to 2.13: -...

Currently, the performance of the Spark benchmarks does not change with the configured number of executors, except for ALS, which partitions the input data based on the configuration. This may...

Downloaded `jdk-12.0.1+12` from https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot#x64_linux and renaissance jar from the release page. Encountered the following crash with `java -jar renaissance-mit-0.9.0.jar -r 1 db-shootout`: ``` Error during tear-down: null java.lang.NullPointerException at org.lmdbjava.bench.Chronicle$CommonChronicleMap.teardown(Chronicle.java:131)...

bug
compatibility