Skip to content

Commit

Permalink
remove internal run (#554)
Browse files Browse the repository at this point in the history
* Eliminate internal runs/config system.
  • Loading branch information
macklin-10x authored Apr 19, 2024
1 parent 9f80c7b commit 1e780de
Show file tree
Hide file tree
Showing 13 changed files with 105 additions and 274 deletions.
77 changes: 30 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions enclone_exec/tests/enclone_test1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,7 @@ fn test_cpu() {
// Speed test 1.

let it = 1;
let test =
"BI=10 NCROSS NGEX NOPRINT PRINT_CPU NCORES BUILT_IN EXPECT_OK EXPECT_NULL NO_PRE NFORCE";
let test = "BI=10 NCROSS NGEX NOPRINT PRINT_CPU NCORES BUILT_IN EXPECT_OK EXPECT_NULL NO_PRE";
let expect = 16638;
let percent_dev = 6.0;
println!("\nSpeed test 1");
Expand Down Expand Up @@ -526,7 +525,7 @@ fn test_cpu() {

let it = 2;
let test =
"BI=1-2,5-12 MIX_DONORS NOPRINT PRINT_CPU NCORES BUILT_IN EXPECT_OK EXPECT_NULL NO_PRE NFORCE";
"BI=1-2,5-12 MIX_DONORS NOPRINT PRINT_CPU NCORES BUILT_IN EXPECT_OK EXPECT_NULL NO_PRE";
let expect = 137.6;
let percent_dev = 6.0;
println!("Speed test 2");
Expand Down
Loading

0 comments on commit 1e780de

Please sign in to comment.