- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 14 2019
Use null instead of -1 value.
Use default Random constructor if no seed is passed by CLI argument.
Remove useless comment.
As told on IRC, I was waiting on adding all benchmarking interfaces before implementing the CLI options.
Aug 13 2019
- Add a new meta info nbEdgesAccessed
- Move utils/ into benchmark/utils/
Aug 12 2019
In D1844#42784, @vlorentz wrote:I don't think you should put yourself in the contributors of a template repo
Remove CONTRIBUTORS changes.
Aug 10 2019
Results from Azure with random write using custom mmap:
Aug 9 2019
Update JSON output format in api.rst (content -> result, add meta dict).
Update documentation (api.rst and server README).
Aug 8 2019
- Timings are now optional
- Improve JSON output structure (rename Result class to Output, rename
content member to result, add meta member)
In D1832#42599, @zack wrote:I hadn't in mind to lift the timings up to the REST layer, but why not, it will enable doing interesting stuff using non Java clients.
Add method to pick random nodes with specific type
Use LazyLongIterator instead of array in NeighborsIterator
Aug 7 2019
Add reference to T1885 in commit message.
I rebooted the azure VM and did the benchmark, here is the result for 1M edges:
Aug 6 2019
Rebasing on master.
Add clean-javadoc target.
Last solution I tried: using a custom mmap output file instead of the temporary array. On monster, results seem better!
Aug 5 2019
- Refactor into a step_info function
- Use "* swh-graph:" prefix
- Add step numbering
Due to multiple server maintenance, the process was re-started a few times, but it is now finished and results are uploaded in the annex: https://annex.softwareheritage.org/public/dataset/graph/latest/compressed/all+ori/
Some updates on the running experiments, I tried with both monster and our new azure VM.
Aug 3 2019
What was tried so far:
Aug 2 2019
Aug 1 2019
Add CONTRIBUTORS file