Skip to content

Commit

Permalink
Rename zserio-datasets repository to zserio-benchmarks-dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi-La committed Sep 1, 2023
1 parent adf6076 commit cf35720
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = https://github.com/google/googletest.git
[submodule "benchmarks/datasets"]
path = benchmarks/datasets
url = https://github.com/ndsev/zserio-datasets.git
url = https://github.com/ndsev/zserio-benchmarks-datasets.git
branch = master
[submodule "test/data"]
path = test/data
Expand Down
12 changes: 6 additions & 6 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ size are reported. BLOB size after zip compression is reported as well.
[addressbook.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/addressbook/addressbook.zs
[addressbook_align.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/addressbook/addressbook_align.zs
[addressbook_packed.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/addressbook/addressbook_packed.zs
[addressbook.json]: https://github.com/ndsev/zserio-datasets/blob/master/addressbook/addressbook.json
[addressbook.json]: https://github.com/ndsev/zserio-benchmarks-datasets/blob/master/addressbook/addressbook.json

| Benchmark | Dataset | Target | Time | Blob Size | Zip Size |
| ------------------------ | ------------------ | ---------------------- | --------- | ---------- | -------- |
Expand Down Expand Up @@ -61,7 +61,7 @@ such schema can be worse compressed, e.g. by `zip` algorithm.
### Apollo

[apollo.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/apollo/apollo.zs
[apollo.zs.json]: https://github.com/ndsev/zserio-datasets/blob/master/apollo/apollo.zs.json
[apollo.zs.json]: https://github.com/ndsev/zserio-benchmarks-datasets/blob/master/apollo/apollo.zs.json

| Benchmark | Dataset | Target | Time | Blob Size | Zip Size |
| ---------------------- | ---------------------- | ---------------------- | --------- | ---------- | -------- |
Expand All @@ -75,8 +75,8 @@ such schema can be worse compressed, e.g. by `zip` algorithm.
[carsales.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/carsales/carsales.zs
[carsales_align.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/carsales/carsales_align.zs
[carsales_packed.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/carsales/carsales_packed.zs
[carsales.json]: https://github.com/ndsev/zserio-datasets/blob/master/carsales/carsales.json
[carsales_sorted.json]: https://github.com/ndsev/zserio-datasets/blob/master/carsales/carsales_sorted.json
[carsales.json]: https://github.com/ndsev/zserio-benchmarks-datasets/blob/master/carsales/carsales.json
[carsales_sorted.json]: https://github.com/ndsev/zserio-benchmarks-datasets/blob/master/carsales/carsales_sorted.json

| Benchmark | Dataset | Target | Time | Blob Size | Zip Size |
| ---------------------- | ---------------------- | ---------------------- | --------- | --------- | -------- |
Expand Down Expand Up @@ -118,7 +118,7 @@ and `price`. This should improve used delta compression of the array `carSales`.

[simpletrace.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/simpletrace/simpletrace.zs
[simpletrace_packed.zs]: https://github.com/ndsev/zserio/blob/master/benchmarks/simpletrace/simpletrace_packed.zs
[prague-groebenzell.json]: https://github.com/ndsev/zserio-datasets/blob/master/simpletrace/prague-groebenzell.json
[prague-groebenzell.json]: https://github.com/ndsev/zserio-benchmarks-datasets/blob/master/simpletrace/prague-groebenzell.json

| Benchmark | Dataset | Target | Time | Blob Size | Zip Size |
| ---------------------- | ------------------------- | -------------------- | --------- | --------- | -------- |
Expand All @@ -140,7 +140,7 @@ such schema can be worse compressed, e.g. by `zip` algorithm.
## How to Add New Benchmark

- Add new dataset (e.g. `new_benchmark`) in JSON format
into [datasets repository](https://github.com/ndsev/zserio-datasets)
into [datasets repository](https://github.com/ndsev/zserio-benchmarks-datasets)
- Add new schema (e.g. `new_benchmark`) in Zserio format into
[benchmarks directory](https://github.com/ndsev/zserio/tree/master/benchmarks)
- Make sure that the first structure in the schema file is the top level structure

0 comments on commit cf35720

Please sign in to comment.