mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
test: refactor accuracy benchmark generation
This commit is contained in:
@@ -122,16 +122,16 @@ const analyticsDataset: Dataset = {
|
||||
}
|
||||
|
||||
/**
|
||||
* GitHub dataset: Popular repositories
|
||||
* Real-world dataset: Top 100 starred GitHub repositories
|
||||
*
|
||||
* @remarks
|
||||
* Tests TOON's tabular format with real-world data
|
||||
* Tests TOON's tabular format
|
||||
*/
|
||||
const githubDataset: Dataset = {
|
||||
name: 'github',
|
||||
description: 'Popular GitHub repositories',
|
||||
description: 'Top 100 GitHub repositories',
|
||||
data: {
|
||||
repositories: githubRepos.slice(0, 200),
|
||||
repositories: githubRepos,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user