adoptium / bumblebench

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

Add encoding option to "string" test to prevent build failure #22

Closed junyuanz1 closed 4 years ago

junyuanz1 commented 4 years ago

Since the StringIndexOfStringBench test contains some UTF-8 chars. Force to use UTF-8 encoding to prevent build failure if the default encoding is not UTF-8.