Skip to content

Commit 1e780de

Browse files
authored
remove internal run (#554)
* Eliminate internal runs/config system.
1 parent 9f80c7b commit 1e780de

File tree

13 files changed

+105
-274
lines changed

13 files changed

+105
-274
lines changed

Cargo.lock

+30-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enclone_exec/tests/enclone_test1.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,7 @@ fn test_cpu() {
459459
// Speed test 1.
460460

461461
let it = 1;
462-
let test =
463-
"BI=10 NCROSS NGEX NOPRINT PRINT_CPU NCORES BUILT_IN EXPECT_OK EXPECT_NULL NO_PRE NFORCE";
462+
let test = "BI=10 NCROSS NGEX NOPRINT PRINT_CPU NCORES BUILT_IN EXPECT_OK EXPECT_NULL NO_PRE";
464463
let expect = 16638;
465464
let percent_dev = 6.0;
466465
println!("\nSpeed test 1");
@@ -526,7 +525,7 @@ fn test_cpu() {
526525

527526
let it = 2;
528527
let test =
529-
"BI=1-2,5-12 MIX_DONORS NOPRINT PRINT_CPU NCORES BUILT_IN EXPECT_OK EXPECT_NULL NO_PRE NFORCE";
528+
"BI=1-2,5-12 MIX_DONORS NOPRINT PRINT_CPU NCORES BUILT_IN EXPECT_OK EXPECT_NULL NO_PRE";
530529
let expect = 137.6;
531530
let percent_dev = 6.0;
532531
println!("Speed test 2");

0 commit comments

Comments
 (0)