strip debug before sha

This commit is contained in:
Anton-4 2022-10-25 18:08:14 +02:00
parent c3e48db507
commit 64ae063022
No known key found for this signature in database
GPG key ID: A13F4A6E21141925
5 changed files with 50 additions and 45 deletions

View file

@ -2,7 +2,7 @@ use crate::helpers::{file_path_from_root, run_cmd, run_roc};
use criterion::{black_box, measurement::Measurement, BenchmarkGroup};
use std::{path::Path, thread};
const CFOLD_STACK_SIZE: usize = 8192 * 100000;
const CFOLD_STACK_SIZE: usize = 16384 * 100000;
const OPTIMIZE_FLAG: &str = "--optimize";