Skip to content

Commit 12f41e0

Browse files
committed
Add titan23 benchmarks to regression tests
Note that these are not enabled in TravisCI, as Travis machines have insufficient memory to run titan23 tests.
1 parent eda6138 commit 12f41e0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ callgrind*
5757
test/mcnc20
5858
test/vtr
5959
test/titan_other
60+
test/titan23
6061
*.tar
6162
*.tar.gz

scripts/reg_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
'mcnc20': ["http://www.eecg.utoronto.ca/~kmurray/tatum/golden_results/mcnc20_tatum_golden.tar"],
1919
'vtr': ["http://www.eecg.utoronto.ca/~kmurray/tatum/golden_results/vtr_tatum_golden.tar"],
2020
'titan_other': ["http://www.eecg.utoronto.ca/~kmurray/tatum/golden_results/titan_other_tatum_golden.tar"],
21-
#'titan': [
22-
23-
#],
21+
'titan23': ["http://www.eecg.utoronto.ca/~kmurray/tatum/golden_results/titan23_tatum_golden.tar"],
2422
#'tau15_unit_delay': [
2523

2624
#],

0 commit comments

Comments
 (0)