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

Commit

Permalink
Performance test suite #22
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jun 24, 2021
1 parent 9abc393 commit d72878d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perfTests/perfTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const package = require('../package.json');
const SERVER_PORT = 3000;
const SCREENSHOT_SIZE = [200, 200];
const HEADLESS = false;
const OUTPUT_DIR = "./assets/models/xkt";
const OUTPUT_DIR = "../assets/models/xkt";
const TEST_REPORT_PATH = "./perfTests/index.md";

const firefoxOptions = {
Expand Down Expand Up @@ -257,6 +257,7 @@ async function convert(modelSrc, metaModelSrc, xktDest, objectPropsDest, stats)
});
}


function statsToMarkdown(testStats) {
const modelStats = testStats.modelStats;
const rows = [];
Expand Down

0 comments on commit d72878d

Please sign in to comment.