Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
strlst
/
amp
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
amp
/
project
strlst
58d309c067
added amp project (from github)
hace 1 año
..
data
58d309c067
added amp project (from github)
hace 1 año
plots
58d309c067
added amp project (from github)
hace 1 año
report
58d309c067
added amp project (from github)
hace 1 año
src
58d309c067
added amp project (from github)
hace 1 año
.gitignore
58d309c067
added amp project (from github)
hace 1 año
Makefile
58d309c067
added amp project (from github)
hace 1 año
README
58d309c067
added amp project (from github)
hace 1 año
benchmark.py
58d309c067
added amp project (from github)
hace 1 año
README
Bubblesort
-------------------------------
This example benchmarks bubblesort.
make small-bench
Runs a small benchmark that takes approximately 1 minute to finish. The
results are stored time-stamped in data/.
make small-plot
Produces two plots of the small benchmark data. It automatically chooses
the latest timestamped run in data/.
Prerequisites
-----------------------------
What is needed:
* C compiler
* GNU Make
* Python version at least 3.6