mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
test: update retrieval accuracy benchmarks
This commit is contained in:
@@ -59,7 +59,7 @@ let totalToonTokens = 0
|
||||
const results: BenchmarkResult[] = []
|
||||
|
||||
for (const example of BENCHMARK_EXAMPLES) {
|
||||
const data = await example.getData()
|
||||
const data = example.getData()
|
||||
|
||||
const jsonString = JSON.stringify(data, undefined, 2)
|
||||
const toonString = encode(data)
|
||||
|
||||
Reference in New Issue
Block a user