PromucFlow_constructor/app/client/perf/gen-summary.js
Satish Gandham 4bff451735
chore: persist performance test results (#11208)
* Persist performance run data to supabase

* Remove stray comment

Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-02-16 19:55:33 +05:30

7 lines
210 B
JavaScript

const { summaries } = require("./src/summary");
const path = require("path");
global.APP_ROOT = path.join(__dirname); //Going back one level from src folder to /perf
summaries(`${__dirname}/traces/reports`);