https://github.com/smackers/pthreaddriverbenchmarks
https://github.com/smackers/pthreaddriverbenchmarks
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smackers/pthreaddriverbenchmarks
- Owner: smackers
- Created: 2016-07-22T21:10:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T18:35:48.000Z (over 9 years ago)
- Last Synced: 2025-11-27T09:53:40.538Z (7 months ago)
- Language: C
- Size: 872 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pthreaded Driver Benchmarks
## Overview
This repo is for converting drivers into pthreaded benchmarks programs.
The idea is to call multiple driver entry points concurrently, each on their
own pthread, to see if there are racing drivers.
##
The original driver sources, as obtained for this repo, came from the Whoop
project, started by Pantazis Deligiannis.