Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move the DIS benchmarks up a directory and update hardcoded paths | Joshua Bakita | 2020-10-16 |
| | | | | | Note that this repo does not attempt to keep a copy of the original DIS benchmark distributions. UNC real-time has another repo for that. | ||
* | Add initial instrumentation to and fix warnings in DIS stressmarks | Joshua Bakita | 2020-06-11 |
| | | | | | | | | | | | | | Changes: - Backpoint fix to randInt range - Instrument benchmarks with time tracking - assert inputs are correct length to fix compiler warnings Problems: - Timing on a per-loop basis is non representative of real-world workloads, as we clear the cache after every loop. These all need to be re-instrumented to record times for the whole benchmark, rather than per-loop. | ||
* | Add DIS benchmarks and scripts as they were used for Joshua's PRP | Joshua Bakita | 2020-05-29 |
| | | | | Note that Neighborhood has been modified to use less space | ||
* | Add DIS benchmarks | Joshua Bakita | 2019-10-19 |