We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5a7f2 commit f4e423dCopy full SHA for f4e423d
2 files changed
.github/workflows/ci.yml
@@ -192,7 +192,7 @@ jobs:
192
run: cargo install cargo-tarpaulin
193
- name: Run coverage
194
run: |
195
- cargo tarpaulin --out Html --output-dir ./coverage -- --test-threads 1
+ cargo tarpaulin --engine llvm --timeout 300 --out Html --output-dir ./coverage -- --test-threads 1
196
- name: Upload coverage reports
197
uses: actions/upload-artifact@v7
198
with:
rln-wasm/tests/browser.rs
@@ -50,7 +50,7 @@ mod test {
50
}
51
52
let mut results = String::from("\nBenchmarks:\n");
53
- let iterations = 3;
+ let iterations = 5;
54
55
let zkey = Uint8Array::from(ARKZKEY_BYTES);
56
let graph = Uint8Array::from(GRAPH_BYTES);
0 commit comments