Skip to content

Commit

Permalink
add reproduction readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
qishipengqsp committed Nov 29, 2024
1 parent 65ca4f8 commit 1881c58
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ This repo has multiple modules for reference. Please refer to the README in each
- FinBench Specification: https://github.com/ldbc/ldbc_finbench_docs
- FinBench DataGen: https://github.com/ldbc/ldbc_finbench_datagen
- FinBench Driver: https://github.com/ldbc/ldbc_finbench_driver
- FinBench Transaction Reference Implementation: https://github.com/ldbc/ldbc_finbench_transaction_impls
- FinBench Transaction Reference Implementation: https://github.com/ldbc/ldbc_finbench_transaction_impls
3 changes: 3 additions & 0 deletions gpstore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# README

This is the implementation on gpStore.
32 changes: 32 additions & 0 deletions misc/experiments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# README

This README elaborates how to reproduce the experiments for choke-points analysis.

Note: These two experiments are conducted in docker.

Docker image: tugraph/tugraph-compile-centos8:1.3.1

# Temporal Locality in Storage

## Resources

- Package:
- Baseline:
- Optimized:
- Datasets:

## Experiment Steps



# Recursive Path Filtering

## Resources

- Pull Request:
- Package:
- Baseline:
- Optimized:
- Datasets:

## Experiment Steps

0 comments on commit 1881c58

Please sign in to comment.