April 2014 Archives by date
Starting: Tue Apr 1 11:01:17 UTC 2014
Ending: Wed Apr 30 18:52:49 UTC 2014
Messages: 137
- hg: code-tools/jmh: Fix Ant sample to use JMH Annotation Processors.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Propagate IOExceptions properly.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Regression: Default package check should work.
aleksey.shipilev at oracle.com
- JMH support for JVM languages
Aggelos Biboudis
- JMH support for JVM languages
Aggelos Biboudis
- JMH support for JVM languages
Aggelos Biboudis
- Running benchmark with main method from the generated jar
Luis IBANEZ
- Running benchmark with main method from the generated jar
Aleksey Shipilev
- JMH support for JVM languages
Aleksey Shipilev
- Does JMH support Tycho?
Bureck, Max
- Does JMH support Tycho?
Aleksey Shipilev
- Running benchmark with main method from the generated jar
Luis IBANEZ
- Running benchmark with main method from the generated jar
Luis IBANEZ
- Does JMH support Tycho?
Bureck, Max
- Running benchmark with main method from the generated jar
Aleksey Shipilev
- Does JMH support Tycho?
Aleksey Shipilev
- JMH support for JVM languages
Aggelos Biboudis
- Running benchmark with main method from the generated jar
Luis IBANEZ
- hg: code-tools/jmh: Make Blackholes sample a bit more stringent about implicit return.
aleksey.shipilev at oracle.com
- JMH support for JVM languages
Aleksey Shipilev
- Collecting additional metrics with JMH
Doug Simon
- hg: code-tools/jmh: Archetypes: java archetype should have maven-archetype packaging.
aleksey.shipilev at oracle.com
- Problem building jmh
Doug Simon
- hg: code-tools/jmh: Fix build failure.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Migrate java-benchmark-archetype to updated metadata format.
aleksey.shipilev at oracle.com
- Problem building jmh
Aleksey Shipilev
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- Does JMH support Tycho?
Bureck, Max
- Does JMH support Tycho?
Bureck, Max
- Does jmh works with Java 8?
Leszek Bartkowski
- Does jmh works with Java 8?
Aleksey Shipilev
- Invert command line overriding
Doug Simon
- Does jmh works with Java 8?
Leszek Bartkowski
- Does jmh works with Java 8?
Aleksey Shipilev
- Invert command line overriding
Aleksey Shipilev
- Does jmh works with Java 8?
Dawid Weiss
- Invert command line overriding
Doug Simon
- Mean error bigger than mean?
Dmitry Vyazelenko
- Mean error bigger than mean?
Aleksey Shipilev
- NPE in Runner.run().entrySet() in JMH > 0.4.2
Roman Leventov
- hg: code-tools/jmh: Should not return null with Runner.run(), return empty collection instead.
aleksey.shipilev at oracle.com
- NPE in Runner.run().entrySet() in JMH > 0.4.2
Aleksey Shipilev
- NPE in Runner.run().entrySet() in JMH > 0.4.2
Roman Leventov
- NPE in Runner.run().entrySet() in JMH > 0.4.2
Julien Ponge
- Mean error bigger than mean?
Kirk Pepperdine
- hg: code-tools/jmh: JMHSample_10_ConstantFold: make baseline perform the same as measureWrong.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: JMHSample_10_ConstantFold: fix the comments as well.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Runner: throw the exception instead of silently returning the empty result set.
aleksey.shipilev at oracle.com
- NPE in Runner.run().entrySet() in JMH > 0.4.2
Aleksey Shipilev
- Mean error bigger than mean?
vyazelenko at yahoo.com
- hg: code-tools/jmh: archetypes: the sample files should be put in the relevant packages in the filesystem
aleksey.shipilev at oracle.com
- NPE in Runner.run().entrySet() in JMH > 0.4.2
Aleksey Shipilev
- hg: code-tools/jmh: Tests: JSONResultFormat tests should pass on non-UTF8 locales.
aleksey.shipilev at oracle.com
- Sending interrupts to the worker threads upon teardown
Chris Vest
- Sending interrupts to the worker threads upon teardown
Aleksey Shipilev
- Sending interrupts to the worker threads upon teardown
Aleksey Shipilev
- Sending interrupts to the worker threads upon teardown
Chris Vest
- Sending interrupts to the worker threads upon teardown
Aleksey Shipilev
- hg: code-tools/jmh: Print sane error message when @State class is inner and can not be used.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Remove the mention of nested classes from default constructor checks for @State.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Print sane error message when @Setup/@Teardown methods have arguments.
aleksey.shipilev at oracle.com
- Sending interrupts to the worker threads upon teardown
Nitsan Wakart
- hg: code-tools/jmh: Yak shaving: eliminate helpersByState
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Regression: bytecode benchmark generators may reject valid nested classes.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: cleanup StateObjectHandler a bit.
aleksey.shipilev at oracle.com
- Sending interrupts to the worker threads upon teardown
Aleksey Shipilev
- hg: code-tools/jmh: Developers' Hall of Fame should reflect JMH development history.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-it: cover one corner case prior to refactoring.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Provide sane error message when @Param value is unset.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: OptionsBuilder/CommandLineOptions.include eagerly assume empty includes means ".*" and break the option chaining.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Reformat code in BenchmarkGenerator.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: move out state binding logic into separate method in SOH.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: cleanup in StateObjectHandler.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: little more code motion in StateObjectHandler.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: StateObjectHandler again.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Properly detect inner classes in Reflection.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: positive and negative compilation tests.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-generator-reflection: list all the methods and constructors.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: check @GMB positive/negative compilation cases.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: check @State modifiers and arguments
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: check two missing @State cases.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: check missing @State cases (final states).
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: @Setup/@TearDown checks.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: try to compile the test after successful generation.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: further cleanups in StateObjectHandler.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: a little more StateObjectHandler/Identifiers magic.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: emit trial .class files into temporary directory.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: properly check @Param over char/Character.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: @Param value tests.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: merge GroupValidationPlugin into BenchmarkGenerator validation code.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: merge HelperMethodValidationPlugin into BenchmarkGenerator validation code.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: merge ParamValidationPlugin into BenchmarkGenerator validation code.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: remove Plugin, since CompilerControlPlugin is the only implementor.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Accept @State arguments in @Setup/@TearDown, accept any DAG-like dependency chain between @States.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: more @Setup/@TearDown tests.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: impicit benchmark @State should be treated as other explicit @State-s.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: clean up @State DAG linearization.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: preserve the DAG order when calling dependent @Setup/@TearDowns.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: JMHSample_28_BlackholeHelpers: showcase Blackholes injectable in @Setup/@TearDown.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: JMHSample_29_StatesDAG: showcase @State object DAGs.
aleksey.shipilev at oracle.com
- New feature: Injecting BlackHoles/Controls into Setup/Teardowns (or even the States themselves)
Aleksey Shipilev
- Feature Request: Allow @Setup to receive the thread Control
Aleksey Shipilev
- hg: code-tools/jmh: generators: reject static @GMB methods.
aleksey.shipilev at oracle.com
- Does JMH support Tycho?
Aleksey Shipilev
- hg: code-tools/jmh: generators: Move @State initializers straight to tryInit_*().
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: "tryInit_" -> "_jmh_tryInit" to make the name even more special.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: BlackHoles should fail early when instantiated by users.
aleksey.shipilev at oracle.com
- JMH support for JVM languages
Aggelos Biboudis
- hg: code-tools/jmh: jmh-scala-benchmark-archetype: fix $basedir paths to allow compilation is subprojects.
aleksey.shipilev at oracle.com
- JMH support for JVM languages
Aleksey Shipilev
- hg: code-tools/jmh: jmh-groovy-benchmark-archetype: fix $basedir paths to allow compilation is subprojects.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-kotlink-benchmark-archetype: fix $basedir paths to allow compilation is subprojects.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: make BenchmarkMode.SampleTime timestamps much rarer for very fast benchmarks, scalability bottleneck otherwise.
aleksey.shipilev at oracle.com
- Upgrade Maven versions in archetype
Henri Tremblay
- Upgrade Maven versions in archetype
Aleksey Shipilev
- hg: code-tools/jmh: generators: generate a single wrapper per @GMB test, greatly simplifies the generated code, and generator dependencies.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: align "targetSamples" line in generated code.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: check that injecting multiple blackholes works.
aleksey.shipilev at oracle.com
- JMH v0.6
Aleksey Shipilev
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- JMH v0.6
Dmitry Chuyko
- JMH v0.6
Aleksey Shipilev
- hg: code-tools/jmh: Avoid duplicate items in warmup action plan.
aleksey.shipilev at oracle.com
- Exception in Runner when more than two params declared
Robert Wicke
- hg: code-tools/jmh: Fix the failing case when more than two @Params are present at the same benchmark.
aleksey.shipilev at oracle.com
- Exception in Runner when more than two params declared
Aleksey Shipilev
- Exception in Runner when more than two params declared
Robert Wicke
- hg: code-tools/jmh: runners: sync iterations should be honored by the control thread as well.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: @CompilerControl should treat nested classes properly: HotSpot's CompilerOracle expects "$" as the delimiter.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: @CompilerControl lists should avoid duplicates.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: gracefully deliver the interrupts to stuck benchmarks.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: print the warning message when synchronize iterations are disabled.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: fix a few regressions caused by premature interrupts.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: yak shaving in LoopMicroBenchmarkHandler.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: make control thread to wait sensible time before trying to interrupt.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: generate correct code when BlackHole is injected in @Setup/TearDown(Level.Invocation).
aleksey.shipilev at oracle.com
Last message date:
Wed Apr 30 18:52:49 UTC 2014
Archived on: Wed Apr 30 18:52:53 UTC 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).