https://github.com/vic-lsh/polywall
Capstone project for CS1760 Multiprocessor Synchronization @ Brown
https://github.com/vic-lsh/polywall
Last synced: 2 months ago
JSON representation
Capstone project for CS1760 Multiprocessor Synchronization @ Brown
- Host: GitHub
- URL: https://github.com/vic-lsh/polywall
- Owner: vic-lsh
- Created: 2022-08-31T15:51:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T02:56:49.000Z (over 2 years ago)
- Last Synced: 2025-01-25T13:07:34.170Z (4 months ago)
- Language: Java
- Size: 714 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multsync-capstone
Capstone project for CS1760 Multiprocessor Synchronization @ Brown.
## Getting started
This project is developed using maven 3.8.3 and Java 17.0.1.
```sh
mvn package # install dependencies
mvn test # run all tests
mvn exec:java # run benchmarking code
```## Sample benchmarking results
See `packetfilter/bench_persisted/results_193285383091666__10m.json` for the
benchmarking results used in the final report. Run `mvn exec:java` to re-run
benchmarks.