Skip to content

Commit

Permalink
Revert "No gzip for debugging"
Browse files Browse the repository at this point in the history
This reverts commit fb41ec2.
  • Loading branch information
smarr committed Mar 20, 2024
1 parent 8fea122 commit cf9143b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/db/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,8 @@ export abstract class Database {
Experiment.id = ${expId}
ORDER BY
runId, trialId, cmdline, invocation, iteration, criterion
) TO '${outputFile}'
) TO PROGRAM 'gzip -9 > ${outputFile}'
WITH (FORMAT csv, HEADER true)`;
//) TO PROGRAM 'gzip -9 > ${outputFile}'
const result = await this.query({
text: query
});
Expand Down

0 comments on commit cf9143b

Please sign in to comment.