|
26 | 26 | }
|
27 | 27 | ]
|
28 | 28 | ```
|
29 |
| -- Select `run build task` and select your C++ Compiler. |
| 29 | + |
| 30 | +- Select `run build task` with the `main.cpp` file selected and select your C++ Compiler. |
30 | 31 | - After compilation open a new terminal, `cd` to `src` folder using the command `cd src`
|
31 | 32 | - Run code using `./main`.
|
32 | 33 |
|
33 | 34 | ## Development Notes
|
34 | 35 |
|
35 | 36 | 1. There should be some warnings, but for now it can be ignored, it should not affect the compilation.
|
36 |
| -2. If the compilation is successful, that should be the following user input prompt: <br> `Select Block Size (Enter 1 or 2): ` <br> |
37 |
| - |
38 |
| -## List of contributors: |
39 |
| - |
40 |
| -| Name | Github Profile | |
41 |
| -| ------------- |:-----:| |
42 |
| -| Joshua | [suenalaba](https://github.com/suenalaba) | |
43 |
| -| Gregory | [ProcessedCarbon](https://github.com/ProcessedCarbon) | |
44 |
| -| Ryan | [raiseu](https://github.com/raiseu) | |
45 |
| -| Joei | [jyzy-here](https://github.com/jyzy-here) | |
46 |
| -| Chee Yang | [sleepy-pan-da](https://github.com/sleepy-pan-da) | |
| 37 | +2. If the compilation is successful, that should be the following user input prompt: <br> `Select Block Size (Enter 1 or 2): ` <br> |
| 38 | +3. Upon selecting a block size, something like this template will be printed (May differ based on Block Size Selected) |
| 39 | + |
| 40 | +``` |
| 41 | +=================================================================== |
| 42 | +Experiment 1 Results |
| 43 | +=================================================================== |
| 44 | +The number of blocks used is: 42813 |
| 45 | +The database size (in B) based on blocks is: 21406500 |
| 46 | +The database size (in B) based on records is: 21406360 |
| 47 | +The database size (in MB) based on blocks is: 21.4065 |
| 48 | +The database size (in MB) based on records is: 21.4064 |
| 49 | +``` |
| 50 | + |
| 51 | +## List of contributors: |
| 52 | + |
| 53 | +| Name | Github Profile | |
| 54 | +| --------- | :---------------------------------------------------: | |
| 55 | +| Joshua | [suenalaba](https://github.com/suenalaba) | |
| 56 | +| Gregory | [ProcessedCarbon](https://github.com/ProcessedCarbon) | |
| 57 | +| Ryan | [raiseu](https://github.com/raiseu) | |
| 58 | +| Joei | [jyzy-here](https://github.com/jyzy-here) | |
| 59 | +| Chee Yang | [sleepy-pan-da](https://github.com/sleepy-pan-da) | |
0 commit comments