Skip to content

Commit

Permalink
dictionary copied for jmh benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lumber1000 committed Aug 21, 2024
1 parent b1de9e9 commit 7e23634
Show file tree
Hide file tree
Showing 2 changed files with 7,473 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ open class BenchmarkState {
@Setup(Level.Trial)
fun setup() {
val dictionary: IDictionaryStructure = FixNgCodecTest::class.java.classLoader
.getResourceAsStream("dictionary.xml")
.getResourceAsStream("dictionary-benchmark.xml")
.use(XmlDictionaryStructureLoader()::load)

codec = FixNgCodec(dictionary, FixNgCodecSettings(dictionary = "", decodeValuesToStrings = true))
Expand Down
Loading

0 comments on commit 7e23634

Please sign in to comment.