Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Performance test results tweak #22
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jun 27, 2021
1 parent ab4a3f5 commit 0a76f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfTests/perfTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function statsToMarkdown(testStats) {
rows.push('| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |');
for (let modelId in modelStats) {
const stats = modelStats[modelId];
rows.push(`| [![](https://xeokit.github.io/xeokit-xkt-utils/assets/models/xkt/${modelId}/screenshot/screenshot.png)](https://xeokit.github.io/xeokit-xkt-utils/demos/demoXKT.html?xktSrc=../${stats.xktDest}) | [${modelId}](https://xeokit.github.io/xeokit-xkt-utils/demos/demoXKT.html?xktSrc=../${stats.xktDest}) | ${stats.conversionTime} | ${stats.loadingTime} | ${stats.fps} | ${stats.numObjects} | ${stats.numTriangles} | ${stats.numVertices} | ${stats.sourceSize} | ${stats.xktSize} | ${stats.compressionRatio} |`);
rows.push(`| [![](https://xeokit.github.io/xeokit-xkt-utils/assets/models/xkt/${modelId}/screenshot/screenshot.png)](https://xeokit.github.io/xeokit-xkt-utils/demos/demoXKT.html?xktSrc=../${stats.xktDest}) | [${modelId}](https://xeokit.github.io/xeokit-xkt-utils/demos/demoXKT.html?xktSrc=../${stats.xktDest}) | ${stats.conversionTime} secs | ${stats.loadingTime} secs | ${stats.fps} FPS | ${stats.numObjects} | ${stats.numTriangles} | ${stats.numVertices} | ${stats.sourceSize} Kb | ${stats.xktSize} Kb | ${stats.compressionRatio} |`);
}
return rows.join("\n");
}
Expand Down

0 comments on commit 0a76f8e

Please sign in to comment.