-
Each of Jackson/Borer/Kryo claims to be faster than Java serialization... let's do a simple check (a few million calls of `SerializationTestKit#verify`?) how do they actually compare. Let's consider a…
-
Hi, thanks for creating this! It's great to use to show people the results of various benchmarks without making them look at a bunch of JSON or CLI output :)
I was hoping to play around with this (…
-
Use cases:
1) plotting with external tools like [jmh-visualizer](https://github.com/jzillmann/jmh-visualizer)
2) importing results into [benchdb](https://github.com/lightbend/benchdb)
-
![image](https://user-images.githubusercontent.com/890289/82136230-a5af1b00-980b-11ea-9259-58b5c0b68596.png)
-
I'm trying to use the Scala.js benchmark in this PR: https://github.com/plokhotnyuk/jsoniter-scala/pull/526
Currently, build `sbt jsoniter-scala-benchmarkJS/fullOptJS` fails with the following erro…
-
Hi,
I would like to know if the UI could accept jmh files by the address.
What do you think?
Juan Antonio
-
I have a benchmark which parses JSON data from UTF-8 bytes to a structure of nested classes with 20-40 fields.
Code for that is generated by Scala macros and compiled by scalac to long methods with…
-
Please add a configuration parameter for the `Target` methods.
Implementation of it can use own default values, like here:
```
def encode[T: Encoder](value: T, config: EncodingConfig = EncodingCo…
-
Can provide a maven jmh report?
-
Showing the 'JMH Visualizer menu' should be optional for use with external URLS and Gists.
From @skjolber (https://github.com/jzillmann/jmh-visualizer/issues/9):
> As aleksandr-vin, I would be v…