Skip to content

Commit

Permalink
Release v2.2.5+0.1.8+8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dizzled committed Jun 26, 2024
1 parent 8b23ef4 commit 06bc5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/benchmark/runBenchmark.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const reportPath = path.join(
__dirname,
"../../../src/test/benchmark/benchmarkPrivate/report.json"
);
const immBenchmark: Benchmark = {
export const immBenchmark: Benchmark = {
name: "Benchmark predef tactics in IMM group A",
items: datasetFromJson(resPath, "imm"),
inputModelsParams: onlyAutoModelsParams,
Expand All @@ -60,7 +60,7 @@ const immBenchmark: Benchmark = {
perProofTimeoutMillis: 30000,
};

const benchmarks: Benchmark[] = [immBenchmark];
const benchmarks: Benchmark[] = [];

suite("Benchmark", () => {
const reportHolder = new BenchmarkReportHolder(reportPath);
Expand Down

0 comments on commit 06bc5ee

Please sign in to comment.