aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-28Remove javac-helper.sh use and adjust BCP.HEADmasterArtem Serov
2021-11-17Inclusive rewording of comments across multiple filesJoel Goddard
2021-10-26ART: Add boot.oat support to compile statistics scriptsArtem Kotsiuba
2021-09-30ART: Modify build.sh in order to make it compatible with DaCapo benchmarksArtem Kotsiuba
2021-09-15ART: Replace old script (run.py) to get compilation metricsArtem Kotsiuba
2021-07-27Add more detailed benchmarks for System.arraycopy to coverArtem Kotsiuba
2020-04-08Add ability to calibrate benchmark as separate taskEvgeny Astigeevich
2020-03-23Fix errors "'./benchmarks/benchmarks/lib/*.jar': No such file or directory"Evgeny Astigeevich
2020-03-20Implement cmd option to list all benchmarksEvgeny Astigeevich
2020-03-19Make to use different javac for target and host buildsEvgeny Astigeevich
2020-02-18Merge "Add FP isInfinite() intrinsics benchmarks."Artem Serov
2020-02-13Add FP isInfinite() intrinsics benchmarks.Artem Serov
2020-02-10Fix java.io.FileNotFoundException from jarEvgeny Astigeevich
2020-02-03Fix checkstyle errors in benchmarksgameEvgeny Astigeevich
2020-01-31Improve stability of testsimd benchmarksEvgeny Astigeevich
2020-01-17Merge "Improve stability of micro/Simd64Types.java"Evgeny Astigeevich
2020-01-17Merge "Update benchmarksgame sources for code style and stability"Evgeny Astigeevich
2020-01-16Improve stability of micro/Simd64Types.javaEvgeny Astigeevich
2019-11-22Merge "Support benchmark filtering in run.py."Artem Serov
2019-10-11Improve stability of micro/StringEquals.javaEvgeny Astigeevich
2019-10-11Merge "Restore gathering compilation statistics"Evgeny Astigeevich
2019-10-11Merge "Improve stability of micro/GCCLoops.java"Evgeny Astigeevich
2019-09-10Restore gathering compilation statisticsEvgeny Astigeevich
2019-09-09Merge "Fix run.py result calculation when using the --dont-auto-calibrate opt...David Horstmann
2019-09-09Improve stability of micro/GCCLoops.javaEvgeny Astigeevich
2019-09-03Fix KeepSameKeys function.Julien Duraj
2019-09-02Fix run.py result calculation when using the --dont-auto-calibrate option.David Horstmann
2019-09-02Fix checkstyle wrappers.Julien Duraj
2019-09-02framework: fix Java checkstyle errors.Julien Duraj
2019-08-23Add NullOutputStream and readDataFromFileEvgeny Astigeevich
2019-08-23Introduce Benchmark classEvgeny Astigeevich
2019-08-23Merge "Add support of benchmark jar and resources files"Evgeny Astigeevich
2019-08-23Add support of benchmark jar and resources filesEvgeny Astigeevich
2019-08-19Fix style for StringOps benchmarkDavid Horstmann
2019-08-16Support benchmark filtering in run.py.Artem Serov
2019-08-16Make test.py exit with its test return value.Julien Duraj
2019-08-09Improve StringOps StringGetCharsNoCheck benchmarkDavid Horstmann
2019-06-20Update benchmarksgame sources for code style and stabilityEvgeny Astigeevich
2019-03-08Add workarounds to run benchmarks with chroot approachEvgeny Astigeevich
2018-10-25Fix the building benchmark list.Artem Serov
2018-06-25boot.oat stats: FileSize value must be an arrayJulien Duraj
2018-06-22Support fetching stats from locally built boot.oatJulien Duraj
2018-02-16Update javac version and make it work with JDK9.Artem Serov
2017-09-06Add Long and Double Simd Add benchmark.xueliang.zhong
2017-08-10Merge "Benchmarks: Create bechmarks for one-bit intrinsics."Xueliang Zhong
2017-08-09Benchmarks: Create bechmarks for one-bit intrinsics.Petre-Ionut Tudor
2017-08-09Fix lint whitespace problem in Reversi.xueliang.zhong
2017-07-27Introduce ArrayBoundsCheck case in micro benchmark.xueliang.zhong
2017-06-14Fix compiler-filter option for benchmark runnerJulien Duraj
2017-05-22Merge "Implement cpuset support."Anton Kirilov