Skip to content

Commit

Permalink
pass batch test with raw/zstd encode
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Aug 19, 2024
1 parent 2e8b473 commit 4e7b7bd
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion integration/tests/batch_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ fn test_batch_prove_verify() {
let output_dir = init_env_and_log("batch_tests");
log::info!("Initialized ENV and created output-dir {output_dir}");

let task_path = "tests/test_data/batch-task-with-blob.json";
let task_path = "tests/test_data/batch-task-with-blob.json"; // zstd
let task_path = "tests/test_data/batch-task-with-blob-raw.json"; // no zstd
let mut batch = load_batch_proving_task(task_path);
log::info!("batch hash = {:?}", batch.batch_header.batch_hash());

Expand Down
369 changes: 369 additions & 0 deletions integration/tests/test_data/batch-task-with-blob-raw.json

Large diffs are not rendered by default.

17 changes: 15 additions & 2 deletions integration/tests/test_data/batch-task-with-blob.json

Large diffs are not rendered by default.

0 comments on commit 4e7b7bd

Please sign in to comment.