mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
strip debug before sha
This commit is contained in:
parent
c3e48db507
commit
64ae063022
5 changed files with 50 additions and 45 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue