An open API service indexing awesome lists of open source software.

https://github.com/smackers/pthreaddriverbenchmarks


https://github.com/smackers/pthreaddriverbenchmarks

Last synced: 19 days ago
JSON representation

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.