We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b041e commit f72a6bbCopy full SHA for f72a6bb
packages/benchmarks/benchmark-table/index.mjs
@@ -60,7 +60,7 @@ const table = `
60
`;
61
62
const markdownContent = `
63
-# Benchmakrs
+# Benchmarks
64
65
The following is an automated benchmark performed on the [Divina Commedia](https://en.wikipedia.org/wiki/Divina_Commedia) dataset. <br />
66
You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/packages/benchmarks/dataset/divinaCommedia.json).
@@ -70,4 +70,4 @@ You can find the full dataset [here](https://github.com/nearform/lyra/blob/main/
70
${table}
71
72
73
-console.log(markdownContent);
+console.log(markdownContent);
0 commit comments