adoptium / bumblebench

A microbenchmarking test framework for Eclipse Adoptium
Apache License 2.0
23 stars 32 forks source link

Changed µ to u in BumbleBench.java #13

Closed samasri closed 5 years ago

samasri commented 5 years ago

Compiling with µ gives unmappable character for encoding ASCII error Issue not happening on all systems Issue spotted on a docker image downloaded from openj9 with jdk11

Signed-off-by: samasri samasri@ibm.com

sehirst commented 5 years ago

The character is only used to display the unit of time, i.e. microseconds so changing it is fine.